1. ./ggsci
./ggsci: error while loading shared libraries: libgglog.so: cannot open shared object file: No such file or directory
出现此问题是因为目录权限不对
chown -R oracle:dba /
2,oracle安装遇到问题:
OUI-10035:You do not have permission to write to the inventory location.
OR
2. OUI-10033:The inventory location /u01/app/oraInventory set by the previous installation session is no longer accessible. Do you still want to continue by creating a new inventory? Note that you may lose the products installed in the earlier session.
1. 1)报错原因
导致出现这个问题的原因已经在提示中说得非常明确,原因是“存放inventory的位置权限不足”。
问题处理也同样简单,将/u01/app目录的读写权限授权给oracle用户。
2)处理方法
$ chown -R oracle:oinstall /u01/app
$ chmod -R 755 /u01/app
3.
Warning: Cannot convert string "-isas-song ti-medium-r-normal--*-140-*-*-c-*-gb2312.1980-0" to type FontStruct
解决办法:
[oracle@ggx ~]$ export LC_ALL=en_US
4,ERROR OGG-00446 Oracle GoldenGate Capture for Oracle, ****.prm: Opening ASM file +****/2_249_791679387.arc in DBLOGREADER mode: (308) ORA-00308: cannot open archived log '+****/2_249_791679387.arc' ORA-17503: ksfdopn:2 Failed to open file +****/2_249_791679387.arc ORA-15173: entry '2_249_791679387.arc' does not exist in directory '/'Not able to establish initial position for begin time 2012-09-14 20:34:13.
解决方法:出现这种情况是找不到归档日志,或者是归档日志没法写入,这是应检查归档目录里面有没有文件。如果是RAC查看方式如下:
$ export ORACLE_SID=+ASM1
$ asmcmd
ASMCMD> ls
ASMD/
ASMCMD> cd ASMD
ASMCMD> ls
ASMT/
ASMCMD> cd ASMT
ASMCMD> ls
ARCHIVELOG/
ASMCMD> cd ARCHIVELOG
ASMCMD> ls
2012_09_14/
2012_09_15/
ASMCMD> cd 2012_09_15
ASMCMD> ls
如果没有归档日志则说明归档有问题,两个节点都要查看
./ggsci: error while loading shared libraries: libgglog.so: cannot open shared object file: No such file or directory
出现此问题是因为目录权限不对
chown -R oracle:dba /
2,oracle安装遇到问题:
OUI-10035:You do not have permission to write to the inventory location.
OR
2. OUI-10033:The inventory location /u01/app/oraInventory set by the previous installation session is no longer accessible. Do you still want to continue by creating a new inventory? Note that you may lose the products installed in the earlier session.
1. 1)报错原因
导致出现这个问题的原因已经在提示中说得非常明确,原因是“存放inventory的位置权限不足”。
问题处理也同样简单,将/u01/app目录的读写权限授权给oracle用户。
2)处理方法
$ chown -R oracle:oinstall /u01/app
$ chmod -R 755 /u01/app
3.
Warning: Cannot convert string "-isas-song ti-medium-r-normal--*-140-*-*-c-*-gb2312.1980-0" to type FontStruct
解决办法:
[oracle@ggx ~]$ export LC_ALL=en_US
4,ERROR OGG-00446 Oracle GoldenGate Capture for Oracle, ****.prm: Opening ASM file +****/2_249_791679387.arc in DBLOGREADER mode: (308) ORA-00308: cannot open archived log '+****/2_249_791679387.arc' ORA-17503: ksfdopn:2 Failed to open file +****/2_249_791679387.arc ORA-15173: entry '2_249_791679387.arc' does not exist in directory '/'Not able to establish initial position for begin time 2012-09-14 20:34:13.
解决方法:出现这种情况是找不到归档日志,或者是归档日志没法写入,这是应检查归档目录里面有没有文件。如果是RAC查看方式如下:
$ export ORACLE_SID=+ASM1
$ asmcmd
ASMCMD> ls
ASMD/
ASMCMD> cd ASMD
ASMCMD> ls
ASMT/
ASMCMD> cd ASMT
ASMCMD> ls
ARCHIVELOG/
ASMCMD> cd ARCHIVELOG
ASMCMD> ls
2012_09_14/
2012_09_15/
ASMCMD> cd 2012_09_15
ASMCMD> ls
如果没有归档日志则说明归档有问题,两个节点都要查看