不同的连接方式的导致的ORA-03113错误。
C:\Documents and Settings\Administrator>set oracle_sid=testdg
C:\Documents and Settings\Administrator>sqlplus /nolog
SQL*Plus: Release 11.1.0.6.0 - Production on 星期四 9月 23 23:45:44 2010
Copyright (c) 1982, 2007, Oracle. All rights reserved.
SQL> conn system/yang@testdg as sysdba
ERROR:
ORA-12518: TNS: 监听程序无法分发客户机连接
SQL> spool f:\dg\testdg2.txt
SQL> conn system/yang@testdg as sysdba
已连接到空闲例程。
SQL> startup mount
ORA-03113: 通信通道的文件结束
SQL> select * from v$database;
ERROR:
ORA-03114: 未连接到 ORALCE
SQL> exit
已断开连接
C:\Documents and Settings\Administrator>set oracle_sid=testdg
C:\Documents and Settings\Administrator>sqlplus "/as sysdba"
SQL*Plus: Release 11.1.0.6.0 - Production on 星期五 9月 24 00:00:35 2010
Copyright (c) 1982, 2007, Oracle. All rights reserved.
已连接到空闲例程。
SQL> startup mount
ORACLE 例程已经启动。
Total System Global Area 472887296 bytes
Fixed Size 1333956 bytes
Variable Size 197133628 bytes
Database Buffers 268435456 bytes
Redo Buffers 5984256 bytes
数据库装载完毕。
SQL>
C:\Documents and Settings\Administrator>set oracle_sid=testdg
C:\Documents and Settings\Administrator>sqlplus /nolog
SQL*Plus: Release 11.1.0.6.0 - Production on 星期四 9月 23 23:45:44 2010
Copyright (c) 1982, 2007, Oracle. All rights reserved.
SQL> conn system/yang@testdg as sysdba
ERROR:
ORA-12518: TNS: 监听程序无法分发客户机连接
SQL> spool f:\dg\testdg2.txt
SQL> conn system/yang@testdg as sysdba
已连接到空闲例程。
SQL> startup mount
ORA-03113: 通信通道的文件结束
SQL> select * from v$database;
ERROR:
ORA-03114: 未连接到 ORALCE
SQL> exit
已断开连接
C:\Documents and Settings\Administrator>set oracle_sid=testdg
C:\Documents and Settings\Administrator>sqlplus "/as sysdba"
SQL*Plus: Release 11.1.0.6.0 - Production on 星期五 9月 24 00:00:35 2010
Copyright (c) 1982, 2007, Oracle. All rights reserved.
已连接到空闲例程。
SQL> startup mount
ORACLE 例程已经启动。
Total System Global Area 472887296 bytes
Fixed Size 1333956 bytes
Variable Size 197133628 bytes
Database Buffers 268435456 bytes
Redo Buffers 5984256 bytes
数据库装载完毕。
SQL>