clone a database on same machine
Thanks all!
I am still not quite sure about the recreate control file thing. Do I have to backup control file to trace first ?
How the tablespace be created?
Do I have to create the user account?
Re: clone a database on same machine
>I am still not quite sure about the recreate control file >thing. Do I have to backup control file to trace first ?
Yes.
>How the tablespace be created?
>Do I have to create the user account?
In your case, you want to clone the entire database, no? You have an exact copy of the database that existed before, you have just changed its name. Now, you have a database named DB1 and an exact copy named DB2.
clone a database on same machine
Thanks! It helps a lot.
One more question. When I issue "Alter database backup control file to trace" using svrmgrl, do I need to make a backup first, do I need to shutdown the source database?