|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Cloning database [message #561607 is a reply to message #561606] |
Tue, 24 July 2012 03:28 |
trantuananh24hg
Messages: 744 Registered: January 2007 Location: Ha Noi, Viet Nam
|
Senior Member |
|
|
bg1984 wrote on Tue, 24 July 2012 15:13Sure, let me do that first. And yes Michel, I think the database was open when I copied the files.
When opening Database, you can backup datafile with User Managed Backup or RMAN.
Don't think, you must verify status of Database this time
SQL> select open_mode from v$database;
You should make a copy to clone database by RMAN, the strongest utility by Oracle to do.
|
|
|
|
|