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