Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to create another instance on linux without using dbca?

412498Apr 13 2004 — edited Apr 13 2004
I have an oracle database (or instance) named viton1 on my linux.
Now I want to create another instance (or database) named viton2 on my linux without using dbca.
I know I can create a database by runing a sql script : create database ......
But my problem is:
before I can run the script for create database, I must startup nomount database.
Before I can startup nomount the instance, I have to connect the instance.
So I do it:
$sqlplus /nolog
sql > conn sys/password as sysdba;
sql >
then I connected to viton1, that's not what I expected.
In order not to connect to viton1, I set ORACLE_SID=viton2. Then it show error: insufficient privilege.
Who can tell me the right way to create another database without using dbca?
Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 11 2004
Added on Apr 13 2004
3 comments
5,026 views