Question 23:
How do you change the tablespace quota for a user on Autonomous Database on Shared Infrastructure? (Choose the best answer.)
Answer options:
A. Execute alter tablespace DATA set quota = 10G; B. Execute alter tablespace for user MTHEO tablespace DATA quota = 10G; C. Execute DBMS_CLOUD_ADMIN.GRANT_TABLESPACE_QUOTA (username => ˜MTHEO`,tablespace_quota => ˜UNLIMITED`); D. Execute alter user MTHEO quota unlimited on tablespace DATA;