In order to switch a database to archivelog mode we can use the following procedure:
shutdown immediate;
startup mount exclusive
alter database archivelog;
archive log start;
startup force;
And to check what is the the archivelog mode status:
SELECT log_mode FROM gv$database;
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment