暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

ORA-32004: obsolete and/or deprecated parameter(s) specified

原创 Anbob 2011-06-10
615
SQL> startup mount
ORA-32004: obsolete and/or deprecated parameter(s) specified
ORACLE instance started.
Total System Global Area 2097152000 bytes
Fixed Size                  2085256 bytes
Variable Size            1627393656 bytes
Database Buffers          452984832 bytes
Redo Buffers               14688256 bytes
Database mounted.
SQL> host oerr ora 32004
SQL> host oerr ora 32004
32004, 00000, "obsolete and/or deprecated parameter(s) specified"
// *Cause:  One or more obsolete and/or parameters were specified in
//          the SPFILE or the PFILE on the server side.
// *Action: See alert log for a list of parameters that are obsolete.
//          or deprecated. Remove them from the SPFILE or the server
//          side PFILE.
查看alert 日志
....
Deprecated system parameters with specified values:
sql_trace
.....
SQL> alter system reset sql_trace scope=spfile sid='*';
System altered.
SQL> shutdown abort
ORACLE instance shut down.
SQL> startup mount
ORACLE instance started.
Total System Global Area 2097152000 bytes
Fixed Size                  2085256 bytes
Variable Size            1627393656 bytes
Database Buffers          452984832 bytes
Redo Buffers               14688256 bytes
Database mounted.
有问题多看看alert日志吧
「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论