Database Cloning in 9i [message #55216] |
Fri, 10 January 2003 21:45 |
Jeffrey
Messages: 30 Registered: January 2003
|
Member |
|
|
I have read all the forum entries regarding cloning database, but all the methods applies only on 8i. Is there anyone who knows how to clone a 9i database. I have tried using the methods published for 8i, but some things differ like the there isn't a CONNECT INTERNAL command and the SVRMGRL feature is also gone. If it is similar to 8i, could somebody enlighten me on the variables, path or methods that needs to be changed.
Any replies regarding this matter is highly appreciated.
Jeffrey - Junior DBA
Malaysia
|
|
|
Re: Database Cloning in 9i [message #55227 is a reply to message #55216] |
Sun, 12 January 2003 20:41 |
ctg
Messages: 146 Registered: July 2002
|
Senior Member |
|
|
instead of using svrmgrl use "sqlplus /nolog"
instead of using internal use "connect sys as sysdba" or "connect / as sysdba" depending if u r using password file or OS authentication.
other then that, i have not tried cloning 9i.
|
|
|
Re: Database Cloning in 9i [message #55349 is a reply to message #55227] |
Mon, 20 January 2003 00:50 |
Jeffrey
Messages: 30 Registered: January 2003
|
Member |
|
|
How would i know if i am using password file or by OS authentication. I am using Windows 2000 Advance server with Oracle 9i (9.0.1.0.0). When i tried to connect via "connect / as sysdba" or "connect "/" as sysdba", it will ask for a password. I don't remember creating a user "/" or configuuring a password for it. Any ideas? Any replies appreciated.
|
|
|