共计 601 个字符,预计需要花费 2 分钟才能阅读完成。
SYS AS SYSDBA@ORCL>startup open;
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
Oracle instance started.
ora-32004:不影响数据库的使用。报错信息为参数过期。可以看 alter_orcl.log 日志文件那个参数过期。
SYS AS SYSDBA@ORCL> show parameter background_dump_dest;
查看 alter_orcl.log 日志目录
Deprecated system parameters with specified values:
remote_os_authent
End of deprecated system parameter listing
remote_os_authent 参数过期。
修改参数文件:INITorcl.ORA
I:\app\Administrator\product\11.2.0\dbhome_1\database\INITorcl.ORA
删除参数:remote_os_authent
从 pfile 重新创建 spfile
SQL> create spfile from pfile;
重启数据库,问题解决。
本文永久更新链接地址 :http://www.linuxidc.com/Linux/2016-12/138374.htm
正文完
星哥玩云-微信公众号