《oracle 9i 升級 10g 過程 記錄 catuprd.sql》

摘要:《oracle 9i 升級 10g 過程 記錄 catuprd.sql》

2009/6/19 需要2個半小時。
 

SQL> @c:\oracle\product\10.2.0\rdbms\catuprd.sql
SP2-0310: 無法開啟檔案 "c:\oracle\product\10.2.0\rdbms\catuprd.sql"
SQL> shutdown immediate
資料庫關閉.
資料庫已卸載.
已關閉 ORACLE 執行處理.
SQL> start upgrade
SP2-0310: 無法開啟檔案 "upgrade.sql"
SQL> startup startup upgrade
SP2-0714: 不正確的 STARTUP 選項組合
SQL> startup upgrade
ORACLE 執行處理已啟動.
Total System Global Area  335544320 bytes                                      
Fixed Size                  1248864 bytes                                      
Variable Size             306184608 bytes                                      
Database Buffers           25165824 bytes                                      
Redo Buffers                2945024 bytes                                      
資料庫已掛載.
資料庫已開啟.
SQL> @c:\oracle\product\10.2.0\rdbms\catuprad.sql
SP2-0310: 無法開啟檔案 "c:\oracle\product\10.2.0\rdbms\catuprad.sql"
SQL> @c:\oracle\product\10.2.0\rdbms\catupgrd.sql
DOC>######################################################################
DOC>######################################################################
DOC> The following statement will cause an "ORA-01722: invalid number"
DOC> error if the user running this script is not SYS.  Disconnect
DOC> and reconnect with AS SYSDBA.
DOC>######################################################################
DOC>######################################################################
DOC>#
沒有任何資料列被選取
DOC>######################################################################
DOC>######################################################################
DOC> The following statement will cause an "ORA-01722: invalid number"
DOC> error if the database server version is not correct for this script.
DOC> Shutdown ABORT and use a different script or a different server.
DOC>######################################################################
DOC>######################################################################
DOC>#
沒有任何資料列被選取
DOC>#######################################################################
DOC>#######################################################################
DOC>   The following statement will cause an "ORA-01722: invalid number"
DOC>   error if the database has not been opened for UPGRADE.
DOC>
DOC>   Perform a "SHUTDOWN ABORT"  and
DOC>   restart using UPGRADE.
DOC>#######################################################################
DOC>#######################################################################
DOC>#
沒有任何資料列被選取
DOC>#######################################################################
DOC>#######################################################################
DOC> The following statements will cause an "ORA-01722: invalid number"
DOC> error if the SYSAUX tablespace does not exist or is not
DOC> ONLINE for READ WRITE, PERMANENT, EXTENT MANAGEMENT LOCAL, and
DOC> SEGMENT SPACE MANAGEMENT AUTO.
DOC>
DOC> The SYSAUX tablespace is used in 10.1 to consolidate data from
DOC> a number of tablespaces that were separate in prior releases.
DOC> Consult the Oracle Database Upgrade Guide for sizing estimates.
DOC>
DOC> Create the SYSAUX tablespace, for example,
DOC>
DOC>  create tablespace SYSAUX datafile 'sysaux01.dbf'
DOC>      size 70M reuse
DOC>      extent management local
DOC>      segment space management auto
DOC>      online;
DOC>
DOC> Then rerun the catupgrd.sql script.
DOC>#######################################################################
DOC>#######################################################################
DOC>#
沒有任何資料列被選取
已建立 1 個資料列.

確認完成.
TIMESTAMP                                                                      
------------------------------------------------------------                   
COMP_TIMESTAMP UPGRD__BGN 2009-06-19 22:06:57 2455002 79617                   

已建立表格.
確認完成.
.
.
.
.
.
.
已順利完成 PL/SQL 程序.
TIMESTAMP
--------------------------------------------------------------------------------
COMP_TIMESTAMP UPGRD_END  2009-06-20 00:42:12
已選取 1 個資料列.
.
Oracle Database 10.2 Upgrade Status Utility           06-20-2009 00:42:12
.
Component                                Status         Version  HH:MM:SS
Oracle Database Server                    VALID      10.2.0.1.0  00:49:25
JServer JAVA Virtual Machine              VALID      10.2.0.1.0  00:34:02
Oracle XDK                                VALID      10.2.0.1.0  00:06:29
Oracle Database Java Packages             VALID      10.2.0.1.0  00:02:37
Oracle Text                               VALID      10.2.0.1.0  00:02:09
Oracle XML Database                       VALID      10.2.0.1.0  00:08:46
Oracle Workspace Manager                  VALID      10.2.0.1.0  00:01:53
Oracle Data Mining                        VALID      10.2.0.1.0  00:00:41
OLAP Analytic Workspace                   VALID      10.2.0.1.0  00:01:04
OLAP Catalog                              VALID      10.2.0.1.0  00:03:36
Oracle OLAP API                           VALID      10.2.0.1.0  00:03:25
Oracle interMedia                         VALID      10.2.0.1.0  00:20:06
Spatial                                   VALID      10.2.0.1.0  00:13:27
Oracle Ultra Search                   NO SCRIPT       9.2.0.8.0  00:00:01
.
Total Upgrade Time: 02:35:15
已順利完成 PL/SQL 程序.
DOC>#######################################################################
DOC>#######################################################################
DOC>
DOC>   The above PL/SQL lists the SERVER components in the upgraded
DOC>   database, along with their current version and status.
DOC>
DOC>   Please review the status and version columns and look for
DOC>   any errors in the spool log file.  If there are errors in the spool
DOC>   file, or any components are not VALID or not the current version,
DOC>   consult the Oracle Database Upgrade Guide for troubleshooting
DOC>   recommendations.
DOC>
DOC>   Next shutdown immediate, restart for normal operation, and then
DOC>   run utlrp.sql to recompile any invalid application objects.
DOC>
DOC>#######################################################################
DOC>#######################################################################
DOC>#
SQL> @utlu102s.sql
SP2-0310: 無法開啟檔案 "utlu102s.sql"
SQL> @c:\oracle\product\10.2.0\rdbms\utlu102s.sql
.
Oracle Database 10.2 Upgrade Status Utility           06-20-2009 00:55:20
.
Component                                Status         Version  HH:MM:SS
Oracle Database Server                    VALID      10.2.0.1.0  00:49:25
JServer JAVA Virtual Machine              VALID      10.2.0.1.0  00:34:02
Oracle XDK                                VALID      10.2.0.1.0  00:06:29
Oracle Database Java Packages             VALID      10.2.0.1.0  00:02:37
Oracle Text                               VALID      10.2.0.1.0  00:02:09
Oracle XML Database                       VALID      10.2.0.1.0  00:08:46
Oracle Workspace Manager                  VALID      10.2.0.1.0  00:01:53
Oracle Data Mining                        VALID      10.2.0.1.0  00:00:41
OLAP Analytic Workspace                   VALID      10.2.0.1.0  00:01:04
OLAP Catalog                              VALID      10.2.0.1.0  00:03:36
Oracle OLAP API                           VALID      10.2.0.1.0  00:03:25
Oracle interMedia                         VALID      10.2.0.1.0  00:20:06
Spatial                                   VALID      10.2.0.1.0  00:13:27
Oracle Ultra Search                   NO SCRIPT       9.2.0.8.0  00:00:01
.
Total Upgrade Time: 02:35:15
已順利完成 PL/SQL 程序.
SQL> spool off