how to change the instance name
915529Feb 6 2012 — edited Sep 11 2012I installed Oracle 11g database on linux redhat 32-bit OS and created a database with SID orcl and deleted it. now when i recreated a database with SID orcldg and after exporting the environmental variable ORACLE_SID as orcldg when the database is again started. querying the instance name as
SELECT INSTANCE_NAME FROM V$INSTANCE;
still returns the instance_name orcl. how can i change the instance name ?
Thanks in advance...
Edited by: k.bhanja on Feb 6, 2012 3:53 AM