Re: log in deny

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 4 Aug 2002 16:09:59 -0700
Message-ID: <92eeeff0.0208041509.27db2638_at_posting.google.com>


lli_at_sos.state.tx.us (Laya Li) wrote in message news:<6fb217d.0208011324.542824be_at_posting.google.com>...
> Hi every one,
> I get log in problem when i migrant oci code from oracle 7i to oracle 8i.
> i use the same username and password, it works in oci 7i but not work in oci 8i.
>
> my username and password is:
>
> text *username = (text *) "vrjw_at_vrjw.world";
> text *password = (text *) "voter";
>
> I get the following error message:
> Error - ORA-01017: invalid username/password; logon denied
>
> Error - ORA-01012: not logged on
>
> I hope you can help me to fix this problem.
>
> Thanks,
>
> LLI
Try a simple test before blaming your OCI code. Can you logon to 8i database from sqlplus like,

sqlplus vrjw/voter_at_vrjw.world

If you can, then you can blame your OCI code else check username/password.

HTH
//Rauf Sarwar Received on Mon Aug 05 2002 - 01:09:59 CEST

Original text of this message