Multiple choice technology databases

Examine the statement : DROP TABLESPACE IND2 INCLUDING CONTENTS AND DATAFILES; What is the result of the statement?

  1. The contents and data files belonging to the IND2 tablespace are dropped.

  2. The statement will only succeed if the IND2 tablespace was built using Oracle-Managed Files (OMF) data files.

  3. The statement will only succeed if the data files belonging to the IND2 tablespace are Oracle Managed Files (OMF) or of the database was created using OMF.

  4. The contents of the tablespace are dropped along with all its data files except those identical with Oracle-Managed Files (OMF) naming convention.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The DROP TABLESPACE ... INCLUDING CONTENTS AND DATAFILES statement drops the tablespace from the data dictionary, deletes all contents, and deletes the associated operating system datafiles, regardless of whether OMF is used. Hence, option 554180 is correct and others are false restrictions.