Multiple archive log destination setting
I have both Oracle 10g and Oracle 11g database,all database are have only one archive log destination and all logs will backup to tape with delete input option; Now, I want add another archive log destination just keep all logs on disk for fast recovery incase of any encounter disaster.
Below is my archive log destination setup:
LOG_ARCHIVE_DEST_1 = 'LOCATION=/disk1/backup2tape/' -->Exist,All logs will backup to taps with delete input option
LOG_ARCHIVE_DEST_2 = 'LOCATION=/disk1/keepondisk/' -->New, All logs keep on the disk without backup for disaster recovery
or