Oracle Database 11g Administration II

Here you have the best Oracle 1z0-053 practice exam questions

  • You have 697 total questions to study from
  • Each page has 5 questions, making a total of 140 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on October 24, 2025
  • This site is not affiliated with or endorsed by Oracle.
Question 1 of 697
The INV_HISTORY table is created using the command:
Exam 1z0-053: Question 1 - Image 1
The following data has been inserted into the INV_HISTORY table:
Exam 1z0-053: Question 1 - Image 2
You would like to store the data belonging to the year 2006 in a single partition and issue the command:

SQL> ALTER TABLE inv_history -

MERGE PARTITIONS -
FOR(TO_DATE('15-feb-2006','dd-mon-yyyy')),
FOR(TO_DATE('15-apr-2006'))
INTO PARTITION sys_py;
What would be the outcome of this command?
    Correct Answer: C

Question 2 of 697
What is the effect of increasing the value of the ASM_POWER_LIMIT parameter?
    Correct Answer: D

Question 3 of 697
ASM supports all but which of the following file types? (Choose all that apply.)
    Correct Answer: F, G
    What Types of Files Does Oracle ASM Support?
    Exam 1z0-053: Question 3 - Image 1 FG
Question 4 of 697
After executing the command -
ALTER DISKGROUP diskgroup2 DROP DISK dg2a;
You issue the following command from the ASM instance:
SELECT group_number, COUNT(*) FROM v$asm_operation;
What is the implication if the query against V$ASM_OPERATION returns zero rows?
    Correct Answer: C

Question 5 of 697
What is the net effect of the following command?
alter diskgroup dgroup1 drop disk abc;
    Correct Answer: C