Online Access Free 1Z0-055 Exam Questions
Exam Code: | 1Z0-055 |
Exam Name: | Oracle Database 11g: New Features for 9i OCPs |
Certification Provider: | Oracle |
Free Question Number: | 297 |
Posted: | Aug 31, 2025 |
ENCRYPT_TS is an encrypted tablespace that contains tables with data.
Which statement is true regarding the effect of queries and data manipulation language (DML) statements on the encrypted data in the tables?
You are managing an Oracle Database 11g instance. You want to create a duplicate database for testing purpose. What are the prerequisites for performing the active database duplication? (Choose all that apply.)
Evaluate the following command and its output:
SQL>SELECT * FROM dba_temp_free_space; TABLESPACE_NAME TABLESPACE_SIZE ALLOCATED_SPACE FREE_SPACE
LMTEMP 250609664 101048576 149561088
Which two statements correctly interpret the output? (Choose two.)
View the following SQL statements:
Transaction T1
INSERT INTO hr.regions VALUES (5,'Pole');
COMMIT; Transaction T2
UPDATE hr.regions SET region_name='Poles' WHERE region_id = 5; COMMIT;
Transaction T3
UPDATE hr.regions SET region_name='North and South Poles' WHERE region_id = 5;
You want to back out transaction T2. Which option would you use?