DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 10

Thread: Clone standby database without rman

Threaded View

  1. #3
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492

    Talking Quiesce Restricted?

    Thanks hrishy,

    That is exactly what I thought, unfortunately for that to work I would need space on the standby server which then I could mount unto the clone server.

    That is why I thought of "quiesce" to avoid shutting down the standby during the copy and just mounting the disks unto the clone server.

    Also I tried the "quiesce", but first got:

    SQL> ALTER SYSTEM QUIESCE RESTRICTED
    *
    ERROR at line 1:
    ORA-25500: database is not open

    And then:

    SQL> ALTER DATABASE OPEN READ ONLY
    *
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced

    This is caused because I need to activate the "Oracle Resource Manager" on both the Primary and Standby (which requires shutdown/startup).

    Your idea is very good, I will research how to configure the rman channels to write to remote location (vg: cloneserver:/oradata)

    Any other ideas are welcome...
    Last edited by LKBrwn_DBA; 10-08-2008 at 08:08 AM.
    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width