Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: please help!!!!!! - ORA-07268
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 Received on Tue Aug 11 1998 - 11:22:01 CDT
![]() |
![]() |