您的位置:首页 >> 数据库 >> Oracle >> 正文
RSS
 

ORA-01092: ORACLE 例程终止。强行断开连接

http://www.rdxx.com 06年12月12日 19:46 网络 我要投稿

关键词: Oracle , ORA-01092 , 连接

undo_tablespace                      string      system
SQL> select name from  v$tablespace;

NAME
------------------------------
CWMLITE
DRSYS
EXAMPLE
INDX
ODM
SYSTEM
TOOLS
UNDOTBS1
USERS
XDB
TEMP
TSCAS1
TSCAS2
TSCAS3
TSCAS4
TSCASINDX1
TSCASINDX2
SNAPSHOT_TS

并且打开图形界面查看,这时候才发现undo表空间的名字是UNDOTBS1

其实早就能发现的,大家以后分析问题一定不要太快下结论,要自己分析。。。

于是做以下操作改变undo 表空间的名字

SQL> create spfile from pfile;

文件已创建。

SQL> shutdown immediate
数据库已经关闭。
已经卸载数据库。
ORACLE 例程已经关闭。
SQL> startup
ORACLE 例程已经启动。

Total System Global Area  135338868 bytes
Fixed Size                   453492 bytes
Variable Size             109051904 bytes
Database Buffers           25165824 bytes
Redo Buffers                 667648 bytes
数据库装载完毕。
数据库已经打开。
SQL> show parameter undo

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
undo_management                      string      MANUAL
undo_retention                       integer     10800
undo_suppress_errors                 boolean     FALSE

9 7 3 1 2 3 4 5 6 7 8 4 8 :

 
 
标签: Oracle , ORA-01092 , 连接 打印本文
 
 



Valid XHTML 1.0 Transitional
Copyright ©2005 - 2008 Rdxx.Com,All Rights Reserved
收藏本页
收藏本站