0
votes

I am using Oracle SQL Developer to connect to Oracle Express 11g and create a new user. I keep on getting the same error when I try to create a new connection (and test it) or when I try to login with a newly created username and password (mad by right-clicking "other users" table in default connection "xe")

The error-

Failure - Test Failed: ORA-01017: invalid username/password; logon denied

How can I fix this issue ?

1
Try logging in with the user you have problem with logging into sql developer in sqlplus and let uw know if you are able to login in sqlplus.vijayaragavan

1 Answers

-1
votes

Seems you're using an user with not enough privilegies, try with "system" user. That should solve your problem.

Verify the priviligies of the user you created.