SQL> spool final_upgrade.log SQL> @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>#
no rows selected
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>#
no rows selected
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>#
no rows selected
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># no rows selected no rows selected no rows selected no rows selected no rows selected Session altered. Session altered. Table created. . . . .
TIMESTAMP -------------------------------------------------------------------------------- COMP_TIMESTAMP UPGRD_END 2016-10-11 15:24:16 . Oracle Database 10.2 Upgrade Status Utility 10-11-2016 15:24:16 . Component Status Version HH:MM:SS Oracle Database Server VALID 10.2.0.5.0 00:05:07 JServer JAVA Virtual Machine VALID 10.2.0.5.0 00:00:56 Oracle XDK VALID 10.2.0.5.0 00:00:15 Oracle Database Java Packages VALID 10.2.0.5.0 00:00:07 Oracle Text VALID 10.2.0.5.0 00:00:16 Oracle XML Database VALID 10.2.0.5.0 00:01:11 Oracle Workspace Manager VALID 10.2.0.5.0 00:00:23 Oracle Data Mining VALID 10.2.0.5.0 00:00:09 OLAP Analytic Workspace VALID 10.2.0.5.0 00:00:12 OLAP Catalog VALID 10.2.0.5.0 00:00:28 Oracle OLAP API VALID 10.2.0.5.0 00:00:21 Oracle interMedia VALID 10.2.0.5.0 00:01:43 Spatial VALID 10.2.0.5.0 00:01:15 Oracle Expression Filter VALID 10.2.0.5.0 00:00:04 Oracle Enterprise Manager VALID 10.2.0.5.0 00:00:38 Oracle Rule Manager VALID 10.2.0.5.0 00:00:08 . Total Upgrade Time: 00:14:26 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> |