Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.
Moderator: General Moderators
nirma78
Forum Commoner
Posts: 42 Joined: Wed Sep 17, 2003 2:02 pm
Post
by nirma78 » Mon Oct 20, 2003 2:34 pm
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.
phice
Moderator
Posts: 1416 Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:
Post
by phice » Mon Oct 20, 2003 6:05 pm
Looks like either the given username or the password is incorrect and isn't working. Be sure to check both.
nirma78
Forum Commoner
Posts: 42 Joined: Wed Sep 17, 2003 2:02 pm
Post
by nirma78 » Tue Oct 21, 2003 8:26 am
Thanks,
that was infact the problem. I was unaware of the change someone made for the password.
It works now.
Thanks.