SQL> shutdown abort;
ORACLE instance shut down.
SQL> startup mount;
ORACLE instance started.
Total System Global Area 72777888 bytes
Fixed Size 73888 bytes
Variable Size 55746560 bytes
Database Buffers 16777216 bytes
Redo Buffers 180224 bytes
Database mounted.
SQL> shutdown immediate;
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> startup mount;
ORACLE instance started.
Total System Global Area 72777888 bytes
Fixed Size 73888 bytes
Variable Size 55746560 bytes
Database Buffers 16777216 bytes
Redo Buffers 180224 bytes
Database mounted.
SQL> alter database archivelog;
Database altered.
SQL> archive log list;
Database log mode Archive Mode
Automatic archival Enabled
Archive destination /oradata/arch
Oldest online log sequence 15
Next log sequence to archive 17
Current log sequence 17
SQL> shutdown;
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> startup;
ORACLE instance started.
Total System Global Area 72777888 bytes
Fixed Size 73888 bytes
Variable Size 55746560 bytes
Database Buffers 16777216 bytes
Redo Buffers 180224 bytes
Database mounted.
Database opened.
SQL>



댓글을 달아 주세요
댓글 RSS 주소 : http://letmelove.net/blog/rss/comment/103