Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle 12c Database - New user Creation

SANPATApr 8 2017 — edited Apr 10 2017

Dear Friends

Whenever I am trying to create a new Users System is not showing any error , but after Creating the user I try to connect it shows the error ORA-01017: invalid username/password; logon denied ,


SQL> create user erp identified by erp;

User created.

SQL> grant connect, resource to erp;

Grant succeeded.

SQL> grant imp_full_database to erp;

Grant succeeded.

SQL> commit;

Commit complete.

SQL> grant exp_full_database to erp;

Grant succeeded.

SQL> commit;

Commit complete.

SQL> connect
Enter user-name: erp
Enter password:
ERROR:
ORA-01017: invalid username/password; logon denied


Warning: You are no longer connected to ORACLE.
SQL>

sanjay

This post has been answered by Emad Al-Mousa on Apr 8 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 6 2017
Added on Apr 8 2017
11 comments
3,744 views