@[toc]
SQL> archive log list;
Database log mode No Archive Mode
Automatic archival Disabled
Archive destination /u01/app/oracle19/product/19.2.0.3/db_1/dbs/arch
Oldest online log sequence 14
Current log sequence 16
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup mount;
ORACLE 例程已经启动。
Total System Global Area 1.0737E+10 bytes
Fixed Size 2038632 bytes
Variable Size 5486150808 bytes
Database Buffers 5234491392 bytes
Redo Buffers 14737408 bytes
[root@localhost ~]# su - oracle