How to put database in Archive/No-Archive log mode?- Oracle Interview question
In this blog I will show you the importance of archive and no-archive log mode.
oracle configurationintermediate
by OracleDba
12 views
In this blog I will show you the importance of archive and no-archive log mode.
1
SQL> alter system set log_archive_dest_1='LOCATION=/u02/archive' scope=spfile;Please to add comments
No comments yet. Be the first to comment!