exam questions

Exam 1z0-931-20 All Questions

View all questions & answers for the 1z0-931-20 exam

Exam 1z0-931-20 topic 1 question 23 discussion

Actual exam question from Oracle's 1z0-931-20
Question #: 23
Topic #: 1
[All 1z0-931-20 Questions]

How do you change the tablespace quota for a user on Autonomous Database on Shared Infrastructure? (Choose the best answer.)

  • 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;
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
guru_ji
1 year, 6 months ago
Selected Answer: D
D is correct.
upvoted 2 times
...
kushan8825
1 year, 10 months ago
On Autonomous Database on Shared Infrastructure, you can change the tablespace quota for a user by executing the following command: D. Execute alter user MTHEO quota unlimited on tablespace DATA; This command will grant an unlimited quota to the user MTHEO on the tablespace DATA. You can replace 'unlimited' with a specific value to set a limit on the tablespace quota. Option A is incorrect because the "alter tablespace" command is used to modify the attributes of a tablespace, not to grant tablespace quota to a user. Option B is incorrect because there is no syntax for "alter tablespace for user" in Oracle Database. Option C is incorrect because DBMS_CLOUD_ADMIN.GRANT_TABLESPACE_QUOTA is not applicable to Autonomous Database on Shared Infrastructure. It is used for Autonomous Database on Dedicated Infrastructure to grant a tablespace quota to a user. Therefore, the correct option is D.
upvoted 3 times
...
amacias
2 years, 9 months ago
Selected Answer: D
The alter user is the correct answer. There is no GRANT_TABLESPACE_QUOTA procedure. The link from Koolt demonstrates it. Also google it.
upvoted 1 times
...
Koolt
3 years, 7 months ago
C is correct answer https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/dbms-cloud-admin.html#GUID-4DC6A536-DC78-43FE-B173-CED1F9FB45A0
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago