探索Oracle之資料庫升級二 11.2.0.3升級到11.2.0.4完整步驟

dbhelper發表於2015-01-17

探索Oracle之資料庫升級二

 11.2.0.3 升級到11.2.0.4 完整步驟

說明:

        這篇文章主要是記錄下單例項環境下Oracle 11.2.0.1 升級到11.2.0.3的過程,當然RAC的升級是會有所不同。但是他們每個版本之間升級步驟都是差不多的,先升級Database Software,再升級Oracle Instance

Oracle 11.2.0.4 Patchset No: 19852360下載需要有Oracle Support才可以。

 Patchset 包含有7個檔案,關於這七個檔案的作用,詳見如下連結:  

我們升級Database,只需要其中的第一個和第二檔案即可。將2個檔案解壓縮後就可以執行升級操作了。  

升級前準備:

1、  
1、
檢視資料庫和作業系統相關資訊:

  1. [root@db01 ~]# uname -a

  2. Linux db01 2.6.18-308.el5 #1 SMP Fri Jan 27 17:17:51 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
  3. [root@db01 ~]# lsb_release -a
  4. LSB Version: :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch
  5. Distributor ID: RedHatEnterpriseServer
  6. Description: Red Hat Enterprise Linux Server release 5.8 (Tikanga)
  7. Release: 5.8
  8. Codename: Tikanga

  9. [root@db01 ~]# su - oracle -c \"sqlplus / as sysdba\";

  10. SQL*Plus: Release 11.2.0.3.0 Production on Fri Oct 3 21:32:02 2014
  11. Copyright (c) 1982, 2011, Oracle. All rights reserved.

  12. Connected to:
  13. Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
  14. With the Partitioning, OLAP, Data Mining and Real Application Testing options

  15. SQL> select name from v$database;

  16. NAME
  17. ---------
  18. WOO

  19. SQL>
 
2、備份資料庫
   
  1. [oracle@db01 ~]$ rman target /
  2.  
  3. Recovery Manager: Release 11.2.0.3.0 - Production on Fri Oct 3 21:43:04 2014
  4. Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
  5. connected to target database: WOO (DBID=4199461782)
  6.  
  7. RMAN> backup database plus archivelog delete input format \'/DBBackup/Phycal/full_%U.bak\';
  8.  
  9. Starting backup at 03-OCT-14
  10. current log archived
  11. using target database control file instead of recovery catalog
  12. allocated channel: ORA_DISK_1
  13. channel ORA_DISK_1: SID=149 device type=DISK
  14. channel ORA_DISK_1: starting archived log backup set
  15. channel ORA_DISK_1: specifying archived log(s) in backup set
  16. input archived log thread=1 sequence=15 RECID=1 STAMP=860017183
  17. input archived log thread=1 sequence=16 RECID=2 STAMP=860017184
  18. input archived log thread=1 sequence=17 RECID=3 STAMP=860017186
  19. input archived log thread=1 sequence=18 RECID=4 STAMP=860017186
  20. input archived log thread=1 sequence=19 RECID=5 STAMP=860017188
  21. input archived log thread=1 sequence=20 RECID=6 STAMP=860017387
  22. channel ORA_DISK_1: starting piece 1 at 03-OCT-14
  23. channel ORA_DISK_1: finished piece 1 at 03-OCT-14
  24. piece handle=/DBBackup/Phycal/full_01pk5knb_1_1.bak tag=TAG20141003T214307 comment=NONE
  25. channel ORA_DISK_1: backup set complete, elapsed time: 00:00:02
  26. channel ORA_DISK_1: deleting archived log(s)
  27. archived log file name=/DBSoft/fast_recovery_area/WOO/archivelog/2014_10_03/o1_mf_1_15_b2x9rz0z_.arc RECID=1 STAMP=860017183
  28. archived log file name=/DBSoft/fast_recovery_area/WOO/archivelog/2014_10_03/o1_mf_1_16_b2x9s05l_.arc RECID=2 STAMP=860017184
  29. archived log file name=/DBSoft/fast_recovery_area/WOO/archivelog/2014_10_03/o1_mf_1_17_b2x9s2nx_.arc RECID=3 STAMP=860017186
  30. archived log file name=/DBSoft/fast_recovery_area/WOO/archivelog/2014_10_03/o1_mf_1_18_b2x9s2od_.arc RECID=4 STAMP=860017186
  31. archived log file name=/DBSoft/fast_recovery_area/WOO/archivelog/2014_10_03/o1_mf_1_19_b2x9s4dr_.arc RECID=5 STAMP=860017188
  32. archived log file name=/DBSoft/fast_recovery_area/WOO/archivelog/2014_10_03/o1_mf_1_20_b2x9zbz2_.arc RECID=6 STAMP=860017387
  33. Finished backup at 03-OCT-14
  34.  
  35. Starting backup at 03-OCT-14
  36. using channel ORA_DISK_1
  37. channel ORA_DISK_1: starting full datafile backup set
  38. channel ORA_DISK_1: specifying datafile(s) in backup set
  39. input datafile file number=00001 name=/DBData/woo/system01.dbf
  40. input datafile file number=00002 name=/DBData/woo/sysaux01.dbf
  41. input datafile file number=00005 name=/DBData/woo/example01.dbf
  42. input datafile file number=00003 name=/DBData/woo/undotbs01.dbf
  43. input datafile file number=00004 name=/DBData/woo/users01.dbf
  44. channel ORA_DISK_1: starting piece 1 at 03-OCT-14
  45. channel ORA_DISK_1: finished piece 1 at 03-OCT-14
  46. piece handle=/DBSoft/fast_recovery_area/WOO/backupset/2014_10_03/o1_mf_nnndf_TAG20141003T214309_b2x9zfm5_.bkp tag=TAG20141003T214309 comment=NONE
  47. channel ORA_DISK_1: backup set complete, elapsed time: 00:01:45
  48. channel ORA_DISK_1: starting full datafile backup set
  49. channel ORA_DISK_1: specifying datafile(s) in backup set
  50. including current control file in backup set
  51. including current SPFILE in backup set
  52. channel ORA_DISK_1: starting piece 1 at 03-OCT-14
  53. channel ORA_DISK_1: finished piece 1 at 03-OCT-14
  54. piece handle=/DBSoft/fast_recovery_area/WOO/backupset/2014_10_03/o1_mf_ncsnf_TAG20141003T214309_b2xb2qlm_.bkp tag=TAG20141003T214309 comment=NONE
  55. channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01
  56. Finished backup at 03-OCT-14
  57.  
  58. Starting backup at 03-OCT-14
  59. current log archived
  60. using channel ORA_DISK_1
  61. channel ORA_DISK_1: starting archived log backup set
  62. channel ORA_DISK_1: specifying archived log(s) in backup set
  63. input archived log thread=1 sequence=21 RECID=7 STAMP=860017496
  64. channel ORA_DISK_1: starting piece 1 at 03-OCT-14
  65. channel ORA_DISK_1: finished piece 1 at 03-OCT-14
  66. piece handle=/DBBackup/Phycal/full_04pk5kqo_1_1.bak tag=TAG20141003T214456 comment=NONE
  67. channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01
  68. channel ORA_DISK_1: deleting archived log(s)
  69. archived log file name=/DBSoft/fast_recovery_area/WOO/archivelog/2014_10_03/o1_mf_1_21_b2xb2rsf_.arc RECID=7 STAMP=860017496
  70. Finished backup at 03-OCT-14
  71.  
  72. RMAN>
 
3
、停止資料庫  
  1. ###停止資料庫
  2. SQL> shutdown immediate
  3. Database closed.
  4. Database dismounted.
  5. ORACLE instance shut down.
  6.  
  7. ###停止監聽
  8. SQL> host lsnrctl stop
  9.  
  10. LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 04-OCT-2014 01:39:26
  11. Copyright (c) 1991, 2011, Oracle. All rights reserved.
  12. Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
  13. The command completed successfully
  14.  
  15. ###停止EM
  16. SQL> host emctl stop dbconsole
  17. Oracle Enterprise Manager 11g Database Control Release 11.2.0.3.0
  18. Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
  19. https://db01:1158/em/console/aboutApplication
  20. Stopping Oracle Enterprise Manager 11g Database Control ...
  21.  
  22. ###檢視oracle程式,檢查是否已經停止完畢
  23. [root@db01 ~]# ps -ef|grep ora
  24. root 4971 4944 0 01:46 pts/0 00:00:00 grep ora


3、   4、備份老的ORACLE_HOMEoraInventory

  1. [root@db01 ~]#tar –cvf product.zip /DBSoft/product/
  2. [root@db01 ~]#tar –cvf oraInventory.zip /DBSoft/product/oraInventory/

 

4、   5、上傳並解壓縮Oracle Database 11.2.0.4安裝介質

  1. [oracle@db01 ~]$ ll
  2.  
  3.  total 2489644
  4.  drwxr-xr-x 2 oracle oinstall 4096 Oct 3 04:06 Desktop
  5.  -rw-r--r-- 1 oracle oinstall 1395582860 Oct 3 06:55 p13390677_112040_Linux-x86-64_1of7.zip
  6.  -rw-r--r-- 1 oracle oinstall 1151304589 Oct 3 06:54 p13390677_112040_Linux-x86-64_2of7.zip
  7.  
  8. [oracle@db01 ~]$ unzip p13390677_112040_Linux-x86-64_1of7.zip
  9. [oracle@db01 ~]$ unzip p13390677_112040_Linux-x86-64_2of7.zip

6、開始安裝
  6.1 將檔案解壓縮後進入安裝目錄執行./runInstall

 
  6.2 取消Oracle支援選項,點選Next

 
  6.3 選擇最後一個選項"skip software update" 點選Next


   6.4 選擇最後一個選項"Upgrade an existing database" 後執行Next


   6.5 選擇所有語言,後點選Next


  6.6 選擇要升級的資料庫版本,後點選Next


   6.7 選擇新版本的資料庫軟體安裝目錄,後點選Next


   6.8 選擇資料庫所屬使用者組,後點選Next


  6.9 察看資料庫配置資訊後,點選Install開始進行新版本軟體安裝


   6.10 安裝進度,這個過程將會持續15分鐘左右


  6.11 彈出對話方塊要求執行/DBSoft/Product/11.2.4/db_1/root.sh 指令碼

 

7、執行root指令碼

  1. [root@db01 ~]# /DBSoft/Product/11.2.4/db_1/root.sh 
     
    Performing root user operation for Oracle 11g 
    The following environment variables are set as: 
        ORACLE_OWNER= oracle
        ORACLE_HOME=  /DBSoft/Product/11.2.4/db_1
     
    Enter the full pathname of the local bin directory: [/usr/local/bin]: 
    The contents of "dbhome" have not changed. No need to overwrite.
    The contents of "oraenv" have not changed. No need to overwrite.
    The contents of "coraenv" have not changed. No need to overwrite.
     
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root script.
    Now product-specific root actions will be performed.
    Finished product-specific root actions.
    [root@db01 ~]#

    6.12 執行完指令碼之後繼續執行,提示配置監聽,選擇Cancel,稍後複製即可


  6.13 提示監聽配置失敗,點選ok即可


  6.14 有報錯不用管,我們直接Next即可


   6.15 至此軟體安裝完成,點選Close關閉安裝介面


至此軟體安裝完成,但是並不代表資料庫就已經升級完成了。

8、至此11.2.0.4的軟體就已經裝完了,修改Oracle環境變數  

  1. [root@db01 ~]# su - oracle
  2.  
  3. [oracle@db01 ~]$ vi .bash_profile ---修改如下行,將11.2.3改成11.2.4即可
  4.  
  5. export ORACLE_HOME=$ORACLE_BASE/Product/11.2.4/db_1
  6.  
  7. [oracle@db01 ~]$ vi /etc/oratab ------修改如下行11.2.3為11.2.4
  8.  woo:/DBSoft/Product/11.2.4/db_1:N
  9.  
  10. [oracle@db01 admin]$ cp /DBSoft/Product/11.2.3/db_1/dbs/* /DBSoft/Product/11.2.4/db_1/dbs/

9、拷貝監聽配置檔案

  1. [oracle@db01 admin]$ source ~/.bash_profile
  2. [oracle@db01 admin]$ pwd
  3. /DBSoft/Product/11.2.3/db_1/network/admin
  4.  
  5. [oracle@db01 admin]$ cd $ORACLE_HOME/network/admin
  6. [oracle@db01 admin]$ ls
  7. samples shrept.lst
  8.  
  9. [oracle@db01 admin]$ cp /DBSoft/Product/11.2.3/db_1/network/admin/* $ORACLE_HOME/network/admin
  10. cp: omitting directory `/DBSoft/Product/11.2.3/db_1/network/admin/samples\
10、執行預升級指令碼檢查   
  1. [oracle@db01 dbs]$ sqlplus /as sysdba
     
    SQL*Plus: Release 11.2.0.4.0Production on Sat Oct 4 02:26:01 2014
    Copyright (c) 1982, 2013,Oracle.  All rights reserved.
    Connected to an idleinstance.
     
    SQL> startup upgrade;

    ORACLE instance started.
    Total System Global Area2037673984 bytes
    Fixed Size                  2254704 bytes
    Variable Size            1811941520 bytes
    Database Buffers          218103808 bytes
    Redo Buffers                5373952 bytes
    Database mounted.
    Database opened.

    SQL>@?/rdbms/admin/utlu112i.sql    ---執行升級前檢查

    Oracle Database 11.2Pre-Upgrade Information Tool 10-04-2014 02:27:38
    Script Version: 11.2.0.4.0Build: 001
    .
    **********************************************************************
    Database:
    **********************************************************************

    --&gt name:          WOO
    --&gt version:       11.2.0.3.0
    --&gt compatible:    11.2.0.0.0
    --&gt blocksize:     8192
    --&gt platform:      Linux x86 64-bit
    --&gt timezone file: V14
    .
    **********************************************************************
    Tablespaces: [makeadjustments in the current environment]
    **********************************************************************

    --&gt SYSTEM tablespace isadequate for the upgrade.
    .... minimum required size:917 MB
    --&gt SYSAUX tablespace isadequate for the upgrade.
    .... minimum required size:646 MB
    --&gt UNDOTBS1 tablespaceis adequate for the upgrade.
    .... minimum required size:400 MB
    --&gt TEMP tablespace isadequate for the upgrade.
    .... minimum required size:60 MB
    .
    **********************************************************************
    Flashback: OFF
    **********************************************************************

    **********************************************************************
    Update Parameters: [UpdateOracle Database 11.2 init.ora or spfile]
    Note: Pre-upgrade tool wasrun on a lower version 64-bit database.
    **********************************************************************

    --&gt If Target Oracle is32-Bit, refer here for Update Parameters:
    WARNING: --&gt"shared_pool_size" needs to be increased to at least 236 MB
    .
    --&gt If Target Oracle is64-Bit, refer here for Update Parameters:
    WARNING: --&gt"shared_pool_size" needs to be increased to at least 472 MB
    .
    **********************************************************************
    Renamed Parameters: [UpdateOracle Database 11.2 init.ora or spfile]
    **********************************************************************
    -- No renamed parametersfound. No changes are required.
    .
    **********************************************************************
    Obsolete/DeprecatedParameters: [Update Oracle Database 11.2 init.ora or spfile]
    **********************************************************************
    -- No obsolete parametersfound. No changes are required

    .
    **********************************************************************
    Components: [The followingdatabase components will be upgraded or installed]
    **********************************************************************

    --&gt Oracle CatalogViews         [upgrade]  VALID
    --&gt Oracle Packages andTypes    [upgrade]  VALID
    --&gt JServer JAVA VirtualMachine [upgrade]  VALID
    --&gt Oracle XDK forJava          [upgrade]  VALID
    --&gt Oracle WorkspaceManager     [upgrade]  VALID
    --&gt OLAP Analytic Workspace      [upgrade] VALID
    --&gt OLAP Catalog                 [upgrade]  VALID
    --&gt EM Repository                [upgrade]  VALID
    --&gt Oracle Text                  [upgrade]  VALID
    --&gt Oracle XMLDatabase          [upgrade]  VALID
    --&gt Oracle Java Packages         [upgrade]  VALID
    --&gt OracleinterMedia            [upgrade]  VALID
    --&gt Spatial                      [upgrade]  VALID
    --&gt ExpressionFilter            [upgrade]  VALID
    --&gt Rule Manager                 [upgrade]  VALID
    --&gt Oracle ApplicationExpress   [upgrade]  VALID
    ... APEX will only beupgraded if the version of APEX in
    ... the target Oracle homeis higher than the current one.
    --&gt Oracle OLAP API              [upgrade]  VALID
    .
    **********************************************************************
    Miscellaneous Warnings
    **********************************************************************

    WARNING: --&gt Your recyclebin is turned on and currently contains no objects.
    .... Because it is REQUIREDthat the recycle bin be empty prior to upgrading
    .... and your recycle bin isturned on, you may need to execute the command:
            PURGE DBA_RECYCLEBIN
    .... prior to executing yourupgrade to confirm the recycle bin is empty.
    WARNING: --&gt Databasecontains schemas with objects dependent on DBMS_LDAP package.
    .... Refer to the 11gUpgrade Guide for instructions to configure Network ACLs.
    .... USER APEX_030200 hasdependent objects.
    .

    **********************************************************************
    Recommendations
    **********************************************************************

    Oracle recommends gatheringdictionary statistics prior to
    upgrading the database.
    To gather dictionarystatistics execute the following command
    while connected as SYSDBA:

        EXECUTE dbms_stats.gather_dictionary_stats;

    **********************************************************************
    Oracle recommends removingall hidden parameters prior to upgrading.
    To view existing hiddenparameters execute the following command
    while connected AS SYSDBA:
     
        SELECT name,description fromSYS.V$PARAMETER WHERE name
            LIKE '\_%' ESCAPE '\'

    Changes will need to be madein the init.ora or spfile.
    **********************************************************************

    Oracle recommends reviewingany defined events prior to upgrading.
    To view existing non-defaultevents 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' ANDisdefault='FALSE'
     
    Changes will need to be madein the init.ora or spfile.

11、修改不滿足項


  1. SQL> show parametershared
  2.  
  3. NAME TYPE VALUE
  4. ----------------------------------------------- ------------------------------
  5. hi_shared_memory_address integer 0
  6. max_shared_servers integer
  7. shared_memory_address integer 0
  8. shared_pool_reserved_size big integer 8M
  9. shared_pool_size big integer 160M
  10. shared_server_sessions integer
  11. shared_servers integer 1

  12. SQL> alter system setshared_pool_size=800m scope=spfile;
  13.  
  14. System altered.

  15. SQL> shutdown immediate

  16. Database closed.
  17. Database dismounted.
  18. ORACLE instance shut down.

  19. SQL> startup mountl
  20. SP2-0714: invalidcombination of STARTUP options

  21. SQL> startup mount;

  22. ORACLE instance started.
  23. Total System Global Area2872786944 bytes
  24. Fixed Size 2256712 bytes
  25. Variable Size 2634023096 bytes
  26. Database Buffers 218103808 bytes
  27. Redo Buffers 18403328 bytes

  28. Database mounted.

  29. SQL> alter databaseflashback on;

  30.  
  31. ###建立一個回滾點
  32. SQL> create restore pointmaclean_rollback guarantee flashback database;
  33. Restore point created.

  34. SQL> select * fromv$restore_point;
  35.  
  36.        SCN DATABASE_INCARNATION# GUASTORAGE_SIZE
  37. ------------------------------- --- ------------

  38. TIME
  39. ---------------------------------------------------------------------------
  40. RESTORE_POINT_TIME PRE
  41. ------------------------------------------------------------------------------
  42. NAME
  43. --------------------------------------------------------------------------------
  44.    1187867 2 YES 52428800

  45. 04-OCT-14 02.41.43.000000000AM
  46.                                                                            YES
  47. MACLEAN_ROLLBACK

  48.  

  49. ###再次執行檢查:

  50. SQL>@?/rdbms/admin/utlu112i.sql

  51. Oracle Database 11.2Pre-Upgrade Information Tool 10-04-2014 03:26:20
  52. Script Version: 11.2.0.4.0Build: 001

  53. .
  54. **********************************************************************
  55. Database:
  56. **********************************************************************

  57. --&gt name: WOO
  58. --&gt version: 11.2.0.3.0
  59. --&gt compatible: 11.2.0.0.0
  60. --&gt blocksize: 8192
  61. --&gt platform: Linux x86 64-bit
  62. --&gt timezone file: V14

  63. .
  64. **********************************************************************
  65. Tablespaces: [makeadjustments in the current environment]
  66. **********************************************************************

  67. --&gt SYSTEM tablespace isadequate for the upgrade.
  68. .... minimum required size:917 MB
  69. --&gt SYSAUX tablespace isadequate for the upgrade.
  70. .... minimum required size:646 MB
  71. --&gt UNDOTBS1 tablespaceis adequate for the upgrade.
  72. .... minimum required size:400 MB
  73. --&gt TEMP tablespace isadequate for the upgrade.
  74. .... minimum required size:60 MB

  75. .
  76. **********************************************************************
  77. Flashback: ON
  78. **********************************************************************

  79. FlashbackInfo:
  80. --&gt name: /DBSoft/fast_recovery_area
  81. --&gt limit: 4122 MB
  82. --&gt used: 1490 MB
  83. --&gt size: 4122 MB
  84. --&gt reclaim: 1097.734375 MB
  85. --&gt files: 11

  86. WARNING: --&gt FlashbackRecovery Area Set. Please ensureadequate disk space inrecover
  87. y areas before performing anupgrade.
  88. .
  89. **********************************************************************
  90. Update Parameters: [UpdateOracle Database 11.2 init.ora or spfile]
  91. Note: Pre-upgrade tool wasrun on a lower version 64-bit database.
  92. **********************************************************************

  93. --&gt If Target Oracle is32-Bit, refer here for Update Parameters:
  94. -- No update parameterchanges are required.
  95. .

  96.  
  97. --&gt If Target Oracle is64-Bit, refer here for Update Parameters:
  98. -- No update parameterchanges are required.
  99. .

  100. **********************************************************************
  101. Renamed Parameters: [UpdateOracle Database 11.2 init.ora or spfile]
  102. **********************************************************************
  103. -- No renamed parametersfound. No changes are required.
  104. .

  105. **********************************************************************
  106. Obsolete/DeprecatedParameters: [Update Oracle Database 11.2 init.ora or spfile]
  107. **********************************************************************
  108. -- No obsolete parametersfound. No changes are required
  109. .
  110.  

  111. **********************************************************************
  112. Components: [The followingdatabase components will be upgraded or installed]
  113. **********************************************************************

  114. --&gt Oracle CatalogViews [upgrade] VALID
  115. --&gt Oracle Packages andTypes [upgrade] VALID
  116. --&gt JServer JAVA VirtualMachine [upgrade] VALID
  117. --&gt Oracle XDK forJava [upgrade] VALID
  118. --&gt Oracle WorkspaceManager [upgrade] VALID
  119. --&gt OLAP AnalyticWorkspace [upgrade] VALID
  120. --&gt OLAP Catalog [upgrade] VALID
  121. --&gt EM Repository [upgrade] VALID
  122. --&gt Oracle Text [upgrade] VALID
  123. --&gt Oracle XMLDatabase [upgrade] VALID
  124. --&gt Oracle JavaPackages [upgrade] VALID
  125. --&gt OracleinterMedia [upgrade] VALID
  126. --&gt Spatial [upgrade] VALID
  127. --&gt ExpressionFilter [upgrade] VALID
  128. --&gt Rule Manager [upgrade] VALID
  129. --&gt Oracle ApplicationExpress [upgrade] VALID
  130. ... APEX will only beupgraded if the version of APEX in
  131. ... the target Oracle homeis higher than the current one.
  132. --&gt Oracle OLAP API [upgrade] VALID
  133. .

  134. **********************************************************************
  135. Miscellaneous Warnings
  136. **********************************************************************

  137. WARNING: --&gt Your recyclebin is turned on and currently contains no objects.
  138. .... Because it is REQUIREDthat the recycle bin be empty prior to upgrading
  139. .... and your recycle bin isturned on, you may need to execute the command:
  140.         PURGE DBA_RECYCLEBIN
  141. .... prior to executing yourupgrade to confirm the recycle bin is empty.
  142. WARNING: --&gt Databasecontains schemas with objects dependent on DBMS_LDAP package.
  143. .... Refer to the 11gUpgrade Guide for instructions to configure Network ACLs.
  144. .... USER APEX_030200 hasdependent objects.
  145. .

  146. **********************************************************************
  147. Recommendations
  148. **********************************************************************
  149. Oracle recommends gatheringdictionary statistics prior to
  150. upgrading the database.
  151. To gather dictionarystatistics execute the following command
  152. while connected as SYSDBA:

  153.  
  154.     EXECUTE dbms_stats.gather_dictionary_stats;

  155. **********************************************************************
  156. Oracle recommends removingall hidden parameters prior to upgrading.
  157. To view existing hiddenparameters execute the following command
  158. while connected AS SYSDBA:
  159.  

  160.     SELECT name,description fromSYS.V$PARAMETER WHERE name
  161.         LIKE \'\\_%\' ESCAPE \'\\\'

  162. Changes will need to be madein the init.ora or spfile.

  163. **********************************************************************
  164. Oracle recommends reviewingany defined events prior to upgrading.
  165. To view existing non-defaultevents execute the following commands
  166. while connected AS SYSDBA:
  167.   Events:
  168.     SELECT (translate(value,chr(13)||chr(10),\'\')) FROM sys.v$parameter2
  169.       WHERE UPPER(name) =\'EVENT\' AND isdefault=\'FALSE\'

  170.   Trace Events:
  171.     SELECT (translate(value,chr(13)||chr(10),\'\')) from sys.v$parameter2
  172.       WHERE UPPER(name) = \'_TRACE_EVENTS\' ANDisdefault=\'FALSE\'

  173.  
  174. Changes will need to be madein the init.ora or spfile.
12、執行升級操作   
  1. SQL> shutdown immediate

  2. Database closed.
  3. Database dismounted.
  4. ORACLE instance shut down.

  5. SQL> startup upgrade;

  6. ORACLE instance started.
  7. Total System Global Area2872786944 bytes
  8. Fixed Size 2256712 bytes
  9. Variable Size 2634023096 bytes
  10. Database Buffers 218103808 bytes
  11. Redo Buffers 18403328 bytes
  12. Database mounted.

  13. Database opened.

  14. SQL> set echo on
  15. SQL> spool/home/oracle/upgrade.log
  16. SQL> set time on;

  17. 03:28:37 SQL>@?/rdbms/admin/catupgrd.sql ---該指令碼會執行十分鐘左右
  18. ……..

  19. Oracle Database 11.2Post-Upgrade Status Tool 10-04-2014 04:01:36
  20. .
  21. Component Current Version Elapsed Time
  22. Name Status Number HH:MM:SS
  23. .
  24. Oracle Server
  25. . VALID 11.2.0.4.0 00:08:38
  26. JServer JAVA Virtual Machine
  27. . VALID 11.2.0.4.0 00:04:26
  28. Oracle Workspace Manager
  29. . VALID 11.2.0.4.0 00:00:25
  30. OLAP Analytic Workspace
  31. . VALID 11.2.0.4.0 00:01:27
  32. OLAP Catalog
  33. . VALID 11.2.0.4.0 00:00:32
  34. Oracle OLAP API
  35. . VALID 11.2.0.4.0 00:00:19
  36. Oracle Enterprise Manager
  37. . VALID 11.2.0.4.0 00:06:25
  38. Oracle XDK
  39. . VALID 11.2.0.4.0 00:00:26
  40. Oracle Text
  41. . VALID 11.2.0.4.0 00:00:24
  42. Oracle XML Database
  43. . VALID 11.2.0.4.0 00:01:46
  44. Oracle Database JavaPackages
  45. . VALID 11.2.0.4.0 00:00:08
  46. Oracle Multimedia
  47. . VALID 11.2.0.4.0 00:01:43
  48. Spatial
  49. . VALID 11.2.0.4.0 00:05:34
  50. Oracle Expression Filter
  51. . VALID 11.2.0.4.0 00:00:06
  52. Oracle Rules Manager
  53. . VALID 11.2.0.4.0 00:00:07
  54. Oracle Application Express
  55. . VALID 3.2.1.00.12
  56. Final Actions
  57. . 00:00:00
  58. Total Upgrade Time: 00:32:35

  59.  
  60. PL/SQL proceduresuccessfully completed.

  61.  
  62. 04:01:36 SQL>
  63. 04:01:36 SQL> SETSERVEROUTPUT OFF
  64. 04:01:36 SQL> SET VERIFYON
  65. 04:01:36 SQL> commit;

  66.  
  67. Commit complete.

  68.  

  69. 04:01:36 SQL>
  70. 04:01:36 SQL> shutdownimmediate;

  71. Database closed.
  72. Database dismounted.
  73. ORACLE instance shut down.

  74. 04:01:54 SQL>
  75. 04:01:54 SQL>
  76. 04:01:54 SQL> DOC
  77. 04:01:54 DOC>#######################################################################
  78. 04:01:54DOC>#######################################################################
  79. 04:01:54 DOC>
  80. 04:01:54 DOC> The above sql script is the final step ofthe upgrade. Please
  81. 04:01:54 DOC> review any errors in the spool log file. Ifthere are any errors in
  82. 04:01:54 DOC> the spool file, consult the Oracle DatabaseUpgrade Guide for
  83. 04:01:54 DOC> troubleshooting recommendations.
  84. 04:01:54 DOC>
  85. 04:01:54 DOC> Next restart for normal operation, and thenrun utlrp.sql to
  86. 04:01:54 DOC> recompile any invalid application objects.
  87. 04:01:54 DOC>
  88. 04:01:54 DOC> If the source database had an older timezone version prior to
  89. 04:01:54 DOC> upgrade, then please run the DBMS_DSTpackage. DBMS_DST will upgrade
  90. 04:01:54 DOC> TIMESTAMP WITH TIME ZONE data to use thelatest time zone file shipped
  91. 04:01:54 DOC> with Oracle.
  92. 04:01:54 DOC>
  93. 04:01:54DOC>#######################################################################
  94. 04:01:54 DOC>#######################################################################
  95. 04:01:54 DOC>#
  96. 04:01:54 SQL>
  97. 04:01:54 SQL> Rem Seterrorlogging off
  98. 04:01:54 SQL> SETERRORLOGGING OFF;
  99. 04:01:54 SQL>
  100. 04:01:54 SQL> REM END OFCATUPGRD.SQL
  101. 04:01:54 SQL>
  102. 04:01:54 SQL> REM bug12337546 - Exit current sqlplus session at end of catupgrd.sql.
  103. 04:01:54 SQL> REM This forces user to start a newsqlplus session in order
  104. 04:01:54 SQL> REM to connect to the upgraded db.
  105. 04:01:54 SQL> exit

  106. Disconnected from OracleDatabase 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
  107. With the Partitioning, OLAP,Data Mining and Real Application Testing options
以上catupgrd.sql指令碼執行了50分鐘左右,執行完之後會shutdown immediate資料庫,這個時候我們將要重啟資料庫執行utlrp.sql指令碼編譯失效物件:  



13、執行utlrp.sql編譯失效物件

  1. [oracle@db01 dbs]$ sqlplus /as sysdba

    SQL*Plus: Release 11.2.0.4.0Production on Sat Oct 4 04:11:22 2014
    Copyright (c) 1982, 2013,Oracle.  All rights reserved.
     
    Connected to an idleinstance.
     
    SQL> startup

    ORACLE instance started.
     
    Total System Global Area 2872786944bytes
    Fixed Size                  2256712 bytes
    Variable Size            2634023096 bytes
    Database Buffers          218103808 bytes
    Redo Buffers               18403328 bytes
    Database mounted.

    Database opened.

    SQL> @?/rdbms/admin/utlrp
     
    TIMESTAMP
    --------------------------------------------------------------------------------

    COMP_TIMESTAMPUTLRP_BGN  2014-10-04 04:14:57
    DOC>   The following PL/SQL block invokesUTL_RECOMP to recompile invalid
    DOC>   objects in the database. Recompilation timeis proportional to the
    DOC>   number of invalid objects in the database,so this command may take
    DOC>   a long time to execute on a database with alarge number of invalid
    DOC>   objects.
    DOC>
    DOC>   Use the following queries to trackrecompilation progress:
    DOC>
    DOC>   1. Query returning the number of invalidobjects remaining. This
    DOC>      number should decrease with time.
    DOC>         SELECT COUNT(*) FROM obj$ WHERE statusIN (4, 5, 6);
    DOC>
    DOC>   2. Query returning the number of objectscompiled so far. This number
    DOC>      should increase with time.
    DOC>         SELECT COUNT(*) FROMUTL_RECOMP_COMPILED;
    DOC>
    DOC>   This script automatically chooses serial orparallel recompilation
    DOC>   based on the number of CPUs available(parameter cpu_count) multiplied
    DOC>   by the number of threads per CPU (parameterparallel_threads_per_cpu).
    DOC>   On RAC, this number is added across all RACnodes.
    DOC>
    DOC>   UTL_RECOMP uses DBMS_SCHEDULER to createjobs for parallel
    DOC>   recompilation. Jobs are created withoutinstance affinity so that they
    DOC>   can migrate across RAC nodes. Use thefollowing queries to verify
    DOC>   whether UTL_RECOMP jobs are being createdand run correctly:
    DOC>
    DOC>   1. Query showing jobs created by UTL_RECOMP
    DOC>         SELECT job_name FROM dba_scheduler_jobs
    DOC>            WHERE job_name like'UTL_RECOMP_SLAVE_%';
    DOC>
    DOC>   2. Query showing UTL_RECOMP jobs that arerunning
    DOC>         SELECT job_name FROMdba_scheduler_running_jobs
    DOC>            WHERE job_name like'UTL_RECOMP_SLAVE_%';
    DOC>#
    PL/SQL proceduresuccessfully completed.
     
    TIMESTAMP
    --------------------------------------------------------------------------------
    COMP_TIMESTAMPUTLRP_END  2014-10-04 04:15:34
    DOC> The following queryreports the number of objects that have compiled
    DOC> with errors.
    DOC>
    DOC> If the number ishigher than expected, please examine the error
    DOC> messages reportedwith each object (using SHOW ERRORS) to see if they
    DOC> point to systemmisconfiguration or resource constraints that must be
    DOC> fixed beforeattempting to recompile these objects.
    DOC>#

    OBJECTS WITH ERRORS
    -------------------
                      0

    DOC> The following queryreports the number of errors caught during
    DOC> recompilation. Ifthis number is non-zero, please query the error
    DOC> messages in thetable UTL_RECOMP_ERRORS to see if any of these errors
    DOC> are due tomisconfiguration or resource constraints that must be
    DOC> fixed before objectscan compile successfully.
    DOC>#
     
    ERRORS DURING RECOMPILATION
    ---------------------------
                              0
     
    Function created.
     
    PL/SQL proceduresuccessfully completed.
     
    Function dropped.
     
    PL/SQL proceduresuccessfully completed.

    SQL>

該指令碼耗時約為3分鐘左右。   

14、至此資料庫已經升級完成,檢視各元件版本號:

 

  1. SQL> select comp_name,status,version fromdba_server_registry
     
    COMP_NAME                                STATUS         VERSION
    ------------------------------------------------------ ------------------------------

    OWB                                      VALID          11.2.0.3.0
    Oracle ApplicationExpress                VALID          3.2.1.00.12
    Oracle EnterpriseManager                 VALID          11.2.0.4.0
    OLAP Catalog                             VALID          11.2.0.4.0
    Spatial                                  VALID          11.2.0.4.0
    Oracle Multimedia                        VALID          11.2.0.4.0
    Oracle XML Database                      VALID          11.2.0.4.0
    Oracle Text                              VALID          11.2.0.4.0
    Oracle ExpressionFilter                  VALID          11.2.0.4.0
    Oracle Rules Manager                     VALID          11.2.0.4.0
    Oracle WorkspaceManager                  VALID          11.2.0.4.0
    Oracle Database CatalogViews             VALID          11.2.0.4.0
    Oracle Database Packages andTypes        VALID          11.2.0.4.0
    JServer JAVA VirtualMachine              VALID          11.2.0.4.0
    Oracle XDK                               VALID          11.2.0.4.0
    Oracle Database JavaPackages             VALID          11.2.0.4.0
    OLAP Analytic Workspace                  VALID          11.2.0.4.0
    Oracle OLAP API                          VALID          11.2.0.4.0
     
    18 rows selected.

15、檢查無效物件:  

  1. SQL> select * from dba_objects where status !=\'VALID\';
  2.  
  3. no rows selected


16、升級成功後刪除原來的目錄,通過EMCA重建EM  


  1. [oracle@db01 /]$ rm -rf/DBSoft/Product/11.2.3/

  2. 手工建立EM資料庫:
  3. ####emca -repos drop
  4.  
  5. [oracle@db01 /]$ emca -reposdrop

  6. STARTED EMCA at Oct 4, 20146:11:41 AM
  7. EM Configuration Assistant,Version 11.2.0.3.0 Production

  8. Copyright (c) 2003, 2011,Oracle. All rights reserved.
  9.  
  10. Enter the followinginformation:
  11. Database SID: woo
  12. Listener port number: 1521
  13. Password for SYS user:
  14. Password for SYSMANuser:
  15.  
  16. ----------------------------------------------------------------------
  17. WARNING : While repositoryis dropped the database will be put in quiesce mode.
  18. ----------------------------------------------------------------------

  19. Do you wish to continue?[yes(Y)/no(N)]: y
  20. Oct 4, 2014 6:11:53 AMoracle.sysman.emcp.EMConfig perform
  21. INFO: This operation isbeing logged at /DBSoft/cfgtoollogs/emca/woo/emca_2014_10_04_06_11_41.log.
  22. Oct 4, 2014 6:11:53 AMoracle.sysman.emcp.EMReposConfig invoke
  23. INFO: Dropping the EMrepository (this may take a while) ...
  24. Oct 4, 2014 6:13:37 AMoracle.sysman.emcp.EMReposConfig invoke
  25. INFO: Repositorysuccessfully dropped
  26. Enterprise Managerconfiguration completed successfully
  27. FINISHED EMCA at Oct 4, 20146:13:37 AM

  28. ####emca -repos create
  29.  
  30. [oracle@db01 /]$ emca -reposcreate
  31.  
  32. STARTED EMCA at Oct 4, 20146:14:07 AM
  33. EM Configuration Assistant,Version 11.2.0.3.0 Production
  34. Copyright (c) 2003, 2011,Oracle. All rights reserved.
  35.  
  36. Enter the followinginformation:
  37. Database SID: woo
  38. Listener port number: 1521
  39. Password for SYS user:
  40. Password for SYSMANuser:

  41. Do you wish to continue?[yes(Y)/no(N)]: y
  42. Oct 4, 2014 6:14:20 AM oracle.sysman.emcp.EMConfigperform
  43. INFO: This operation isbeing logged at /DBSoft/cfgtoollogs/emca/woo/emca_2014_10_04_06_14_07.log.
  44. Oct 4, 2014 6:14:21 AMoracle.sysman.emcp.EMReposConfig createRepository
  45. INFO: Creating the EMrepository (this may take a while) ...
  46. Oct 4, 2014 6:17:57 AMoracle.sysman.emcp.EMReposConfig invoke
  47. INFO: Repositorysuccessfully created
  48. Enterprise Managerconfiguration completed successfully
  49. FINISHED EMCA at Oct 4, 20146:17:57 AM
  50.  
  51. ###emca -config dbcontrol db

  52. [oracle@db01 /]$ emca-config dbcontrol db
  53.  
  54. STARTED EMCA at Oct 4, 20146:24:04 AM
  55. EM Configuration Assistant,Version 11.2.0.3.0 Production
  56. Copyright (c) 2003, 2011,Oracle. All rights reserved.
  57.  
  58. Enter the followinginformation:
  59. Database SID: woo
  60. Database Control is alreadyconfigured for the database woo
  61. You have chosen to configureDatabase Control for managing the database woo
  62. This will remove theexisting configuration and the default settings and perform a freshconfiguration
  63. Do you wish to continue?[yes(Y)/no(N)]: y
  64. Listener ORACLE_HOME [/DBSoft/Product/11.2.4/db_1 ]:
  65. Password for SYS user:
  66. Password for DBSNMPuser:
  67. Password for SYSMANuser:
  68. Email address fornotifications (optional):
  69. Outgoing Mail (SMTP) serverfor notifications (optional):
  70. -----------------------------------------------------------------
  71. You have specified thefollowing settings

  72. Database ORACLE_HOME................ /DBSoft/Product/11.2.4/db_1
  73. Local hostname................ db01
  74. Listener ORACLE_HOME................ /DBSoft/Product/11.2.4/db_1
  75. Listener port number................ 1521
  76. Database SID................ woo
  77. Email address fornotifications ...............
  78. Outgoing Mail (SMTP) serverfor notifications ...............
  79. -----------------------------------------------------------------

  80. Do you wish to continue?[yes(Y)/no(N)]: y
  81. Oct 4, 2014 6:24:49 AMoracle.sysman.emcp.EMConfig perform
  82. INFO: This operation isbeing logged at /DBSoft/cfgtoollogs/emca/woo/emca_2014_10_04_06_24_04.log.
  83. Oct 4, 2014 6:24:50 AMoracle.sysman.emcp.util.DBControlUtil stopOMS
  84. INFO: Stopping DatabaseControl (this may take a while) ...
  85. Oct 4, 2014 6:24:54 AMoracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
  86. INFO: Uploadingconfiguration data to EM repository (this may take a while) ...
  87. Oct 4, 2014 6:25:53 AMoracle.sysman.emcp.EMReposConfig invoke
  88. INFO: Uploaded configurationdata successfully
  89. Oct 4, 2014 6:25:57 AMoracle.sysman.emcp.util.DBControlUtil secureDBConsole
  90. INFO: Securing DatabaseControl (this may take a while) ...
  91. Oct 4, 2014 6:26:03 AMoracle.sysman.emcp.util.DBControlUtil secureDBConsole
  92. INFO: Database Controlsecured successfully.
  93. Oct 4, 2014 6:26:03 AMoracle.sysman.emcp.util.DBControlUtil startOMS
  94. INFO: Starting DatabaseControl (this may take a while) ...
  95. Oct 4, 2014 6:26:23 AMoracle.sysman.emcp.EMDBPostConfig performConfiguration
  96. INFO: Database Controlstarted successfully
  97. Oct 4, 2014 6:26:23 AMoracle.sysman.emcp.EMDBPostConfig performConfiguration
  98. INFO:>>>>>>>>>>> The Database Control URL ishttps://db01:5500/em <<<<<<<<<<<
  99. Oct 4, 2014 6:26:25 AMoracle.sysman.emcp.EMDBPostConfig invoke
  100. WARNING:

  101. ************************ WARNING ************************
  102. Management Repository hasbeen placed in secure mode wherein Enterprise Manager data will be encrypted. The encryption key has been placed in thefile: /DBSoft/Product/11.2.4/db_1/db01_woo/sysman/config/emkey.ora. Ensure thisfile is backed up as the encrypted data will become unusable if this file islost.
  103. ***********************************************************

  104. Enterprise Managerconfiguration completed successfully
  105. FINISHED EMCA at Oct 4, 20146:26:25 AM

  106. [oracle@db01 /]$
17、至此,資料庫已經升級完成。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29439655/viewspace-1373049/,如需轉載,請註明出處,否則將追究法律責任。

相關文章