ORA-32004: obsolete and/or deprecated parameter(s) specified
表明在spfile中指定了过时的参数,具体可见alert.log日志,
使用alter system reset PARAMETER scope=spfile sid='*';
必须指定sid,然后重启数据库。
转载于:https://blog.51cto.com/huwy61/703016
ORA-32004: obsolete and/or deprecated parameter(s) specified
表明在spfile中指定了过时的参数,具体可见alert.log日志,
使用alter system reset PARAMETER scope=spfile sid='*';
必须指定sid,然后重启数据库。
转载于:https://blog.51cto.com/huwy61/703016