Exam Code/Number: | 1z1-072Join the discussion |
Exam Name: | Oracle Database 12cR2 Administration |
Certification: | Oracle |
Question Number: | 88 |
Publish Date: | Oct 05, 2025 |
Rating
100%
|
The DATA tablespace uses Automatic Segment Space Management.
Examine this query and its output:
A block in EMP is 90% full.
At what percentage of free space will INSERT operations into the block again be possible?
You want to use table compression suitable for OLTP that will:
1. Compress rows for all DML statements on that table
2. Minimize the overheads associated with compression.
Which compression option is best suited for this?
A database is configured to use automatic undo management with temporary undo enabled. An update is executed on a heap-organized table stored in the TBS1 tablespace. Where is the undo stored?
Examine the command:
CREATE USER user1
IDENTIFIED BY user123
DEFAULT TEMPORARY TABLESPACE temp
QUOTA 5M ON system
PROFILE hr_user
PASSWORD EXPIRE;
Which two are true? (Choose two.)