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

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

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

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

undo_tablespace                      string      system
SQL> alter database set undo_management=auto;
alter database set undo_management=auto
                   *
ERROR 位于第 1 行:
ORA-02231: 缺少或无效的 ALTER DATABASE 选项


SQL> alter database set undo_management=auto scope=spfile;
alter database set undo_management=auto scope=spfile
                   *
ERROR 位于第 1 行:
ORA-02231: 缺少或无效的 ALTER DATABASE 选项


SQL> alter system set undo_management=auto scope=spfile;

系统已更改。

SQL> alter system set undo_tablespace='undotbs1' scope=spfile;

重启验证:

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> create fpile from spfile;
create fpile from spfile
       *
ERROR 位于第 1 行:
ORA-00901: 无效 CREATE 命令


SQL> create pfile from spfile;

文件已创建。

SQL> show parameter undo

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------


 
 
标签: Oracle , ORA-01092 , 连接 打印本文
 
 
  热点搜索
 
 
 



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