Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> No more SID in Oracle 8i?

No more SID in Oracle 8i?

From: <kirk_at_kaybee.org>
Date: 21 Mar 2000 18:39:52 GMT
Message-ID: <8b8flo$ka8$1@news-int.gatech.edu>


Now, the following tnsname.ora seems to work with my machines using Oracle 8i (at least it works for sqlplus).

However, if I understand it correctly, the use of the SID is outdated with Oracle 8i and maybe things are just running in compatibility mode? Maybe this is fine for sqlplus, but maybe this is why my Pro*C program is having problems?

Here is my tnsnames.ora:

# TNSNAMES.ORA Configuration File:/mnt/oracle/OraHome/network/admin/tnsnames.ora
# Generated by Oracle Net8 Assistant

TWEB =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = hidden-hostname)(PORT = 1521))     )
    (CONNECT_DATA =
      (SID = TEST2)
    )
  )

--
 Kirk Bauer -- CmpE, Georgia Tech -- kirk_at_kaybee.org -- Avid Linux User

    GT Sport Parachuting Club! http://cyberbuzz.gatech.edu/skydive      Opinions expressed are my own, but they should be everybody's. Received on Tue Mar 21 2000 - 12:39:52 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US