信息化 频道

七把金钥匙 解放青岛新闻网人力资源

继续升级:

    1) 如果你已经装好了9204,现在想升级到9206或9207,还会碰到中文乱码问题。首先是要停止Oracle的所有服务,否则安装程序会提示文件无法覆盖。

$ dbshut $ lsnrctl stop $ agentctl stop $ stopJServ.sh $ cd up926 $ find -name all_except_bin.jar <----- ./Disk1/stage/Components/oracle.swd.jre/1.4.2.02.0/1/DataFiles/all_except_bin.jar -----> $ cd ./Disk1/stage/Components/oracle.swd.jre/1.4.2.02.0/1/DataFiles $ cp -pf all_except_bin.jar all_except_bin.jar.eng $ unzip all_except_bin.jar.eng $ find -name font*zh* <----- ./jre/1.4.2/lib/font.properties.zh.Turbo ./jre/1.4.2/lib/font.properties.zh_CN.Redhat8.0 ./jre/1.4.2/lib/font.properties.zh_TW.Redhat8.0 ./jre/1.4.2/lib/font.properties.zh_CN.Sun ./jre/1.4.2/lib/font.properties.zh_CN_UTF8.Sun ./jre/1.4.2/lib/font.properties.zh_TW.Sun ./jre/1.4.2/lib/font.properties.zh_TW_UTF8.Sun -----> $ cd jre/1.4.2/lib $ rm -f font.*.zh font.*.tlc font.*.zys $ ln -s font.properties.zh_CN.Redhat8.0 font.properties.zh.zys $ ln -s font.properties.zh.Turbo font.properties.zh.tlc $ ln -s font.properties.zh.zys font.properties.zh $ ls -la *zh* {说明:font.properties.zh.zys,此选项保证Redhat AS3_U6显示中文} {说明:font.properties.zh.tlc,如果安装了tlc字体,可以显示中文} $ cd ../../.. $ rm -f all_except_bin.jar $ zip -r all_except_bin.jar jre/ $ rm -Rf jre/
    注意:在9207里面是两个地方出现all_except_bin.jar,这两个文件是一样的。所以只要重做一次就行了,或者干脆把改好的拿去覆盖也可以。

    2) 安装9207升级版没碰到什么问题。但安装9206升级版的时候有个小问题当它提示运行root.sh时最好先修改 root.sh,否则会有下面这个告警:
/bin/rm: lstat‘/uxdb/ora9i/product/9.2/rdbms/filemap’失败: 没有那个文件或目录 # cd $ORACLE_HOME # vi root.sh {在vi里用/RM=来搜索,一共有两个地方需要替换} <----- RM="/bin/rm -f" ...... RM="/bin/rm -f" -----> # sh root.sh
0
相关文章