my instance has 2 archive log dest:
log_archive_dest =/ora1/arch/arch.log
log_archive_duplex_dest=/ora2/arch/arch.log
now I need to move them to different location without shutdown the instance
move /ora1/arch/arch.log to /ora1/arch/DBA1/arch.log
move /ora2/arch/arch.log to /ora2/arch/DBA1/arch.log
could someone tell me the syntax
As Jeff surely it will not update the init.ora file you will have to change the init.ora file setting and bounce the database to make those changes permanent.
Yes do a alter system archive log current before you switch
Bookmarks