Upgrade 11.2.0.1 to 11.2.0.3 For RAC ON AIX

Source: Internet
Author: User

Upgrade 11.2.0.1 to 11.2.0.3 For rac on aix [plain] recently upgraded two systems For a bank. Here we will sort out the upgrade steps and precautions. [Plain] Preparation [plain] $ create pfile from spfile; $ select file_id, file_name from dba_data_files; $ alter database backup controlfile to trace as 'xxxx '; <the preceding content may be used for rollback. We recommend that you back up the data after the rollback. 1. Check 1> oracle user 1> @ utlu112i_5. SQL <Note: download the latest script. This script is especially important for manual upgrade. If you do not execute the subsequent upgrade script, an error is reported. 2> truncate table SYS. aud $; 3> Database contains INVALID objects prior to upgrade. @ utlrp. SQL 4> Your recycle bin contains 983 object (s ). PURGE DBA_RECYCLEBIN 5-> To gather dictionary statistics execute the following command while connected as SYSDBA: EXECUTE commands; 6-> To view existing hidden parameters execute the following command while connected as sysdba: SQL> SEL ECT name, description from SYS. V $ parameter where name LIKE '\ _ % 'escape' \ '; _ gc_policy_time 7-> To view existing non-default events execute the following commands while connected as sysdba: Events: SELECT (translate (value, chr (13) | chr (10), '') FROM sys. v $ parameter2 where upper (name) = 'event' AND isdefault = 'false'; Trace Events: SELECT (translate (value, chr (13) | chr (10 ), '') from sys. v $ parameter2 Where upper (name) = '_ TRACE_EVENTS' AND isdefault = 'false' 2. use RMAN to back up the database. 3. check inventory under the oraInventory directory of the inventory parameter configuration. xml grid @ QAZWS0200:/home/db/grid/oraInventory/ContentsXML $ more inventory. xml <? Xml version = "1.0" standalone = "yes"?> <! -- Copyright (c) 1999,200 9, Oracle. All rights reserved. --> <! -- Do not modify the contents of this file by hand. --> <INVENTORY> <VERSION_INFO> <SAVED_WITH> 11.2.0.1.0 </SAVED_WITH> <MINIMUM_VER> 2.1.0.6.0 </MINIMUM_VER> </VERSION_INFO> <HOME_LIST>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.