oracle - Create New User in SQL Developer -
I have already installed Oracle Database 11.2 release. And even Odyssey for Visual Studio.
After everything, I try to make a user in SQL Developer, but always saying that Failure - Trust Fail: ORA-01017: Invalid Username / Password; Logon denied
I want to know what is the problem with it and how do I solve it?
Your user may not have any permissions to connect or you have forgotten your user's password. If so,
- In your database Connect as Administrator
- Type
Change user & lt; YOUR_USER_HERE & gt; 123
Try adding to password 123. If you can not connect then your listener is low or your database is unavailable
- To know if your audience is assigned from your database If used, use the command line tool lsnrctl.
- Execute user SQL * plus to mount your database:
startup force PS: Do you lose your problem Have tried? I got after 5 seconds, I started searching.
Comments
Post a Comment