How can I drop all user tables in oracle?
I have problem with constraints. When I disable all it is still no possible.
|
|
How can I drop all user tables in oracle? I have problem with constraints. When I disable all it is still no possible.
|
||
|
|
|
|
|
||
|
|
The simplest way is to drop the user that owns the objects with the cascade command.
|
||
|
|
|
|
I have another problem. How can I execute truncate table on all user tables? There is the same problem with constraints. |
||
|