Right now I've just installed Oracle on Windows, so far I've successfully logged in with sys and system users via sqlplus and the enterprise manager GUI and created a new user. Now, I'm able to log in with this new user through the enterprise manger web interface but when I try to log in with sqlplus or with sqldeveloepr I get the error "ERROR: ORA-01017: invalid username/password; logon denied".
I've re-entered the password several times making sure not to make mistakes but yet again, I can't login. I can only connect with this user via enterprise manager web gui.
Any ideas why this would happen? :(
Here is the user logged into web EM
Error in sqldeveloper. I get the same error in sqlplus console, what I find strange is that if I use either system or sys user, it does connect successfully. So is my newly created user missing a role or privilege?
In the case of sqldeveloper I've tried both "localhost" and "127.0.0.1" as host and I'm getting the same result.