I get the following errors when I try to create an user:
SQL> create user bob
2 identified by along
3 default tablespace data01
4 temporary tablespace temp
5 quota 1m on data01
6 quota 1m on indx01
7 password expire;
create user bob
*
ERROR at line 1:
ORA-28003: password...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.