L
L
Light7772016-10-22 16:48:14
Oracle
Light777, 2016-10-22 16:48:14

How to login to Oracle database as NORMAL user?

Installed oracle Logged
into PL/SQL Developer as SYSDBA
Created a user

Create user user1 identified by qwerty123;
grant connect to user1;
grant create session to user1;

But when I try to log in, it says: Invalid Username / password
No matter how I enter, the user does not log in as Normal, it logs in as SYSDBA logs in

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question