URGENT !!! Getting error : ORA-01017

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
nirma78
Forum Commoner
Posts: 42
Joined: Wed Sep 17, 2003 2:02 pm

URGENT !!! Getting error : ORA-01017

Post 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.
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post by phice »

Looks like either the given username or the password is incorrect and isn't working. Be sure to check both.
Image Image
nirma78
Forum Commoner
Posts: 42
Joined: Wed Sep 17, 2003 2:02 pm

Post by nirma78 »

Thanks,

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

It works now.

Thanks.
Post Reply