Tablespace quota for a user
Folks,
i created a user like below
create user scott identified by tiger default tablespace users;
grant create table,create session;
Now how much space can scott avail from users tablespace?
DBA_TS_QUOTAS does not show anything for this user
Regards
Phil
i created a user like below
create user scott identified by tiger default tablespace users;
grant create table,create session;
Now how much space can scott avail from users tablespace?
DBA_TS_QUOTAS does not show anything for this user
Regards
Phil
0