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

Home -> Community -> Usenet -> c.d.o.server -> Ora-12154 using MS Visualc/c++

Ora-12154 using MS Visualc/c++

From: MPG <pg_miguel_at_hotmail.com>
Date: Fri, 21 Feb 2003 14:28:45 GMT
Message-ID: <xIq5a.579851$Ye7.3755472@telenews.teleline.es>


Hi all,

I have a c program that connects to oracle 9i using proc. This program is developed using MSVisualc/C++ environmennt. The problem I encounter is as follows:
- When I run the compiled program (.exe) it connects to the DB fine fine.

rssgs =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = SERVIDOR_SGS)(PORT = 1521))     )
    (CONNECT_DATA =
      (SID= RSSGS)
    )
  )

SQLNET.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (TNSNAMES) I've tried all kinds of things but I can't solve the problem.

Any help would be greatly appreciated

Thank you in advance,
Miguel Received on Fri Feb 21 2003 - 08:28:45 CST

Original text of this message

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