在安装Oracle9i时,可能会遇到“File not found D:\oracle\ora92\ocs4j\admin\OCS4J.properties”的提示。尽管选择忽略可以完成安装,但可能会造成不必要的担忧。经过查找,发现问题源于安装包中缺少OCS4J.properties.tmp文件。解决方法如下:
- 在路径
DISK1\\stage\\Components\\oracle.ocs4j\\2.1.0.0.0a1\\DataFiles\\Expanded\\OCS4J_conf_nt
中,找到缺失的 OCS4J.properties.tmp 文件,将其重命名为 OCS4J.properties 并复制到提示的路径,例如D:\\oracle\\ora92\\ocs4j\\admin
。 - 点击 retry 重新尝试安装。
- 在新创建的 OCS4J.properties 文件中写入以下内容:
# discoveryAddress is a list of cache servers and ports
discoveryAddress = %s_hostName%:%s_cachePort%
diskPath = %s_diskPath%
logFileName = %s_ocs4jAdmin%logsocs4j.log