System altered.
SQL> shutdown immediate; #
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup mount; # 1
SQL> startup mount;
ORACLE instance started.
Total System Global Area 1191178320 bytes
Fixed Size 9134160 bytes
Variable Size 536870912 bytes
Database Buffers 637534208 bytes
Redo Buffers 7639040 bytes
Database mounted.
SQL> alter database archivelog;
Database altered.
SQL> alter database open;
Database altered.
open
SQL> alter database force logging;
Database altered.
SQL> startup # 1open 2
ORACLE instance started.
Total System Global Area 1191178320 bytes
Fixed Size 9134160 bytes
Variable Size 536870912 bytes
相关文档
评论