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 the second database (manually) ?

202000Mar 7 2002
Hi,
I want to create the second database.

startup nomount
create database db02 ...;

create database db001
*
ERROR at line 1:
ORA-01501: CREATE DATABASE failed
ORA-01504: database name 'DB001' does not match parameter db_name 'db001'

But if set ORACLE_SID to the new name "db02", I can't startup sqlplus, how can I issue the "create database ..."?

Some one can help me? Thanks!
Best Regards,
Rosaline
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 31 2002
Added on Mar 7 2002
6 comments
7,448 views