Cannot create new connection or login to added user?

时光怂恿深爱的人放手 提交于 2019-12-12 03:42:03

问题


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:


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.



来源:https://stackoverflow.com/questions/11836273/cannot-create-new-connection-or-login-to-added-user

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!