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)
        )
    )
    (CONNECT_DATA =
       (SID = db1)
       (GLOBAL_NAME = cs_inst1)
    )
  )

But I cannot connect to my instance by the following command .
        sqlplus system/manager@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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to