hi to all,
i want to create user on student table IN ORACLE....
CREATE USER john IDENTIFIED BY out_standing
DEFAULT TABLESPACE users
QUOTA UNLIMITED ON users
DEFAULT TABLESPACE temp
QUOTA UNLIMITED ON system;
but, oracle shows following error like...."insufficient priviveleges on password...
please give some suggestion for creating user in above code....
Thanks.