1.ORA-17629: Cannot connect to the remote database server
如果这个是在做dataguard同步数据的时候报这个错误,可能是容灾机器上的密码文件:orapwora01 和生产机器的密码文件不一样,
所以解决方法是:
把生产机器上的这个文件过来,并且加chmod 660 权限
2.ORA-19505:
这个错误一般是容灾机器的一些表空间的文件不存在,所以请确认是否存在,如果不存在,就创建类似的。
3.启动数据库报错:
SQL>startup
ORA-01078:failure in processing system parameters
ORA-01565:error in identifying file '/DB/oracle/product/11gR2/db/dbs/spfileora198.ora'
ORA-27046:file size is not a multiple of logical block size
原因:
可能是数据库某些参数不是*.db_block_size=8192 的倍数
解决方法:
手动从别的数据库下载pfile:
createpfile='/home/oracle/pfile.cxm' from spfile;
然后修改参数,最后用这个文件启动数据库
4.ORA-000257:
这个问题可能是:归档路径不存在,例如:/ora_arch不存在,或者空间被占满
5.ORA-001031:
grant sysdba to sys
6.ORA-000942:
7.ORA-03113: end-of-file on communication channel
[16:16:28]Error: occur a SQLError, errcode = 3113, errdesc = ORA-03113: end-of-file on communication channel
Process ID: 192025Session ID: 96 Serial number: 351
在sqlnet.ora的末尾添加SQLNET.EXPIRE_TIME=10,表示连接的空闲时间是10分钟