Create another new instance on Win 2K server [message #57826] |
Wed, 09 July 2003 11:30 |
Maggie
Messages: 9 Registered: January 2003
|
Junior Member |
|
|
OS: Win 2K server
DB: Oracle 8.1.7
We would like to create another new intance on the Win 2K server. There are already an existing instance on the server. How do we create another instance on the server has existing instance ? Thanks!
|
|
|
|
Re: Create another new instance on Win 2K server [message #57855 is a reply to message #57826] |
Fri, 11 July 2003 05:11 |
Shesh
Messages: 16 Registered: July 2003
|
Junior Member |
|
|
Use Oradim utility to create a new instance.
C:Oradim -new -sid NEW -startmode auto -intpwd <Pwd>
and set the oracle SID as
c:Set ORACLE_SID=NEW
now connect as dba in sqlprompt
and create the database.
After starting up the database in nomount stage
you can query v$instance to check whether you are working on new instance or not.
bye
shesha
|
|
|