|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
drop tablespace
Hi,
When I drop the tablespace, it drops the all tables but not drop views. How do I drop all tables, views, foreign keys, primary keys as well as index without deleting the database? is there possible way to do that? Thanks. |
|
#2
|
|||
|
|||
|
Where all these objects created in this tablespace?
__________________
El éxito consiste en una serie de pequeñas victorias día a día MySQL, MS SQL, MS ACCESS, Oracle Database Manager - http://victorpendleton.net/products/psdviewer.html |
|
#3
|
|||
|
|||
|
DROP TABLESPACE mytab INCLUDING CONTENTS CASCADE CONSTRAINTS
/ |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > drop tablespace |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|