Link to home
Start Free TrialLog in
Avatar of nrajasekhar7
nrajasekhar7

asked on

How to create another instance in oracle

Hi

We are having a UNIX sever , In which  oracle instance is currently runing on it,
we want to create a another instance on the same system,
Please suggest me steps to create the another instance.

Thanks
Raj.
ASKER CERTIFIED SOLUTION
Avatar of yadaya
yadaya

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

If for some reason you cannot run dbca you can still create one manually with hte CREATE DATABASE command.  It requires some manual steps but will eventually get you a database.

There are a lot of links out there that talk about how to do this.

http://www.dba-oracle.com/oracle_create_database.htm
Avatar of nrajasekhar7

ASKER

Resolved the issue