From: gtupper@monkfish.nosc.mil (Greg Tupper)
Newsgroups: comp.databases.oracle
Subject: pro C db connect using TWO_TASK?
Date: 15 Mar 1994 03:24:02 GMT
Organization: San Diego State University, College of Sciences
Lines: 27
Message-ID: <2m39oi$t1p@pandora.sdsu.edu>
NNTP-Posting-Host: monkfish.nosc.mil
X-Newsreader: TIN [version 1.2 PL2]


1. I have a pro-c application that connects to the database using a 
username/passwd string generated by the program.  

2. The program connects successfully to the database if the 
TWO_TASK environment variable is not set.  

3. If I do set the TWO_TASK I get an oracle error 6401 when I run 
the program. (Error message follows):
SQL ERROR: sqlcode :-6401 ORA-06401: (Cnct err, can't get err txt.  
See Servr Msgs & Codes ManuaNOT SET 
%code64sun[thorson]26 > oerr ora 6401
06401, 00000, "NETCMN: invalid driver designator"
// *Cause:  The login (connect) string contains an invalid driver 
designator.
// *Action: Correct the string and re-submit.


4.  I am able to connect to the database using sqlplus 
<username>/<password>

What am I forgetting here?


Greg TUpper
SAIC ComSystems
gtupper@nosc.mil


