Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Manual apply of archive logs to standby database

801855Mar 5 2013 — edited Mar 5 2013
Hi I am an Oracle DBA with minimal knowledge on shell scripting…Below is my query…

Source(Primary-production) and target DB’s(Standby database) are in 2 different data centers..

Our organization doesn’t want to build a physical standby database for our production DB. So they wanted me to write a script which does the below 4 steps…
1) zip all the archive logs once generated in primary DB
2) copy them over to SAN(this SAN is an NFS disk for both target and source databases)...
3) From SAN to target DB server
4) apply the logs on that target database(mount state)…

Is this kind of approach really possible ?
DB version--- 11.2.0.3 EE (Dataguard comes with EE but still my company don’t want to build becoz of network issues)
OS – AIX 6.1
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 2 2013
Added on Mar 5 2013
1 comment
1,933 views