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