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 verification for the specified password failed
ORA-20003: Password should contain at least one digit, one character and one
punctuation
Can someone please help me?
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 verification for the specified password failed
ORA-20003: Password should contain at least one digit, one character and one
punctuation
Can someone please help me?