今天数据库升级过程中遇到了下面问题:
SQL> startup upgrade
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.
Total System Global Area 1.7103E+10 bytes
Fixed Size 2245480 bytes
Variable Size 1811942552 bytes
Database Buffers 1.5267E+10 bytes
Redo Buffers 21708800 bytes
Database mounted.
Database opened.
过期的参数什么的 ,看下告警日志,
Wed Jun 17 15:48:35 2015
WARNING: The background_dump_dest init.ora parameter has been deprecated.
WARNING: Please remove the background_dump_dest parameter from the init.ora file.
WARNING: The diagnostic_dest init.ora parameter now determines the location of the diagnostic data
WARNING: The new location for the background logs and traces is /u01/app/oracle/diag/rdbms/oratest2/oratest2/trace
Wed Jun 17 15:48:35 2015
WARNING: The user_dump_dest init.ora parameter has been deprec