Oracle 1z0-052 Exam Practice Questions (P. 5)
- Full Access (284 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
View the Exhibit and examine the privileges granted to the MGR_ROLE role.
The user SKD has been granted the CONNECT and RESOURCE roles only. The database administrator (DBA) grants MGR_ROLE to the user SKD by executing the command:
SQL> GRANT MGR_ROLE TO SKD WITH ADMIN OPTION;
Which statement is true about the user SKD after he/she is granted this role?
Exhibit:

The user SKD has been granted the CONNECT and RESOURCE roles only. The database administrator (DBA) grants MGR_ROLE to the user SKD by executing the command:
SQL> GRANT MGR_ROLE TO SKD WITH ADMIN OPTION;
Which statement is true about the user SKD after he/she is granted this role?
Exhibit:

- AThe user SKD can grant only the MGR_ROLE role to other users, but not the privileges in it
- BThe user SKD can revoke the MGR_ROLE only from the users for whom he/she is the grantor
- CThe user SKD can grant the privileges in the MGR_ROLE role to other users but not with ADMIN OPTION
- DThe user SKD can grant the privileges in the MGR_ROLE role to other users, but cannot revoke privileges from them
Correct Answer:
A
A
send
light_mode
delete
Question #22
After performing a clean shut down of the database instance for maintenance, you mount the database and then execute a command to open the database:
SQL> ALTER DATABASE OPEN;
Which two statements are true? (Choose two.)
SQL> ALTER DATABASE OPEN;
Which two statements are true? (Choose two.)
- AThe online redo log files and online data files are opened.
- BAll the online data files headers are checked for consistency.
- CInstance recovery is performed before opening the database.
- DThe path and existence of all the log file members are checked.
Correct Answer:
AB
AB
send
light_mode
delete
Question #23
Examine the command that is used to create a table:

Which two statements are true about the effect of the above command? (Choose two.)

Which two statements are true about the effect of the above command? (Choose two.)
- AA CHECK constraint is created on the OID column.
- BA NOT NULL constraint is created on the OID column.
- CThe ORDERS table is the only object created in the USERS tablespace.
- DThe ORDERS table and a unique index are created in the USERS tablespace.
- EThe ORDERS table is created in the USERS tablespace and a unique index is created on the OID column in the SYSTEM tablespace.
Correct Answer:
BD
BD
send
light_mode
delete
Question #24
Which two statements are true about Shared SQL Area and Private SQL Area? (Choose two.)
- AShared SQL Area will be allocated in the shared pool.
- BShared SQL Area will be allocated when a session starts.
- CShared SQL Area will be allocated in the large pool always.
- DThe whole of Private SQL Area will be allocated in the Program Global Area (PGA) always.
- EShared SQL Area and Private SQL Area will be allocated in the PGA or large pool.
- FThe number of Private SQL Area allocations is dependent on the OPEN_CURSORS parameter.
Correct Answer:
AF
AF
send
light_mode
delete
Question #25
Which three statements are correct about temporary tables? (Choose three.)
- AIndexes and views can be created on temporary tables
- BBoth the data and structure of temporary tables can be exported
- CTemporary tables are always created in a user's temporary tablespace
- DThe data inserted into a temporary table in a session is available to other sessions
- EData Manipulation Language (DML) locks are never acquired on the data of temporary tables
Correct Answer:
ACE
ACE
send
light_mode
delete
All Pages