📚 Practice Mode
Oracle Database Administration and Networking
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Choice
Examine the statement : DROP TABLESPACE IND2 INCLUDING CONTENTS AND DATAFILES; What is the result of the statement?
- The contents and data files belonging to the IND2 tablespace are dropped.
- The statement will only succeed if the IND2 tablespace was built using Oracle-Managed Files (OMF) data files.
- 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.
- The contents of the tablespace are dropped along with all its data files except those identical with Oracle-Managed Files (OMF) naming convention.