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,

  1. In your database Connect as Administrator
  2. Type Change user & lt; YOUR_USER_HERE & gt; 123
  3. 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

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -