problem in creating database.......... [message #531727] |
Thu, 17 November 2011 08:12 |
|
crazylith
Messages: 1 Registered: November 2011 Location: chennai
|
Junior Member |
|
|
Yesterday i installed oracle 11g r2 by default i installed database orcl with the installation .but today i tried to create the database with the name green tat also completed sucessfully
the problem is in startup
export oracle_sid=green
sqlplus '/ as sysdba'
startup
database mounted
select instance_name from v$instance;
BUt it SHowing the instance name as orcl
i tried with the other method also
export oracle_sid=green
sqlplus /nolog
conn sys/b123 as sysdba
database mounted
select instance_name from V$parameter;
and it shows instance name as green
i tried to see the datafile location for green database
select file_name from dba_data_files;
it shows the orcl datafile locations.....
[Updated on: Thu, 17 November 2011 08:15] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
Re: problem in creating database.......... [message #538542 is a reply to message #538540] |
Fri, 06 January 2012 15:25 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
It does.
>>export oracle_sid=green
is invalid and
ORACLE_SID is valid. The case matters a lot.
That is why we always ask
Quote:And just explaining what you did rarely helps us.
Always please post your session. Just copy and paste.
|
|
|