Oracle Standby with 8i [message #75231] |
Tue, 06 August 2002 07:49 |
Rich
Messages: 14 Registered: March 2002
|
Junior Member |
|
|
I am implementing an Oracle Standby Server environment using Oracle 8i.
In Oracle 9i, there is a initialisation parameter called ARCHIVE_LAG_TARGET which sets the maximum period between archiving of the online redo log. This parameter does not exist in Oracle 8i, so can I implement similar functionality by setting up a cron job to execute "ALTER SYSTEM ARCHIVE LOG CURRENT" at regular intervals?
|
|
|