Skip to Main Content

SQL & PL/SQL

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!

Unable to create any new users

Rosario VigilanteApr 26 2016 — edited Apr 26 2016

When I run the create user script

Connect as SYSTEM or sys

CREATE USER username IDENTIFIED BY apassword;

or

CREATE USER "user1"  PROFILE "DEFAULT"

    IDENTIFIED BY "ZZ821G6E" DEFAULT TABLESPACE "USERS"

    TEMPORARY TABLESPACE "TEMP"

    ACCOUNT UNLOCK;

it just keeps running and no error display

Does anybody facing this problem and point me where I can investigate

Thans in advance

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 24 2016
Added on Apr 26 2016
20 comments
3,699 views