STEP 1:
Open the Database
STEP 2:
Verifying recovery file and archive log state:
command: show parameter recovery;
STEP 3:
altering archvie destination location -
command : alter system set log_archive_dest_1= 'LOCATION=/u01/app/oracle/fast_recovery_area/ELEVENG/archivelog/01' scope=both;
select destination,STATUS from v$archive_dest where statuS='VALID';
No comments:
Post a Comment