| « Oracle: HOW TO SELECT USERNAME AND CHECK THERE STATUS | Oracle: HOW TO ALTER THE SPFILE TO INCLUDE CONTROL FILES » |
Aug
06
Oracle: HOW TO CREATE USER AND GIVE GRANTS
Technology, Oraclecreate user [username] identified by [password] default tablespace
[tablespace name which has free space acc to statement 8] quota unlimited on [same tablespace name];
Recent comments