had installed Oracle 9i Enterprise Edition Rel 2 on windows 2003 server .and created default database while installation .
after installation i am able to connect to database as system/admin@orcl as sysdba and normal , but when i changed the databse to archivelog mode , i am not able to connect the databse as normal user and when i am trying to connect as sysdba its connecting , i am getting the following error ORA-01017: invalid username/password; logon denied while i am trying to connect as normal user , but when i tried to connect as sysdba its connecting , plz help me ...
This problem is not due to enabling archiving. Check these.
1. Is the normal user which u r using to connect to database created in database. check it from dba_users if it exists.
2. Are u providing correct username and password to connect.
3. Which type of authentication r u using, check it from sqlnet.ora file.
provide this information to me so that i can help u.
Bookmarks