ORACLE initialization or shutdown in progress

怼烎@ 2022-04-01 10:26 290阅读 0赞

ORACLE initialization or shutdown in progress

  1. C:\Users\Administrator>sqlplus/NOLOG
  2. SQL*Plus: Release 11.2.0.1.0 Production on 星期日 12 30 12:58:31 2018
  3. Copyright (c) 1982, 2010, Oracle. All rights reserved.
  4. SQL> connect sys/change_on_install as sysdba;
  5. 已连接。
  6. SQL> shutdown normal;
  7. 数据库已经关闭。
  8. 已经卸载数据库。
  9. ORACLE 例程已经关闭。
  10. SQL> startup mount;
  11. ORACLE 例程已经启动。
  12. Total System Global Area 431038464 bytes
  13. Fixed Size 1375088 bytes
  14. Variable Size 331351184 bytes
  15. Database Buffers 92274688 bytes
  16. Redo Buffers 6037504 bytes
  17. 数据库装载完毕。
  18. SQL> alter database open;
  19. 数据库已更改。

在这里插入图片描述

发表评论

表情:
评论列表 (有 0 条评论,290人围观)

还没有评论,来说两句吧...

相关阅读