How to make Oracle Database Archivelog

 


follow the below steps:

step1 :shutdown immediate
step2: edit the pfile with the following
log_archive_start=true
log_archive_dest_1=’location=d:\archive_loc’
step3:startup mount
step4:alter database archivelog
step5: alter database open;
—————————————————-
shutdown immediate
edit the pfile
create spfile from pfile;
startup mount
alter database noarchivelog;
alter database open;
 
--that all
 

 

Muhammad Abdullah Al Noor

Muhammad Abdullah Al Noor, An Oracle Apex Consultants and founder of Noors Technology (www.noorstech.com). Core Expertise : Database Administration, Oracle Forms and Reports Development, Oracle Apex Application Designer and Development, Linux Professional etc. Also the owner of TrainerBD Training and OraDemy E-Learning. WhatsApp +8801790721177

Post a Comment

Previous Post Next Post