drop all objects owned by schema
Hi,
Can any one help to get script to drop all objects, including any LOB objects, owned bye schema
SQL> select distinct object_type from dba_objects where owner='YOUTELE';
OBJECT_TYPE
-------------------
INDEX
TABLE
VIEW
LOB
Thanks