Creating an ASM duplicate database from a non-ASM database
- Posted by Gavin Soorma
- On April 30, 2010
- 0 Comments
Here are some simple steps we can take to clone or create a duplicate database from a non-ASM file system to an ASM file system. 1) create a static listener.ora entry on target machine (SID_DESC = (GLOBAL_DBNAME = dupdb) (ORACLE_HOME = /u01/oracle/product/10.2.0/db_1) (SID_NAME = dupdb) ) 2) add a tns alias on the source machine […]
Read More