|
|
Complete Checklist for Manual Upgrades to Oracle Database 12c Release 1 (12.1) [ID 1503653.1] | 转到底部 |
修改时间:2013-6-26类型:BULLETIN状态:PUBLISHED优先级:3 |
|
In this Document
Purpose |
Scope |
Details |
Step 1: Upgrade Path for Oracle Database to Oracle 12c Release 1 (12.1) |
Step 2 : Requirements and recommendations for Source database |
Step 3 : Check for the integrity of the source database. |
Step 4 : Pre-Upgrade Steps |
4.1 Deprecated CONNECT Role |
4.2 Update Access Control Lists and Network Utility Packages |
4.3 Dependencies on Network Utility Packages |
4.4 Database Links with Passwords from Earlier Releases |
4.5 TIMESTAMP WITH TIME ZONE Data Type |
4.7 Save Database Control Files and Data with the emdwgrd Utility |
4.8 Verify That Materialized View Refreshes Have Completed Before Upgrading |
4.9 Ensure That No Files Need Media Recovery Before Upgrading |
4.10 Ensure That No Files Are in Backup Mode Before Upgrading |
4.11 Resolve Outstanding Distributed Transactions Before Upgrading |
4.12 Purge the Database Recycle Bin Before Upgrading : |
4.13 Synchronize the Standby Database with the Primary Database When Upgrading |
4.14 Disable all batch and cron jobs |
4.15 Verify SYS and SYSTEM Default tablespace |
4.16 Verify the existance of the AUD$ tables |
4.17 Check whether database has any externally authenticated SSL users |
4.18 Location of datafiles, redo logs and control files |
4.19 Remove Enterprise Manager Database Control repository : |
4.20 Run olspreupgrade.sql : |
4.21 Drop Oracle 12c Release 1 supplied users and roles ,if exist in the source database |
Step 6 : Upgrading Database to 12cR1 |
Step 7: Post Upgrade Steps |
7.1 Environment Variables and oratab file |
7.2 Initialization parameter file |
7.3 Password File |
7.4 COMPATIBLE Initialization Parameter |
7.5 Change passwords for Oracle-Supplied Accounts. |
7.6 Upgrade the Recovery Catalog After Upgrading Oracle Database |
7.7 Upgrade the Time Zone File Version After Upgrading Oracle Database |
7.8 Upgrade Statistics Tables Created by the DBMS_STATS Package |
7.9 Upgrade Externally Authenticated SSL Users |
7.10 Install Oracle Text Supplied Knowledge Bases After Upgrading Oracle Database |
7.11 Update Your Oracle Application Express Configuration |
7.12 Configure Fine-Grained Access to External Network Services |
7.13 Enable Oracle Database Vault |
7.14 Identify Invalid Objects With the utluiobj Script |
References |
This document is created for use as a guideline and checklist when manually upgrading from Oracle 10gR2 (10.2) , Oracle 11gR1 (11.1) or Oracle 11gR2 (11.2) to Oracle 12c Release 1 (12.1)
Database Administrators, Support
Minimum version of the database that can be directly upgraded to Oracle 12c Release 1 (12.1)
Source Database | Target Database |
---|---|
10.2.0.5 | 12.1.x |
11.1.0.7 | 12.1.x |
11.2.0.2 or higher | 12.1.x |
The following database versions will require an indirect upgrade path:
Source Database | Intermediate Upgrade Path for Target Database | Target Database | ||
---|---|---|---|---|
11.2.0.1 | ----> | 11.2.0.2 or higher | ----> | 12.1.x |
11.1.0.6 | ----> | 11.1.0.7 or 11.2.0.2 or higher | ----> | 12.1.x |
10.2.0.4 (or earlier) | ----> | 10.2.0.5 or later direct upgrade version | ----> | 12.1.x |
10.1.0.5 (or earlier) | ----> | 10.2.0.5 or later direct upgrade version | ----> | 12.1.x |
9.2.0.8 (or earlier) | ----> | 9.2.0.8 --> 11.2.0.2 or higher | ----> | 12.1.x |
For example:
Reminder:
To locate the patchid of a patchset refer to:
Note 438049.1 : How To Find RDBMS patchsets on My Oracle Support
Note 753736.1 : Quick Reference to Patchset Patch Numbers
a) Perform Cold Backup
(or)
b) Take a backup using RMAN
--> db_backup_directory >> Location of the Database backup.
--> controlfile_backup_directory >> Location of the Controlfile backup.
The following duplicate objects are permissible duplicate objects:
Please refer to the following article for complete instructions to remove any other duplicates.
NOTE.1030426.6 HOW TO CLEAN UP DUPLICATE OBJECTS OWNED BY SYS AND SYSTEM
Check for the integrity of the source database prior to starting the upgrade by downloading and running the dbupgdiag.sql script from the My Oracle Support article below:
If the dbupgdiag.sql script reports any invalid objects, run $ORACLE_HOME/rdbms/admin/utlrp.sql (multiple times) to validate the invalid objects in the database until there is no change in the number of invalid objects.
If the Oracle owned objects cannot be validated then it is suggested to post a community thread or open an SR to investigate why the object/objects cannot be validated.
After validating the invalid objects, re-run dbupgdiag.sql in the database once again and make sure that everything is fine.
In case of the INDIRECT upgrade download and use the latest Pre-Upgrade Information Tool see the following:
Note 884522.1 How to Download and Run Oracle's Database Pre-Upgrade Utility
or
Run the Pre-Upgrade Information Tool for Collecting Pre-Upgrade Information
Step 1:
* Log into the system as the owner of the Oracle Database 12c Release 1 (12.1) Oracle Home directory.
* Copy the Pre-Upgrade Information Tool script preupgrd.sql and utluppkg.sql from the Oracle Database 12c Release 1 (12.1) $ORACLE_HOME/rdbms/admin directory to the $ORACLE_HOME/rdbms/admin directory of the source Oracle Home.
Step 2:
* Run the new Pre-Upgrade Information Tool. For example, if you copied preupgrd.sql to the /admin directory of the source Oracle Home:
preupgrade.log, preupgrade_fixups.sql and postupgrade_fixups.sql files are created in $ORACLE_HOME/cfgtoollogs/$ORACLE_SID/preupgrade/, which is under the source database ORACLE_HOME to be upgraded.
After upgrading to Oracle Database 12c Release 1 (12.1) from INDIRECT database upgrade release like Oracle Database9i Release 2 (9.2) or Oracle Database 10g Release 1 (10.1), the CONNECT role has only the CREATE SESSION privilege; the other privileges granted to the CONNECT role in earlier releases are revoked during the upgrade. To identify which users and roles in your database are granted the CONNECT role, use the following query:
If users or roles require privileges other than CREATE SESSION, then grant the specific required privileges prior to upgrade. The upgrade scripts adjust the privileges for the Oracle-supplied users.
In Oracle 9.2.x and 10.1.x CONNECT role includes the following privileges:
From Oracle 10.2, 'CONNECT' role only includes 'CREATE SESSION' privilege.
Oracle 12cR1 Database release includes fine-grained access control to the UTL_TCP, UTL_SMTP, UTL_MAIL, UTL_HTTP, and UTL_INADDR packages using Oracle XML DB.
Oracle XML DB is installed by default when you install the Oracle Database 12c software and upgrade your database.
See Oracle XML DB Developer's Guide for more information.
Execute the following query
Actions are discussed in Post Upgrade tasks (Step 7.10), as the DBMS_NETWORK_ACL_ADMIN package is introduced after upgrading the database and not available in prior releases.
Create a script for DBLINKs (in case the database has to be downgraded again).
During the upgrade to Oracle Database 12c any passwords in database links are encrypted.
To downgrade to the original release, all of the database links with encrypted passwords must be dropped prior to the downgrade.
Consequently, the database links do not exist in the downgraded database.
If you anticipate a requirement to be able to downgrade to your original release, then save the information about affected database links from the SYS.LINK$ table, so that you can re-create the database links after the downgrade.
The default time zone file shipped with the Oracle 12c Release 1 is version 18.
To see if there is any need for the DST update during the upgrade please check the following reference one :
Note 1509653.1 : Updating the RDBMS DST version in 12c Release 1 (12.1.0.1 and up) using DBMS_DST
4.6 Optimizer Statistics
Oracle recommends collecting statistics the night before starting the upgrade to decrease the amount of downtime
To decrease the amount of downtime incurred when collecting statistics, Oracle recommends to collect statistics prior to performing the actual database upgrade.
As of Oracle Database 10g Release 1 (10.1), Oracle recommends that you use the DBMS_STATS.GATHER_DICTIONARY_STATS procedure to gather these statistics. For example, you can enter the following:
After upgrading to Oracle Database 12c , if you want to downgrade Oracle Enterprise Manager Database Control you must save your Database Control files and data before upgrading your database.
The emdwgrd utility can be used to keep a copy of your database control files and data before upgrading your database.
The emdwgrd utility resides in the ORACLE_HOME/bin directory in the Oracle Database 12c home.
1. Set ORACLE_HOME to your old Oracle Home
2. Set ORACLE_SID to the SID of the database being upgraded.
3. Set PATH, LD_LIBRARY_PATH and SHLIB_PATH to point to the Oracle home from which the database is being upgraded.
4. Change directory to Oracle Database 12c home.
5. Run the emdwgrd command.
a. Run the following command for single instance database:
where old_SID is the SID of the database being upgraded and save_directory is the path to the storage place you have chosen for your Database Control files and data.
b. For RAC database, remote copy is required across the cluster nodes. Define an environment variable to indicate which remote copy is configured. For example: setenv EM_REMCP /usr/bin/scp
Note: If 10g Oracle Home is on a shared device, add -shared to the previous command line.
The above command(s) may core dump on the HP-UX Itanium platform, which is a known issue. For more information, refer to following article:
6. Enter the SYS password for the database to be upgraded.
Note: On RAC databases you will be prompted to run '/tmp/racdwgrd_dbctl.sh' on each of the nodes.
Before upgrading Oracle Database, you must wait until all materialized views have completed refreshing.
Run the following query to determine if there are any materialized view refreshes still in progress:
SQL> select s.obj#,o.obj#,s.containerobj#,lastrefreshdate,pflags,xpflags,o.name,o.owner#, bitand(s.mflags, 8) from obj$ o, sum$ s
where o.obj# = s.obj# and o.type# = 42 AND bitand(s.mflags, 8) = 8;
If the above query returns any row, then use Note 1442457.1 : During 11g Upgrade, Mview refresh warning
Make ensure that there are no files requiring media recovery by executing the following query .
Execute the following query to verify that No Files in backup mode when upgrading Oracle Database
To resolve outstanding distributed transactions:
1. Issue the following statement:
2. If the query in the previous step returns any rows, then issue the following
statements:
To empty the database recycle bin, issue the following command:
NOTE : The database recycle bin must be empty during the upgrade process to avoid possible ORA-00600 errors and to minimize the upgrade time.
To check if a standby database exists and to synchronize it:
1. Issue the following query:
2. If the query in the previous step returns a row, then synchronize the standby database with the primary database.
For jobs initiated by Oracle then packages DBMS_JOB, DBMS_SCHEDULER can be used.
For cron jobs (external jobs controlled at the OS level) then this is a task for your Unix administrator.
See also:
Note 404238.1 : How to Disable an Entry from DBMS_SCHEDULER
Note 1335741.1 : How To Stop A Running Job Using DBMS_JOB
Note 67695.1 : PROCEDURE DBMS_JOB.BROKEN Specification
Ensure the users SYS and SYSTEM have 'SYSTEM' as their default tablespace.
You must have sufficient space in the 'SYSTEM' tablespace or set extents to unlimited.
If DEFAULT_TABLESPACE is anything other than SYSTEM tablespace, modify the default tablespace for user SYS and SYSTEM to SYSTEM by using the command below:
Ensure that if the aud$ table exists that it is in the SYS schema and in the SYSTEM tablespace.
If the AUD$ table is not in SYSTEM tablespace and not owned by the SYS user then before doing the upgrade put it back to the SYSTEM tablespace and it should be owned by SYS .
Note: If the AUD$ table exists and is in use, upgrade performance can be effected depending on the number of records in the table.
Execute the following query
If any SSL users are found then Step 33 has to be followed after the upgrade.
Note the location of datafiles, redo logs and control files. Also take a backup of all configuration files like listener.ora, tnsnames.ora, etc. from $ORACLE_HOME.
Therefore no repository is needed anymore .
Remove Enterprise Manager Database Control repository MANUALLY using the following command
Note : You will get the emremove.sql script in the Oracle 12c home .
Copy the emremove.sql script from the 12c $ORACLE_HOME/rdbms/admin to the source $ORALCE_HOME/rdbms/admin and then execute on the source database prior to upgrade.
$emctl stop dbcontrol
SQL> @ ?/rdbms/admin/emremove.sql
If the EM repository is not removed up front ,it will be automatically removed during the catuppst.sql post-upgrade phase.
- It prepares the move of AUD$ table from SYSTEM to SYS.
- It processes the audit records to minimize downtime.
- It moves records to an Interim temporary table.
There are new Oracle users and roles in Oracle 12.1. If there exist in the source database users or roles with the same names, then they must be dropped before upgrading the database.
Run the preupgrade tool to check for the existence of any users or roles in the source database that use the same names.
Note: If there is a pre-existing user in the database with same name as the 12.1 oracle-supplied users or roles, then move the data of that user to a different schema before dropping the pre-existing user.
Make sure to drop these pre-existing users and/or roles before doing the upgrade. Else, the upgrade will terminate will with "ORA-01722: invalid number" error.
Step 5 : Requirements and recommendations for target database
- Parameter file (spfile or pfile)
- Password file (orapwsid)
Comment out obsoleted parameters and change all deprecated parameters (Appendix A).
The SEC_CASE_SENSITIVE_LOGON parameter is deprecated in 12.1, Please refer the Behaviour Change for complete information
According to Bug 8937877, CORE_DUMP_DEST is not deprecated.
Refer to the below article for understanding directory structure in 11g and DIAGNOSTIC_DEST.
Note 454442.1 11g Install : Understanding about Oracle Base, Oracle Home and Oracle Inventory locations
Note : Do not make this change until you are ready to upgrade because a downgrade back to 10.2 is not possible once compatible has been raised.
Oracle recommends increasing the COMPATIBLE parameter only after complete testing of the upgraded database has been performed.
Previous versions of the listener are not supported for use with an Oracle Database 12c Release 1 (12.1) database.
However, it is possible to use the new version of the listener with previous versions of Oracle Databases.
If you are upgrading from 10.2.0.5 or upgrading manually without using DBUA, run Oracle Net Configuration Assistant before upgrading the Oracle RAC database.
This is a two-step option.
You must first run Oracle Net Configuration Assistant from the old Oracle Home to remove the old listener.
- Invoke the Netca
- Choose the configuration you want to do ==> Choose Listener Configuration
- Select what you want to do ==> Delete
- Select the listener you want to delete .
Then you must run Oracle Net Configuration Assistant again from the new Oracle Database 12c Release 1 (12.1) Home to create a new listener.
- Invoke the Netca
- Choose the configuration you want to do ==> Choose Listener Configuration
- Select what you want to do ==> Add
- Provide the detail that is required to configure the listener.
You must remove the old listener before creating a new one.
If you attempt to create a new listener from the new Oracle Home first, and use the same name and port as the old listener, then Oracle Net Configuration Assistant returns an error.
Note: This is your only option if you want to upgrade your Oracle RAC database manually.
If your operating system is Windows then complete the actions in this step, else skip to the next step.
Set the environment to Source/Previous version ( 10.2 /11.1)
Stop the OracleServiceSID Oracle service of the database you are upgrading, where SID is the instance name. For example, if your SID is ORCL, then enter the following at a command prompt:
a). Stop the Oracle database service.
b). Delete Oracle service using ORADIM binary from which the database is upgraded to 12.1.
c). Create the Oracle Database 12c Release 1 (12.1) service at a command prompt using the ORADIM command of the new Oracle Database release:
- ORACLE_BASE
- ORACLE_HOME
- PATH, LD_LIBRARY_PATH and SHLIB_PATH
Note : If ORACLE_BASE is not known after setting PATH to 12cR1 Oracle Home, execute 'orabase' which will point the location of the base.
Note: After /etc/oratab is updated to have SID and Oracle Home (12.1), you can execute oraenv (/usr/local/bin/oraenv) and set the environment.
The input has to be the SID which is entered in /etc/oratab against the 12cR1 home.
For example:
At the operating system prompt, change to the $ORACLE_HOME/rdbms/admin directory of 12cR1 Oracle Home.
Run the catctl.pl script from the new Oracle home.
In this release, the new Upgrade Utility, catctl.pl, replaces catupgrd.sql.
To run catctl.pl on Linux:
To run catctl.pl on Windows:
Run the Post-Upgrade Status Tool $ORACLE_HOME/rdbms/admin/utlu121s.sql which provides a summary of the upgrade at the end of the spool log.
It displays the status of the database components in the upgraded database and the time required to complete each component upgrade.
Any errors that occur during the upgrade are listed with each component and must be addressed.
Run catuppst.sql, located in the $ORACLE_HOME/rdbms/admin directory, to perform upgrade actions that do not require the database to be in UPGRADE mode.
This script can be run concurrently with utlrp.sql.
Run utlrp.sql to recompile any remaining stored PL/SQL and Java code in another session.
Check for the integrity of the upgraded database by running dbupgdiag.sql script from the below article:
If the dbupgdiag.sql script reports any invalid objects, run $ORACLE_HOME/rdbms/admin/utlrp.sql (multiple times) to validate the invalid objects in the database, until there is no change in the number of invalid objects.
After validating the invalid objects, re-run dbupgdiag.sql in the upgraded database once again and make sure that everything is fine.
Exit SQL*Plus.
If you are upgrading a cluster database from releases 10.2, 11.1, or 11.2, then upgrade the database configuration in Oracle Clusterware using the following command:
where db-unique-name is the database name assigned to it (not the instance name), and oraclehome is the Oracle home location in which the database is being upgraded.
- ORACLE_BASE
- ORACLE_HOME
- PATH, LD_LIBRARY_PATH and SHLIB_PATH
Edit init.ora
Create a server parameter file with an initialization parameter file.
This will create an spfile as a copy of the init.ora file located in $ORACLE_HOME/dbs (UNIX) & %ORACLE_HOME%\database (Windows).
If the REMOTE_LOGIN_PASSWORDFILE initialization parameter is set to either exclusive or shared, create a password file with ORAPWD.
The COMPATIBLE initialization parameter controls the compatibility level of your database.
When you are certain that you no longer need the ability to downgrade your database to its original release
a. Update the server parameter file to set or change the value of the COMPATIBLE initialization parameter.
For example, to set the COMPATIBLE initialization parameter to 12.0.0, enter the following statement:
b. Shut down and restart the instance.
a. Shut down the instance if it is running:
b. Edit the initialization parameter file to set or change the value of the COMPATIBLE initialization parameter.
For example, to set the COMPATIBLE initialization parameter to for Oracle Database release 12.1, enter the following in the initialization parameter file:
COMPATIBLE = 12.1.0
c. Start the instance using STARTUP.
Depending on the release from which you upgraded, there might be new Oracle-supplied accounts.
Oracle recommends that you lock all Oracle supplied accounts except for SYS and SYSTEM, and expire their passwords, thus requiring new passwords to be specified when the accounts are unlocked.
You can view the status of all accounts by issuing the following SQL statement:
To lock and expire passwords, issue the following SQL statement:
You can upgrade the Recovery catalog by executing the UPGRADE
CATALOG
command
Please refer Upgrading the Recovery Catalog for complete information and steps
If the Pre-Upgrade Information Tool instructed you to upgrade the time zone files after completing the database upgrade, then use the DBMS_DST PL/SQL package to upgrade the time zone file.
If you created statistics tables using the DBMS_STATS.CREATE_STAT_TABLE procedure, then upgrade these tables by executing the following procedure:
EXECUTE DBMS_STATS.UPGRADE_STAT_TABLE('SYS','dictstattab');
In the example, 'SYS' is the owner of the statistics table and 'dictstattab' is the name of the statistics table.
Execute this procedure for each statistics table.
If you have upgraded from Oracle 9.2.0.x or 10.1.0.x, and you are using externally authenticated SSL users, then you must run the following command to upgrade those users:
If you are upgrading from 10.2.0.x (or higher), then you are not required to run this command.
The Oracle Text-supplied knowledge bases are part of the companion products for Oracle Database 12c and are not immediately available after an upgrade to Oracle Database 12c.
Any Oracle Text features dependent on the supplied knowledge bases which were available before the upgrade do not function after the upgrade.
To re-enable such features, you must install the Oracle Text supplied knowledge bases from the installation media.
After an upgrade, all user extensions to the Oracle Text supplied knowledge bases must be regenerated. These changes affect all databases installed in the given Oracle home
If source database originally included Application Express Version 3.2 or higher, then NO additional configuration necessary .
If source database contained an earlier version of Application Express (HTML DB), then the latest version is automatically installed during the upgrade.
You must complete a series of post installation steps to configure Application Express for use with the new Oracle Database 12c.
To avoid "ORA-24247: network access denied by access control list (ACL)" when executing UTL packages (Network related packages), access has to be granted to user using these packages.
The following example first looks for any ACL currently assigned to host_name.
If one is found, then the example grants user_name the CONNECT privilege in the ACL only if that user does not already have it.
If no ACL exists for host_name, then the example creates a new ACL called ACL_name, grants the CONNECT privilege to user_name, and assigns the ACL to host_name.
acl_name.xml => Enter a name for the access control list XML file.
ACL description => 'file description',
principal => 'user_or_role',
is_grant => TRUE|FALSE,
privilege => 'connect|resolve',
host_name => host name
Refer to the below note on how to use DBMS_NETWORK_ACL_ADMIN package and also to avoid ORA-24247 : network access denied by access control list (ACL).
Refer to the following documents for enabling Oracle Database Vault:
Before the upgrade ,the list of invalid SYS/SYSTEM objects is written to registry$sys_inv_objs and non-SYS/SYSTEM objects was written to registry$nonsys_inv_objs by the Pre-Upgrade Information Tool
After the upgrade, run utluiobj.sql from $ORACLE_HOME/rdbms/admin/ to identify/compare any new invalid objects due to the upgrade.
|
|
|