difference between db_name and instance_name [message #346832] |
Tue, 09 September 2008 16:26 |
marcossantos
Messages: 123 Registered: June 2008
|
Senior Member |
|
|
Hi,
I have a question.
I create a database with SID orcleprod.
The instance_name is orcleprod,
but the parameter db_name is orclepro
without the letter "d".
The connection working via service name,
that is orcleprod.
SQL> select * from global_name;
GLOBAL_NAME
-----------------------------------------
ORCLEPRO.REGRESS.RDBMS.DEV.US.ORACLE.COM
There are some problem in this case?
|
|
|
|
|
|