Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
Oracle DBA
« Previous
Next »
Even though a table space may be dropped, the objects and data in it are still available
Options
- True
- False
CORRECT ANSWER : False
Discussion Board
wrong answer
If we drop a tablespace we can these two ways
that are
1.By using "drop tablespace;"
This command drops only tablespace but datafile and content can't drop. By using "reuse" clause we can use in another tablespace or we can create a new tablespace.
Example:
1.alter tablespace talespace name add datafile ' datafile location' reuse;
2.create tablespace tablespace name datafile 'datafile location' reuse;
2.By using "drop tablespace including contents and datafiles;"
This command drops tablespace including datafile and content of datafile.
likhitha 07-14-2016 01:48 AM
Wrong Question
Question itself is wrong.
We can not drop a tablespace if it cantains object.
Specify INCLUDING CONTENTS to drop all the contents of the tablespace. You must specify this clause to drop a tablespace that contains any database objects. If you omit this clause, and the tablespace is not empty, then the database returns an error and does not drop the tablespace.
Garima Jain 02-12-2016 12:20 PM
wrong q.
wrong one bro...
devil 08-3-2014 02:51 AM
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
Oracle (40)
Oracle (30)
Oracle (49)
Oracle (51)
Oracle (52)
Oracle DBA (29)
Oracle PLSQL (30)
Oracle Replication (20)
Oracle Architecture (20)
Oracle Transaction (20)
PLSQL (22)
PLSQL (24)
PLSQL (50)
Advertisement
▲