darkpoon 发表于 2018-9-10 06:18:32

oracle10g升级后启动失败(ORACLE instance terminated. Disconnection forced)

PL/SQL procedure successfully completed.  

  
Type created.
  

  
Grant succeeded.
  

  
Package created.
  

  
No errors.
  

  
Table created.
  

  
PL/SQL procedure successfully completed.
  

  
View created.
  

  
Synonym created.
  

  
进而进一步验证了catupgrd.sql作用,升级完数据字典后,sqlplus下会出现以下信息
  

  
TIMESTAMP
  
--------------------------------------------------------------------------------
  
COMP_TIMESTAMP RUL       2012-11-23 06:56:47
  
DBUA_TIMESTAMP RUL       VALID       2012-11-23 06:56:47
  
COMP_TIMESTAMP UPGRD_END2012-11-2306:58:01
  
.
  
Oracle Database 10.2 Upgrade StatusUtility         11-23-2012 06:58:01
  
.
  
Component                              Status         VersionHH:MM:SS
  
Oracle Database Server                   VALID   10.2.0.5.000:07:52
  
JServer JAVA Virtual Machine             VALID      10.2.0.5.0 00:00:56
  
Oracle XDK                              VALID      10.2.0.5.000:00:23
  
Oracle Database Java Packages            VALID      10.2.0.5.0 00:00:12
  
Oracle Text                           VALID      10.2.0.5.000:00:18
  
Oracle XML Database                      VALID   10.2.0.5.000:02:02
  
Oracle Workspace Manager               VALID   10.2.0.5.000:00:36
  
Oracle Data Mining                     VALID   10.2.0.5.000:00:15
  
OLAP Analytic Workspace                  VALID   10.2.0.5.000:00:16
  
OLAP Catalog                            VALID      10.2.0.5.000:00:42
  
Oracle OLAP API                        VALID   10.2.0.5.000:00:31
  
Oracle interMedia                        VALID   10.2.0.5.000:02:21
  
Spatial                                 VALID      10.2.0.5.000:01:32
  
Oracle Expression Filter               VALID   10.2.0.5.000:00:06
  
Oracle Enterprise Manager                VALID      10.2.0.5.0 00:00:30
  
Oracle Rule Manager                      VALID   10.2.0.5.000:00:06
  
.
  
Total Upgrade Time: 00:20:01
  
DOC>#######################################################################
  
DOC>#######################################################################
  
DOC>
  
DOC>   The above PL/SQL lists theSERVER components in the upgraded
  
DOC>   database, along with theircurrent version and status.
  
DOC>
  
DOC>   Please review the statusand version columns and look for
  
DOC>   any errors in the spool logfile.If there are errors in the spool
  
DOC>   file, or any components arenot VALID or not the current version,
  
DOC>   consult the Oracle DatabaseUpgrade Guide for troubleshooting
  
DOC>   recommendations.
  
DOC>
  
DOC>   Next shutdown immediate,restart for normal operation, and then
  
DOC>   run utlrp.sql to recompileany invalid application objects.
  
DOC>
  
DOC>#######################################################################
  
DOC>#######################################################################


页: [1]
查看完整版本: oracle10g升级后启动失败(ORACLE instance terminated. Disconnection forced)