Non-RAC database
Enable archive logDisable archive log
RAC database
Enable archive logDisable archive log
sqlplus / as sysdba
archive log list
shutdown immediate;
startup mount;
alter database archivelog;
alter database open;
shutdown immediate;
startup mount;
alter database noarchivelog;
alter database open;
srvctl stop database -d orcl
srvctl start database -d orcl -o mount
sqlplus / as sysdba
alter database archivelog;
EXIT;
srvctl stop database -d orcl
srvctl start database -d orcl
srvctl stop database -d orcl
srvctl start database -d orcl -o mount
sqlplus / as sysdba
alter database noarchivelog;
EXIT;
srvctl stop database -d orcl
srvctl start database -d orcl
No comments:
Post a Comment