Page 1 of 1

URGENT !!! Getting error : ORA-01017

Posted: Mon Oct 20, 2003 2:34 pm
by nirma78
I am working on PHP and Oracle 9

I am trying to connect to the database and it gives me error :

ocilogon(): OCISessionBegin: ORA-01017: invalid username/password; logon denied

The problem is earlier it was working fine, but then I tried starting sessions, and destroying them when I left the page. After that It started giving me this error message. Does it have anything to do with this error ??

What can have gone wrong ??

PLEASE HELP.

Thanks in advance.

Posted: Mon Oct 20, 2003 6:05 pm
by phice
Looks like either the given username or the password is incorrect and isn't working. Be sure to check both.

Posted: Tue Oct 21, 2003 8:26 am
by nirma78
Thanks,

that was infact the problem. I was unaware of the change someone made for the password.

It works now.

Thanks.