Oracle® Database Upgrade Guide 10g Release 1 (10.1) Part Number B10763-02 |
|
|
View PDF |
This appendix lists changes to initialization parameters and the data dictionary across different releases of the Oracle Database. This appendix also discusses compatibility issues with certain initialization parameters.
This appendix covers the following topics:
Note: Some of the initialization parameters listed in this appendix are operating system-specific. See your operating system-specific Oracle documentation for more information about these initialization parameters. |
The following sections list changes to initialization parameters across different releases of the Oracle Database:
See Also: The "What's New in Oracle Database Reference" section of Oracle Database Reference for a list of new initialization parameters in Oracle Database 10g |
The following sections list initialization parameters that have been deprecated. To get a list of all deprecated initialization parameters, issue the following SQL statement:
SQL> 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:
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
)The following initialization parameters were deprecated in release 9.2:
DRS_START
(replaced by DG_BROKER_START
)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
)The following sections list initialization parameters that have been made obsolete:
Note: An attempt to start a release 10.1 database using one or more of these obsolete initialization parameters will succeed, but a warning will be returned and recorded in the alert log. |
The following initialization parameters were made obsolete in release 10.1:
DBLINK_ENCRYPT_LOGIN
HASH_JOIN_ENABLED
LOG_PARALLELISM
MAX_ROLLBACK_SEGMENTS
MTS_CIRCUITS
MTS_DISPATCHERS
MTS_LISTENER_ADDRESS
MTS_MAX_DISPATCHERS
MTS_MAX_SERVERS
MTS_MULTIPLE_LISTENERS
MTS_SERVERS
MTS_SERVICE
MTS_SESSIONS
OPTIMIZER_MAX_PERMUTATIONS
ORACLE_TRACE_COLLECTION_NAME
ORACLE_TRACE_COLLECTION_PATH
ORACLE_TRACE_COLLECTION_SIZE
ORACLE_TRACE_ENABLE
ORACLE_TRACE_FACILITY_NAME
ORACLE_TRACE_FACILITY_PATH
PARTITION_VIEW_ENABLED
PLSQL_NATIVE_C_COMPILER
PLSQL_NATIVE_LINKER
PLSQL_NATIVE_MAKE_FILE_NAME
PLSQL_NATIVE_MAKE_UTILITY
ROW_LOCKING
SERIALIZABLE
TRANSACTION_AUDITING
UNDO_SUPPRESS_ERRORS
The following initialization parameters were made obsolete in release 9.2:
DISTRIBUTED_TRANSACTIONS
MAX_TRANSACTION_BRANCHES
PARALLEL_BROADCAST_ENABLED
STANDBY_PRESERVES_NAMES
The following initialization parameters were made obsolete in release 9.0.1:
ALWAYS_ANTI_JOIN
ALWAYS_SEMI_JOIN
DB_BLOCK_LRU_LATCHES
DB_BLOCK_MAX_DIRTY_TARGET
DB_FILE_DIRECT_IO_COUNT
GC_DEFER_TIME
GC_RELEASABLE_LOCKS
GC_ROLLBACK_LOCKS
HASH_MULTIBLOCK_IO_COUNT
INSTANCE_NODESET
JOB_QUEUE_INTERVAL
OPS_INTERCONNECTS
OPTIMIZER_PERCENT_PARALLEL
SORT_MULTIBLOCK_READ_COUNT
TEXT_ENABLE
The following initialization parameters were made obsolete in release 8.1:
ALLOW_PARTIAL_SN_RESULTS
ARCH_IO_SLAVES
B_TREE_BITMAP_PLANS
BACKUP_DISK_IO_SLAVES
CACHE_SIZE_THRESHOLD
CLEANUP_ROLLBACK_ENTRIES
CLOSE_CACHED_OPEN_CURSORS
COMPATIBLE_NO_RECOVERY
COMPLEX_VIEW_MERGING
DB_BLOCK_CHECKPOINT_BATCH
DB_BLOCK_LRU_EXTENDED_STATISTICS
DB_BLOCK_LRU_STATISTICS
DB_FILE_SIMULTANEOUS_WRITES
DELAYED_LOGGING_BLOCK_CLEANOUTS
DISCRETE_TRANSACTIONS_ENABLED
DISTRIBUTED_RECOVERY_CONNECTION_HOLD_TIMEFAST_FULL_SCAN_ENABLED
ENT_DOMAIN_NAME
FREEZE_DB_FOR_FAST_INSTANCE_RECOVERY
GC_LATCHES
GC_LCK_PROCS
JOB_QUEUE_KEEP_CONNECTIONS
LARGE_POOL_MIN_ALLOC
LGWR_IO_SLAVES
LM_LOCKS
LM_PROCS
LM_RESS
LOCK_SGA_AREAS
LOG_ARCHIVE_BUFFER_SIZE
LOG_ARCHIVE_BUFFERS
LOG_BLOCK_CHECKSUM
LOG_FILES
LOG_SIMULTANEOUS_COPIES
LOG_SMALL_ENTRY_MAX_SIZE
MTS_RATE_LOG_SIZE
MTS_RATE_SCALE
OGMS_HOME
OPS_ADMIN_GROUP
OPTIMIZER_SEARCH_LIMIT
PARALLEL_DEFAULT_MAX_INSTANCES
PARALLEL_MIN_MESSAGE_POOL
PARALLEL_SERVER_IDLE_TIME
PARALLEL_TRANSACTION_RESOURCE_TIMEOUT
PUSH_JOIN_PREDICATE
REDUCE_ALARM
ROW_CACHE_CURSORS
SEQUENCE_CACHE_ENTRIES
SEQUENCE_CACHE_HASH_BUCKETS
SHARED_POOL_RESERVED_MIN_ALLOC
SNAPSHOT_REFRESH_KEEP_CONNECTIONS
SNAPSHOT_REFRESH_PROCESSES
SORT_DIRECT_WRITES
SORT_READ_FAC
SORT_SPACEMAP_SIZE
SORT_WRITE_BUFFER_SIZE
SORT_WRITE_BUFFERS
SPIN_COUNT
TEMPORARY_TABLE_LOCKS
USE_ISM
The lists of deprecated and obsolete initialization parameters earlier in this appendix show changes to initialization parameters across different releases of the Oracle Database. However, certain initialization parameter changes require special attention because they may raise compatibility issues for your database. These parameter changes are described in this section.
In previous Oracle Database releases, the number of SQL cursors cached by PL/SQL was determined by the OPEN_CURSORS
initialization parameter. Starting with Oracle Database 10g release 10.1, the number of cached cursors is determined by the SESSION_CACHED_CURSORS
initialization parameter.
See Also: SESSION_CACHED_CURSORS in Oracle Database Reference |
In Oracle Database 10g, the default value of DB_BLOCK_SIZE
is operating system specific, but is typically 8 KB (8192 bytes). In previous Oracle Database releases, the default value was 2 KB (2048 bytes). If DB_BLOCK_SIZE
is not specified in the parameter file when upgrading to the new Oracle Database 10g release, then you will receive an error when attempting to start up your Oracle Database. Add the following to your parameter file:
DB_BLOCK_SIZE = 2048
If DB_BLOCK_SIZE
is specified in the parameter file, then the Oracle Database will use this value instead of the default value of 8 KB.
Starting with Oracle Database 10g, the OPTIMIZER_MAX_PERMUTATIONS
initialization parameter has been made obsolete. If you are upgrading from Oracle9i and have OPTIMIZER_FEATURES_ENABLE
set to 8.1.7
or lower and OPTIMIZER_MAX_PERMUTATIONS
explicitly set to 2000
in the parameter file, then the release 8.1.7 default of 80000
will be used when you start up the release 10.1 database.
Setting OPTIMIZER_FEATURES_ENABLE
to 9.0.0
or higher will set the default to 2000
.
Starting with Oracle Database 10g release 10.1, if the COMPATIBLE
initialization parameter is set to 10.0.0
or higher, then archive log file names must contain each of the elements %s
(sequence), %t
(thread), and %r
(resetlogs ID) to ensure that all archive log file names are unique. If the LOG_ARCHIVE_FORMAT
initialization parameter is set in the parameter file, then make sure the parameter value contains the %s
, %t
, and %r
elements.
Starting with Oracle Database 10g release 10.1, Automatic PGA Memory Management is now enabled by default (unless PGA_AGGREGATE_TARGET
is explicitly set to 0
or WORKAREA_SIZE_POLICY
is explicitly set to MANUAL
). PGA_AGGREGATE_TARGET
defaults to 20% of the size of the SGA, unless explicitly set. Oracle recommends tuning the value of PGA_AGGREGATE_TARGET
after upgrading.
See Also: Oracle Database Performance Tuning Guide |
In previous releases, the amount of shared pool memory that was allocated was equal to the value of the SHARED_POOL_SIZE
initialization parameter plus the amount of internal SGA overhead computed during instance startup. Starting with Oracle Database 10g release 10.1, the value of SHARED_POOL_SIZE
must now also accommodate this shared pool overhead.
Starting with Oracle Database 10g release 10.1, the recommended way to turn on shared server mode is to set SHARED_SERVERS
to a value greater than 0
. This can be done at startup or dynamically after the instance is started. If shared server mode is turned off by setting SHARED_SERVERS
to 0
, then this only affects new clients (that is, no new clients can connect in shared mode; clients that are already connected in shared mode continue to be serviced by shared servers).
In previous releases, the recommended way to turn on shared server mode was to set DISPATCHERS
. If SHARED_SERVERS
was changed to 0
and shared server clients were still connected, client requests would hang.
Prior to release 10.1, the following shared server parameters could not be changed dynamically:
MAX_SHARED_SERVERS
MAX_DISPATCHERS
SHARED_SERVER_SESSIONS
CIRCUITS
Starting with release 10.1, these shared server parameters are dynamically modifiable.
Starting with release 10.1, the default for DISPATCHERS
is '(PROTOCOL=TCP)'
. DISPATCHERS
is given this default value if it is not set or if it is set to ''
and SHARED_SERVERS
is set to 1
or higher.
In previous releases, there was no default value for DISPATCHERS
.
Starting with release 10.1, if DISPATCHERS
is set such that the total number of dispatchers is equal to 0, then SHARED_SERVERS
defaults to 0
. If DISPATCHERS
is set such that the total number of dispatchers is greater than 0, then SHARED_SERVERS
defaults to 1
as in previous releases.
In previous releases, if DISPATCHERS
was set such that the number of dispatchers is equal to 0, then SHARED_SERVERS
defaulted to 1
.
Starting with release 10.1, there is no preset default for MAX_SHARED_SERVERS
. The maximum number of shared servers varies depending on the number of free process slots. If MAX_SHARED_SERVERS
is not set or is set to a value greater than or equal to PROCESSES
, then PMON will not spawn any more shared servers if the number of free process slots is either 2 (if PROCESSES
is less than 24
) or is less than 1 / 8, unless the existing servers are involved in a deadlock situation. If the existing servers are involved in a deadlock situation, then no matter the transaction load, a new server will be spawned if there is a free process slot.
In previous releases, the default for MAX_SHARED_SERVERS
is 20
, or 2 * SHARED_SERVERS
, whichever is greater, subject to the condition that MAX_SHARED_SERVERS
does not exceed PROCESSES
.
Starting with release 10.1, SHARED_SERVERS
can be set higher than MAX_SHARED_SERVERS
, in which case the number of servers will remain constant at the level set for SHARED_SERVERS
. This is to allow the range SHARED_SERVERS
- MAX_SHARED_SERVERS
to be changed without having to change these parameters in a specific order.
In previous releases, SHARED_SERVERS
cannot be set higher than MAX_SHARED_SERVERS
.
Starting with release 10.1, there is no preset default for SHARED_SERVER_SESSIONS
. That is, if SHARED_SERVER_SESSIONS
is not specified, then shared server sessions can be created as needed and as permitted by the session limit.
In previous releases, the default for SHARED_SERVER_SESSIONS
was the maximum number of virtual circuits (CIRCUITS
), or the maximum number of database sessions (SESSIONS
) - 5
, whichever is smaller.
Starting with release 10.1, there is no preset default for CIRCUITS
. That is, if CIRCUITS
is not specified, then circuits can be created as needed and as permitted by dispatcher constraints and system resources.
In previous releases, the default for CIRCUITS
was the maximum number of database sessions (SESSIONS
) if shared server mode was enabled, 0
otherwise.
Starting with release 10.1, there is no preset default for MAX_DISPATCHERS
. MAX_DISPATCHERS
no longer limits the number of dispatchers; the user can increase the number of dispatchers via the DISPATCHERS
parameter as long as there are free process slots and system resources.
In previous releases, the default for MAX_DISPATCHERS
was 5
, or the total number of dispatchers specified via the DISPATCHERS
parameter, whichever was greater.
Starting with Oracle9i release 9.0.1, the DB_BLOCK_CHECKSUM
initialization parameter has a new default value. In previous releases, the default value was false
, but in Oracle9i release 9.0.1 and higher, the default value is true
.
See Also: DB_BLOCK_CHECKSUM in Oracle Database Reference |
In Oracle9i, the maximum number of job queue processes that can be spawned per instance is 1000. In previous releases, the maximum number was 36. The JOB_QUEUE_PROCESSES
initialization parameter controls the number of job queue processes.
See Also: JOB_QUEUE_PROCESSES in Oracle Database Reference |
The SORT_DIRECT_WRITES
initialization parameter is obsolete in Oracle8i release 8.1 and higher. If you had SORT_DIRECT_WRITES
set to FALSE
or AUTO
in a previous release, then the sort buffers were kept in the buffer cache whenever possible. Because SORT_DIRECT_WRITES
is obsolete in Oracle8i release 8.1 and higher, the sort buffers could go directly to disk if you do not adjust your SORT_AREA_SIZE
initialization parameter.
You should increase the value of SORT_AREA_SIZE
if either of the following conditions were true in a previous release:
SORT_DIRECT_WRITES
was set to FALSE
.
SORT_DIRECT_WRITES
was set to AUTO
, and SORT_AREA_SIZE
was set to 640 KB or less.
If either of these conditions were true in a previous release, then increase the value of SORT_AREA_SIZE
for better performance.
Starting with Oracle8i release 8.1.5, the LOG_CHECKPOINT_TIMEOUT
initialization parameter has a new default value. In previous releases, the default value was zero seconds, but in Oracle8i release 8.1.5 and higher, the default value is 1800 seconds.
See Also: LOG_CHECKPOINT_TIMEOUT in Oracle Database Reference |
The O7_DICTIONARY_ACCESSIBILITY
initialization parameter controls whether to continue Oracle7 data dictionary behavior. Use of this initialization parameter is only a temporary expedient. Starting with Oracle9i release 9.0.1, the default value of this initialization parameter is false
.
See Also: "Data Dictionary Protection" for more information. |
Starting with Oracle8i release 8.1, if the DB_DOMAIN
initialization parameter is not set, then it is set to null by default. In previous releases of the Oracle Database, the default setting was the following:
WORLD
A null setting for DB_DOMAIN
may cause database connection problems in some environments. If you are upgrading from Oracle8 release 8.0.6, then make sure the DB_DOMAIN
initialization parameter in your parameter file is set to one of the following:
WORLD
a valid domain setting for your environment
If DB_DOMAIN
is not set in your current database, then set it to WORLD
before you upgrade.
If DB_DOMAIN
is set to a valid domain for your environment in your current database, then retain the setting in your parameter file when you upgrade.
Starting with Oracle8i release 8.1, parallel execution message buffers are allocated from the large pool whenever PARALLEL_AUTOMATIC_TUNING
is set to true
. In previous releases, this allocation was from the shared pool. If you are upgrading from Oracle8 release 8.0.6, and you choose to set PARALLEL_AUTOMATIC_TUNING
to true
, then you can avoid problems by modifying the settings for the following initialization parameters:
SHARED_POOL_SIZE
LARGE_POOL_SIZE
Typically, you should reduce the setting of SHARED_POOL_SIZE
and raise the setting of LARGE_POOL_SIZE
to avoid problems. Alternatively, you can reduce the setting of SHARED_POOL_SIZE
and let the Oracle Database calculate the setting of LARGE_POOL_SIZE
. The Oracle Database calculates a default LARGE_POOL_SIZE
only if PARALLEL_AUTOMATIC_TUNING
is set to true
and LARGE_POOL_SIZE
is not set.
If PARALLEL_AUTOMATIC_TUNING
is not set or is set to false
, and if LARGE_POOL_SIZE
is not set, then the value of LARGE_POOL_SIZE
defaults to 0
.
See Also: Oracle Database Reference and Oracle Database Performance Tuning Guide for more information about other effects of thePARALLEL_AUTOMATIC_TUNING initialization parameter. |
The following scenarios illustrate the behavior that results from various initialization parameter settings when you upgrade.
You do not alter the parameters from their previous settings:
Table A-1 Retaining Parameter Settings without Modifications
Parameter | Setting |
---|---|
PARALLEL_AUTOMATIC_TUNING |
Unset (defaults to FALSE). |
SHARED_POOL_SIZE |
Set to a large value, including the space required for parallel execution. |
LARGE_POOL_SIZE |
Unset (defaults to zero). |
These settings are the most common scenario. In this case, you already have accounted for the space required for parallel execution in the shared pool.
You alter the parameters from their previous settings to the following settings:
Table A-2 Using PARALLEL_AUTOMATIC_TUNING
Parameter | Setting |
---|---|
PARALLEL_AUTOMATIC_TUNING |
Set to true . |
SHARED_POOL_SIZE |
Set to a small value that accounts for all clients except parallel execution. |
LARGE_POOL_SIZE |
Unset (defaults to a large value that includes the space required for parallel execution). |
In this case, parallel execution allocates buffers from the large pool based on the Oracle Database's automatic calculation. Buffer allocation is more efficient, and failures to allocate are isolated from the clients of the shared pool.
You alter the parameters from their previous settings to the following settings:
Table A-3 Using PARALLEL_AUTOMATIC_TUNING and Setting LARGE_POOL_SIZE
Parameter | Setting |
---|---|
PARALLEL_AUTOMATIC_TUNING |
Set to true . |
SHARED_POOL_SIZE |
Set to a small value that accounts for all clients except parallel execution. |
LARGE_POOL_SIZE |
Set to a value that includes the space required for parallel execution. |
In this case, parallel execution allocates buffers from the large pool. After initial testing with LARGE_POOL_SIZE
not set, you determined that the default calculation for LARGE_POOL_SIZE
did not reflect your requirements for the large pool. Therefore, you decided to manually set LARGE_POOL_SIZE
. After you set LARGE_POOL_SIZE
properly, buffer allocation is more efficient, and failures to allocate are isolated from the clients of the shared pool.
You alter the parameters from their previous settings to the following settings:
Table A-4 Using PARALLEL_AUTOMATIC_TUNING without Modifying SHARED_POOL_SIZE
Parameter | Setting |
---|---|
PARALLEL_AUTOMATIC_TUNING |
Set to true . |
SHARED_POOL_SIZE |
Set to a large value, including the space required for parallel execution. |
LARGE_POOL_SIZE |
Unset (defaults to a large value that includes the space required for parallel execution). |
In this case, parallel execution allocates buffers from the large pool, but because you did not modify SHARED_POOL_SIZE
, it is likely that the SGA will be unnecessarily large, causing performance problems. Therefore, avoid setting PARALLEL_AUTOMATIC_TUNING
to true
without modifying the settings of SHARED_POOL_SIZE
and LARGE_POOL_SIZE
appropriately.
Oracle8i release 8.1 and higher supports new archive log destination parameters. After you upgrade, you can dynamically convert from the old pre-Oracle8i parameters (LOG_ARCHIVE_DEST
and LOG_ARCHIVE_DUPLEX_DEST
) to the new Oracle8i release 8.1 and higher parameters (LOG_ARCHIVE_DEST_
n
and LOG_ARCHIVE_DEST_STATE_
n
). You can also dynamically revert to the old parameters.
Note: In Oracle9i, the number of archive log destinations was increased from 5 to 10. |
After you determine the new archive destinations, associated states, and options, complete the following steps to change from the old archive log destination parameters to the new ones:
Use ALTER SYSTEM
to set LOG_ARCHIVE_MIN_SUCCEED_DEST
to 1.
Use ALTER SYSTEM
to set LOG_ARCHIVE_DUPLEX_DEST
to null.
Use ALTER SYSTEM
to set LOG_ARCHIVE_DEST
to null.
Use ALTER SYSTEM
to set any LOG_ARCHIVE_DEST_STATE_
n
parameters to 'defer' or 'enable' as required. Although enable is the default, Oracle recommends that you explicitly set a state for each destination.
Use ALTER SYSTEM
to set at least one LOG_ARCHIVE_DEST_
n
parameter to a value specifying a local destination.
Use ALTER SYSTEM
to set other LOG_ARCHIVE_DEST_
n
parameters as required.
Use ALTER SYSTEM
to set LOG_ARCHIVE_MIN_SUCCEED_DEST
to the required value.
For example, assume there are the following two destinations:
/oracle/dbs/arclog
/backup/dbs/arclog
Both destinations are mandatory (minimum succeed destination count is 2). The new destinations are the following:
/oracle/dbs/arclog
(local)
stndby1
(a standby database)
/backup/dbs/arclog
/backup2/dbs/arclog
The first destination, the standby destination, and either of the backup destinations are mandatory (minimum succeed destination count is 3).
With these assumptions, issue the following SQL statements to change your old archive log destination parameters to the new ones:
ALTER SYSTEM SET LOG_ARCHIVE_MIN_SUCCEED_DEST = 1; ALTER SYSTEM SET LOG_ARCHIVE_DUPLEX_DEST = ' '; ALTER SYSTEM SET LOG_ARCHIVE_DEST = ' '; ALTER SYSTEM SET LOG_ARCHIVE_DEST_STATE_1 = 'enable'; ALTER SYSTEM SET LOG_ARCHIVE_DEST_STATE_2 = 'enable'; ALTER SYSTEM SET LOG_ARCHIVE_DEST_STATE_3 = 'enable'; ALTER SYSTEM SET LOG_ARCHIVE_DEST_STATE_4 = 'enable'; ALTER SYSTEM SET LOG_ARCHIVE_DEST_1 = 'LOCATION=/oracle/dbs/arclog MANDATORY'; ALTER SYSTEM SET LOG_ARCHIVE_DEST_2 = 'SERVICE=stndby1 MANDATORY'; ALTER SYSTEM SET LOG_ARCHIVE_DEST_3 = 'LOCATION=/backup/dbs/arclog OPTIONAL'; ALTER SYSTEM SET LOG_ARCHIVE_DEST_4 = 'LOCATION=/backup2/dbs/arclog OPTIONAL'; ALTER SYSTEM SET LOG_ARCHIVE_MIN_SUCCEED_DEST = 3;
Complete the following steps to change back to the old archive log destination parameters:
Use ALTER SYSTEM
to set LOG_ARCHIVE_MIN_SUCCEED_DEST
to 1.
Use ALTER SYSTEM
to set all LOG_ARCHIVE_DEST_
n
parameters to NULL.
Use ALTER SYSTEM
to set the LOG_ARCHIVE_DEST
parameter to a value specifying a local destination.
Use ALTER SYSTEM
to set the LOG_ARCHIVE_DUPLEX_DEST
parameter as required.
Use ALTER SYSTEM
to set LOG_ARCHIVE_MIN_SUCCEED_DEST
to the required value.
For example, assume there are the following two destinations:
/oracle/dbs/arclog
(LOG_ARCHIVE_DEST_1)
/backup/dbs/arclog
(LOG_ARCHIVE_DEST_4)
Both destinations are mandatory. The new destinations and minimum succeed count are the same.
With these assumptions, issue the following SQL statements to change your new archive log destination parameters to the old ones:
ALTER SYSTEM SET LOG_ARCHIVE_MIN_SUCCEED_DEST = 1; ALTER SYSTEM SET LOG_ARCHIVE_DEST_4 = ' '; ALTER SYSTEM SET LOG_ARCHIVE_DEST_1 = ' '; ALTER SYSTEM SET LOG_ARCHIVE_DEST = '/oracle/dbs/arclog'; ALTER SYSTEM SET LOG_ARCHIVE_DUPLEX_DEST = '/backup/dbs/arclog'; ALTER SYSTEM SET LOG_ARCHIVE_MIN_SUCCEED_DEST = 2;
When you follow the procedures described previously in this section for changing your archive destination parameters, you may encounter the following error messages in your log files if archiving is enabled:
In the Alert log - "Archiving not possible: No available destinations"
In the Trace log - "ARCH: INCOMPLETE, no available destinations"
You will not encounter these errors if archiving is disabled. The errors may occur during the procedure when there are no valid archive destinations. However, when the transition in parameters is complete, the errors should cease. You should not disable archiving during the transition to avoid these errors.
The following sections list changes to static data dictionary views across different releases of the Oracle Database:
See Also: The "What's New in Oracle Database Reference" section of Oracle Database Reference for a list of new static data dictionary views in Oracle Database 10g |
The following sections list static data dictionary views that have been deprecated:
The following static data dictionary views were deprecated in release 10.1:
ALL_STORED_SETTINGS
(replaced by ALL_PLSQL_OBJECT_SETTINGS
)DBA_STORED_SETTINGS
(replaced by DBA_PLSQL_OBJECT_SETTINGS
)USER_STORED_SETTINGS
(replaced by USER_PLSQL_OBJECT_SETTINGS
)The following static data dictionary views were deprecated in release 9.2:
ALL_RULESETS
(replaced by ALL_RULE_SETS
)DBA_RULESETS
(replaced by DBA_RULE_SETS
)USER_RULESETS
(replaced by USER_RULE_SETS
)The following static data dictionary views were deprecated in release 9.0.1:
ALL_REGISTERED_SNAPSHOTS
(replaced by ALL_REGISTERED_MVIEWS
)ALL_SNAPSHOT_LOGS
(replaced by ALL_BASE_TABLE_MVIEWS
and ALL_MVIEW_LOGS
)ALL_SNAPSHOT_REFRESH_TIMES
(replaced by ALL_MVIEW_REFRESH_TIMES
)DBA_REGISTERED_SNAPSHOT_GROUPS
(replaced by DBA_REGISTERED_MVIEW_GROUPS
)DBA_REGISTERED_SNAPSHOTS
(replaced by DBA_REGISTERED_MVIEWS
)DBA_SNAPSHOT_LOG_FILTER_COLS
(replaced by DBA_MVIEW_LOG_FILTER_COLS
)DBA_SNAPSHOT_LOGS
(replaced by DBA_BASE_TABLE_MVIEWS
and DBA_MVIEW_LOGS
)DBA_SNAPSHOT_REFRESH_TIMES
(replaced by DBA_MVIEW_REFRESH_TIMES
)USER_REGISTERED_SNAPSHOTS
(replaced by USER_REGISTERED_MVIEWS
)USER_SNAPSHOT_LOGS
(replaced by USER_BASE_TABLE_MVIEWS
and USER_MVIEW_LOGS
)USER_SNAPSHOT_REFRESH_TIMES
(replaced by USER_MVIEW_REFRESH_TIMES
)The following static data dictionary views were deprecated in release 8.1:
ALL_SNAPSHOTS
(replaced by ALL_MVIEWS
)ALL_SUMMARIES
(replaced by ALL_MVIEW_ANALYSIS
)ALL_SUMMARY_AGGREGATES
(replaced by ALL_MVIEW_AGGREGATES
)ALL_SUMMARY_DETAIL_TABLES
(replaced by ALL_MVIEW_DETAIL_RELATIONS
)ALL_SUMMARY_JOINS
(replaced by ALL_MVIEW_JOINS
)ALL_SUMMARY_KEYS
(replaced by ALL_MVIEW_KEYS
)DBA_SNAPSHOTS
(replaced by DBA_MVIEWS
)DBA_SUMMARIES
(replaced by DBA_MVIEW_ANALYSIS
)DBA_SUMMARY_AGGREGATES
(replaced by DBA_MVIEW_AGGREGATES
)DBA_SUMMARY_DETAIL_TABLES
(replaced by DBA_MVIEW_DETAIL_RELATIONS
)DBA_SUMMARY_JOINS
(replaced by DBA_MVIEW_JOINS
)DBA_SUMMARY_KEYS
(replaced by DBA_MVIEW_KEYS
)USER_SNAPSHOTS
(replaced by USER_MVIEWS
)USER_SUMMARIES
(replaced by USER_MVIEW_ANALYSIS
)USER_SUMMARY_AGGREGATES
(replaced by USER_MVIEW_AGGREGATES
)USER_SUMMARY_DETAIL_TABLES
(replaced by USER_MVIEW_DETAIL_RELATIONS
)USER_SUMMARY_JOINS
(replaced by USER_MVIEW_JOINS
)USER_SUMMARY_KEYS
(replaced by USER_MVIEW_KEYS
)The following sections list static data dictionary views that have been made obsolete:
The following sections list static data dictionary views with renamed columns:
The static data dictionary view columns listed in Table A-5 were renamed in release 9.0.1:
Table A-5 Static Data Dictionary Views with Renamed Columns in Release 9.0.1
Static Data Dictionary View | Pre-Release 9.0.1 Column Name | Release 9.0.1 and Higher Column Name |
---|---|---|
DBA_RSRC_PLAN_DIRECTIVES |
MAX_ACTIVE_SESS_TARGET_P1 |
ACTIVE_SESS_POOL_P1 |
DBA_RSRC_PLANS |
MAX_ACTIVE_SESS_TARGET_MTH |
ACTIVE_SESS_POOL_MTH |
The following sections list static data dictionary views with dropped columns:
Static Data Dictionary Views with Dropped Columns in Release 9.0.1
Static Data Dictionary Views with Dropped Columns in Release 8.1
The following static data dictionary view columns were dropped in release 9.0.1:
Static Data Dictionary View | Dropped Columns |
---|---|
DBA_RSRC_PLAN_DIRECTIVES |
MAX_ACTIVE_SESS_TARGET_P1 |
DBA_RSRC_PLANS |
MAX_ACTIVE_SESS_TARGET_MTH |
The following static data dictionary view columns were dropped in release 8.1:
Static Data Dictionary Views | Dropped Columns |
---|---|
DBA_AUDIT_OBJECT
|
OBJECT_LABEL
|
DBA_AUDIT_SESSION
|
SESSION_LABEL |
DBA_AUDIT_STATEMENT
|
SESSION_LABEL |
DBA_AUDIT_TRAIL
|
OBJECT_LABEL
|
DBA_CONTEXT |
ATTRIBUTE |
ALL_IND_COLUMNS
|
COLUMN_EXPRESSION |
ALL_JOBS
|
CLEARANCE_HI
|
ALL_REFS
|
HAS_REFERENTIAL_CONS
|
Starting with release 8.1, the static data dictionary view columns listed in Table A-6 may return nulls; in previous releases, these columns could not return nulls. If an application requires non-null values for one or more of these columns, then modify the application accordingly:
Table A-6 Static Data Dictionary Views with Columns That May Return Nulls in Release 8.1
Static Data Dictionary Views | Columns | Explanation |
---|---|---|
DBA_DATA_FILES |
AUTOEXTENSIBLE
|
These columns return a null if the data file is offline and therefore not readable. |
ALL_IND_COLUMNS
|
COLUMN_NAME |
This column returns a null if an index is on a function instead of a column. In this case, there is no column to list. |
ALL_IND_PARTITIONS
|
INITIAL_EXTENT
|
These columns return a null if the index is partitioned using a composite method and no default value was specified for the partition. |
ALL_OBJECT_TABLES
|
TABLESPACE_NAME |
This column returns a null in if an object table is partitioned or if it is a temporary table. |
ALL_SEGMENTS
|
BLOCKS
|
The BLOCKS , BYTES , and EXTENTS columns return a null if the segment header cannot be read because the file is offline or if there is some other corruption.
The |
ALL_TAB_PARTITIONS
|
INITIAL_EXTENT
|
These columns return a null if the table is partitioned using a composite method and no default value was specified for the partition. |
ALL_TABLESPACES
|
NEXT_EXTENT
|
These columns return a null if the tablespace is locally managed and uses the AUTOALLOCATE option, because the system chooses the extent sizes, and the algorithm cannot be explained in terms of NEXT_EXTENT and PCT_INCREASE . |
ALL_TRIGGERS
|
TABLE_NAME |
This column returns a null if the trigger is a system trigger. In this case, the base object type of the trigger will be SCHEMA or DATABASE , instead of TABLE or VIEW . |
The following sections list changes to dynamic performance views (V$
views) across different releases of the Oracle Database:
See Also: The "What's New in Oracle Database Reference" section of Oracle Database Reference for a list of new dynamic performance views in Oracle Database 10g |
The following sections list dynamic performance views that have been deprecated:
The following dynamic performance views were deprecated in release 10.1:
GV$CACHE
GV$CACHE_TRANSFER
GV$CLASS_CACHE_TRANSFER
(replaced by GV$INSTANCE_CACHE_TRANSFER
)GV$FALSE_PING
GV$FILE_CACHE_TRANSFER
(replaced by GV$INSTANCE_CACHE_TRANSFER
)GV$GC_ELEMENTS_WITH_COLLISIONS
GV$LOCK_ACTIVITY
GV$TEMP_CACHE_TRANSFER
(replaced by GV$INSTANCE_CACHE_TRANSFER
)V$CACHE
V$CACHE_LOCK
V$CACHE_TRANSFER
V$CLASS_CACHE_TRANSFER
(replaced by V$INSTANCE_CACHE_TRANSFER
)V$FALSE_PING
V$FILE_CACHE_TRANSFER
(replaced by V$INSTANCE_CACHE_TRANSFER
)V$GC_ELEMENTS_WITH_COLLISIONS
V$LOCK_ACTIVITY
V$TEMP_CACHE_TRANSFER
(replaced by V$INSTANCE_CACHE_TRANSFER
)The following dynamic performance views were deprecated in release 9.2:
GV$SORT_USAGE
(replaced by GV$TEMPSEG_USAGE
)V$SORT_USAGE
(replaced by V$TEMPSEG_USAGE
)The following dynamic performance views were deprecated in release 9.0.1:
GV$BSP
(replaced by GV$CR_BLOCK_SERVER
)GV$CLASS_PING
(replaced by GV$CLASS_CACHE_TRANSFER
)GV$DLM_ALL_LOCKS
(replaced by GV$GES_ENQUEUE
)GV$DLM_CONVERT_LOCAL
(replaced by GV$GES_CONVERT_LOCAL
)GV$DLM_CONVERT_REMOTE
(replaced by GV$GES_CONVERT_REMOTE
)GV$DLM_LATCH
(replaced by GV$GES_LATCH
)GV$DLM_LOCKS
(replaced by GV$GES_BLOCKING_ENQUEUE
)GV$DLM_MISC
(replaced by GV$GES_STATISTICS
)GV$DLM_RESS
(replaced by GV$GES_RESOURCE
)GV$DLM_TRAFFIC_CONTROLLER
(replaced by GV$GES_TRAFFIC_CONTROLLER
)GV$FILE_PING
(replaced by GV$FILE_CACHE_TRANSFER
)GV$LOCK_ELEMENT
(replaced by GV$GC_ELEMENT
)GV$LOCKS_WITH_COLLISIONS
(replaced by GV$GC_ELEMENTS_WITH_COLLISIONS
)GV$MAX_ACTIVE_SESS_TARGET_MTH
(replaced by GV$ACTIVE_SESS_POOL_MTH
)GV$MTS
(replaced by GV$SHARED_SERVER_MONITOR
)GV$PING
(replaced by GV$CACHE_TRANSFER
)GV$TEMP_PING
(replaced by GV$TEMP_CACHE_TRANSFER
)V$BSP
(replaced by V$CR_BLOCK_SERVER
)V$CLASS_PING
(replaced by V$CLASS_CACHE_TRANSFER
)V$DLM_ALL_LOCKS
(replaced by V$GES_ENQUEUE
)V$DLM_CONVERT_LOCAL
(replaced by V$GES_CONVERT_LOCAL
)V$DLM_CONVERT_REMOTE
(replaced by V$GES_CONVERT_REMOTE
)V$DLM_LATCH
(replaced by V$GES_LATCH
)V$DLM_LOCKS
(replaced by V$GES_BLOCKING_ENQUEUE
)V$DLM_MISC
(replaced by V$GES_STATISTICS
)V$DLM_RESS
(replaced by V$GES_RESOURCE
)V$DLM_TRAFFIC_CONTROLLER
(replaced by V$GES_TRAFFIC_CONTROLLER
)V$FILE_PING
(replaced by V$FILE_CACHE_TRANSFER
)V$LOCK_ELEMENT
(replaced by V$GC_ELEMENT
)V$LOCKS_WITH_COLLISIONS
(replaced by V$GC_ELEMENTS_WITH_COLLISIONS
)V$MAX_ACTIVE_SESS_TARGET_MTH
(replaced by V$ACTIVE_SESS_POOL_MTH
)V$MTS
(replaced by V$SHARED_SERVER_MONITOR
)V$PING
(replaced by V$CACHE_TRANSFER
)V$TEMP_PING
(replaced by V$TEMP_CACHE_TRANSFER
)The following sections list dynamic performance views that have been made obsolete:
The following dynamic performance views were made obsolete in release 10.1:
GV$ Views | V$ Views |
---|---|
GV$COMPATIBILITY |
V$COMPATIBILITY |
GV$COMPATSEG |
V$COMPATSEG |
GV$MLS_PARAMETERS |
V$MLS_PARAMETERS |
GV$MTS |
V$MTS |
The following dynamic performance views were made obsolete in release 9.2:
GV$ Views | V$ Views |
---|---|
GV$LOADCSTAT |
V$LOADCSTAT |
GV$LOADTSTAT |
V$LOADTSTAT |
The following dynamic performance views were made obsolete in release 9.0.1:
GV$ Views | V$ Views |
---|---|
GV$TARGETRBA |
V$TARGETRBA |
The following sections list dynamic performance views with renamed columns:
Dynamic Performance Views with Renamed Columns in Release 9.2
Dynamic Performance Views with Renamed Columns in Release 9.0.1
Dynamic Performance Views with Renamed Columns in Release 8.1
The dynamic performance view columns listed in Table A-7 were renamed in release 9.2:
Table A-7 Dynamic Performance Views with Renamed Columns in Release 9.2
Dynamic Performance View | Pre-Release 9.2 Column Name | Release 9.2 and Higher Column Name |
---|---|---|
GV$ARCHIVE_DEST and V$ARCHIVE_DEST |
MANIFEST |
REGISTER |
REGISTER |
REMOTE_TEMPLATE |
|
GV$DATABASE and V$DATABASE |
STANDBY_MODE |
PROTECTION_MODE |
GV$LOGMNR_CALLBACK and V$LOGMNR_CALLBACK |
CALLBACK_STATE |
STATE |
CALLBACK_TYPE |
TYPE |
|
CALLBACK_CAPABILITY |
CAPABILITY |
|
GV$LOGMNR_REGION and V$LOGMNR_REGION |
ID |
MEMSTATE |
CURRENT_STATE |
STATE |
The dynamic performance view columns listed in Table A-8 were renamed in release 9.0.1:
The dynamic performance view columns listed in Table A-9 were renamed in release 8.1:
Table A-9 Dynamic Performance Views with Renamed Columns in Release 8.1
Dynamic Performance View | Pre-Release 8.1 Column Name | Release 8.1 and Higher Column Name |
---|---|---|
GV$DISPATCHER_RATE and V$DISPATCHER_RATE |
NUM_LOOPS_TRACKED |
TTL_LOOPS |
NUM_MSG_TRACKED |
TTL_MSG |
|
NUM_SVR_BUF_TRACKED |
TTL_SVR_BUF |
|
NUM_CLT_BUF_TRACKED |
TTL_CLT_BUF |
|
NUM_BUF_TRACKED |
TTL_BUF |
|
NUM_IN_CONNECT_TRACKED |
TTL_IN_CONNECT |
|
NUM_OUT_CONNECT_TRACKED |
TTL_OUT_CONNECT |
|
NUM_RECONNECT_TRACKED |
TTL_RECONNECT |
The following sections list dynamic performance views with dropped columns. If an application requires one or more of these columns, then modify the application accordingly:
Dynamic Performance Views with Dropped Columns in Release 9.2
Dynamic Performance Views with Dropped Columns in Release 9.0.1
Dynamic Performance Views with Dropped Columns in Release 8.1
The following dynamic performance view columns were dropped in release 9.2:
Dynamic Performance View | Dropped Columns |
---|---|
GV$DATABASE and V$DATABASE |
STANDBY_MODE |
GV$LOGMNR_CALLBACK and V$LOGMNR_CALLBACK |
FUNC_NAME
|
GV$LOGMNR_REGION and V$LOGMNR_REGION |
ID
|
The following dynamic performance view columns were dropped in release 9.0.1:
Dynamic Performance View | Dropped Columns |
---|---|
GV$LOGMNR_CONTENTS and V$LOGMNR_CONTENTS |
PH1_NAME
|
GV$RSRC_CONSUMER_GROUP and V$RSRC_CONSUMER_GROUP |
SESSIONS_QUEUED |
The following dynamic performance view columns were dropped in release 8.1:
Dynamic Performance View | Dropped Columns |
---|---|
V$ARCHIVE_DEST |
ARCMODE |
V$DLM_LATCH |
IMM_GETS
|
V$DLM_LOCKS |
RESOURCE_NAME |
V$SESSION_LONGOPS |
APPLICATION_DATA_1
|