- Home
- Oracle Certification
- 1Z0-042 Exam
- Oracle.1Z0-042.dumpsfiles Dumps
Free Oracle 1Z0-042 Exam Dumps Questions & Answers
| Exam Code/Number: | 1Z0-042Join the discussion |
| Exam Name: | Oracle database 10g:Administration I |
| Certification: | Oracle |
| Question Number: | 185 |
| Publish Date: | Jul 07, 2026 |
|
Rating
100%
|
|
Total 185 questions
You require the Oracle server to manage the undo segments and space among various active sessions automatically. You created an undo tablespace, UNDO_TBS1, in your database. Which two additional steps would you perform to achieve this? (Choose two.)
Which three statements are true about the stages of database startup? (Choose three.)
What are the consequences of executing the SHUTDOWN ABORT command? (Choose two.)
The user SCOTT executes the following command successfully to increase the salary values in one of his sessions:
SQL> UPDATE emp SET sal=sal*1.15 WHERE deptno=20;
Before SCOTT ends the transaction, user HR who has the privileges on EMP table executes a query to fetch the salary details but finds the old salary values instead of the increased values.
Why does HR still see the old data?
A constraint in a table is defined with the INITIALLY IMMEDIATE clause. You executed the ALTER TABLE command with the ENABLE VALIDATE option to enable the constraint that was disabled. What are the two effects of this command? (Choose two.)