Oracle
1Z0-931-20 · Question #15
How do you change the tablespace quota for a user on Autonomous Database on Shared Infrastructure?
See the full explanation below for the reasoning.
Question
How do you change the tablespace quota for a user on Autonomous Database on Shared Infrastructure?
Options
- AExecute alter database for user MTHEO tablespace DATA quota = 10G;
- BExecute alter user MTHEO quota unlimited on tablespace DATA;
- CExecute DBMS_CLOUD_ADMIN. GRANT_TABLESPACE_QOOTA (username => 'MTHEO' ,
- DExecute alter tablespace DATA set quota = 10G;
Community Discussion
No community discussion yet for this question.