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

 

启动方法:

进入dos输入

sqlplus/nolog连接到sql

SQL> conn / as sysdba
已连接。

SQL>shutdown abort

ORACLE 例程已经关闭。

SQL> startup
ORACLE 例程已经启动。


Total System Global Area  171966464 bytes
Fixed Size                   787988 bytes
Variable Size             145488364 bytes
Database Buffers           25165824 bytes
Redo Buffers                 524288 bytes
数据库装载完毕。
数据库已经打开。

之后就可重新启动Oracle

Oracle 用 shutdown immediate 关闭后重新启动的方法

相关文章:

  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
  • 2021-08-09
  • 2021-06-18
  • 2021-10-20
  • 2022-01-22
猜你喜欢
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案