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_SESSIONSMAX_COMMIT_PROPAGATION_DELAYREMOTE_ARCHIVE_ENABLESERIAL_REUSESQL_TRACEInitialization 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_SIZELOCK_NAME_SPACELOG_ARCHIVE_STARTMAX_ENABLED_ROLESPARALLEL_AUTOMATIC_TUNINGPLSQL_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)