Deprecated Parameters in 10g - View
SELECT name FROM v$parameter WHERE isdeprecated = 'TRUE';
A deprecated parameter behaves the same way as a regular
parameter,except that a warning message is displayed at
instance startup if a deprecated parameter is specified
in the parameter file.
In addition,all deprecated parameters are logged to the
alert log at instance startup:
Initialization Parameters Deprecated in Release 10.2
The following initialization parameters were deprecated in release 10.2:
LOGMNR_MAX_PERSISTENT_SESSIONS
MAX_COMMIT_PROPAGATION_DELAY
REMOTE_ARCHIVE_ENABLE
SERIAL_REUSE
SQL_TRACE
Initialization Parameters Deprecated in Release 10.1
The following initialization parameters were deprecated in release 10.1:BUFFER_POOL_KEEP
(replaced by DB_KEEP_CACHE_SIZE
)BUFFER_POOL_RECYCLE
(replaced by DB_RECYCLE_CACHE_SIZE
)GLOBAL_CONTEXT_POOL_SIZE
LOCK_NAME_SPACE
LOG_ARCHIVE_START
MAX_ENABLED_ROLES
PARALLEL_AUTOMATIC_TUNING
PLSQL_COMPILER_FLAGS
(replaced by PLSQL_CODE_TYPE
and PLSQL_DEBUG
)Initialization Parameters Deprecated in Release 9.2
The following initialization parameters were deprecated in release 9.2:DRS_START
(replaced by DG_BROKER_START
)Initialization Parameters Deprecated in Release 9.0.1
The following initialization parameters were deprecated in release 9.0.1:FAST_START_IO_TARGET
(replaced by FAST_START_MTTR_TARGET
)MTS_CIRCUITS
(replaced by CIRCUITS
)MTS_DISPATCHERS
(replaced by DISPATCHERS
)MTS_MAX_DISPATCHERS
(replaced by MAX_DISPATCHERS
)MTS_MAX_SERVERS
(replaced by MAX_SHARED_SERVERS
)MTS_SERVERS
(replaced by SHARED_SERVERS
)MTS_SESSIONS
(replaced by SHARED_SERVER_SESSIONS
)PARALLEL_SERVER
(replaced by CLUSTER_DATABASE
)PARALLEL_SERVER_INSTANCES
(replaced by CLUSTER_DATABASE_INSTANCES
)