database copy [message #304771] |
Thu, 06 March 2008 09:52 |
caprikar
Messages: 226 Registered: March 2007
|
Senior Member |
|
|
Hi,
I have a database DB1(2 GB) and I want to create another database DB2 on the same server for which I follow the following steps:
1. Create new database DB2
2. Create all the tablespaces that are in DB1 in DB2.
3. Take full export dump of DB1 with full=y option after exporting ORACLE_SID=DB1
4. set the ORACLE_SID=DB2 and import with option full=y.
-will this method work?
Thanks,
GK
|
|
|
|
|
|
|