Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> db_name, instance_name, service_names and the sqlnet alias
What is the relation between db_name, instance_name, service_names and the sqlnet alias for an instance. 'Cause in my init.ora file I fdefined the following things
db_name = "db1" instance_name=inst1 service_names=service1
And I defined an entry in my tnsnames.ora file, for my instance as following :
cs_inst1 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = TCPCOM)
(PROTOCOL = TCP)
(Host = alpha)
(Port = 1527)
)
(SID = db1) (GLOBAL_NAME = cs_inst1)
But I cannot connect to my instance by the following command .
sqlplus system/manager_at_cs_inst1
I've no error message. It seems working indefinitely. What did I miss?
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: ALEMU Abiy INET: abiy.alemu_at_criltechnology.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Mar 23 2001 - 11:51:43 CST
![]() |
![]() |