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 -> Re: please help!!!!!! - ORA-07268 - edited the Q

Re: please help!!!!!! - ORA-07268 - edited the Q

From: <mpir_at_compuserve.com>
Date: Wed, 12 Aug 1998 18:52:36 GMT
Message-ID: <6qso9k$71v$1@nnrp1.dejanews.com>


Still sounds like your connect string. I am not familiar with your package, but the passwd type response leads me to deduce you are trying to connect as internal or with a 'sysba' privileged role. I.e., it points me to the login/connect string. ('Userid' and 'database' fields of the ODBC SQLCA is also similar.)

In article <6qq1ug$r2k$1_at_nnrp1.dejanews.com>,   rajaram_at_netdynamics.com wrote:
> In article <6qpr39$h28$1_at_nnrp1.dejanews.com>,
> mpir_at_compuserve.com wrote:
>
> The application is in C++. It uses RogueWave DBTools.h++ (C++ database access
> library) to talk to the database. RogueWave DBTools.h++ API uses OCI to
> implement database connections/queries/transactions.
>
> > What language is the app in? Are you using PRO*C or Visual basic with
ODBC.?
> >
> > What is the code doing the connect?
> >
> > Without answers to these, there are too many possibilities for an answer,
but
> > in Pro*C is the statement
> > exec sql connect :username/:password_at_ora_srv
> > or something similar?
> >
> > In article <6qnmok$lgd$1_at_nnrp1.dejanews.com>,
> > rajaram_at_netdynamics.com wrote:
> > > Hi I am running an application that needs to talk to Oracle server running
> on
> > > some box on the network. i've the client installed on my machine. the
client
> > > is V8.0.4 i'm able to connect to the server thru SQLPLUS
> > >
> > > sqlplus scott/tiger_at_oracle_srv (where oracle_srv - name of the server
> > > instance) ------------------------------- connects succesfully.
> > >
> > > but when I try connecting thru my application, i get this error: ORA-
07268 :
> > > could not find entry for the user in the passwd file (Getpwuid()) the
> > > environment to run the application is same as in the execution of
"sqlplus"
> > > how do I solve this problem ?? pointers please.
> > >
> > > Thanks,
> > > Rajaram
> > >
> > > -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> > > http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
> > >
> >
> > -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> > http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
> >
>
> -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
>

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Wed Aug 12 1998 - 13:52:36 CDT

Original text of this message

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