Re: Drop user takes too long

From: Frank van Bortel <fbortel_at_home.nl>
Date: Mon, 24 Dec 2001 19:57:39 +0100
Message-ID: <3C277AA3.86B84F57_at_home.nl>


Jim Kennedy wrote:
>
> drop the tables first then the user and see how long the whole process
> takes.
> spool droptabs.sql
> select 'drop table '||owner||'.'||table_name||';' from dba_tables where
> owner='THE USER' order by table_name;
> spool off
> _at_droptabs.sql
> drop user ...
>
> Jim
<snip!>
I'd truncate the tables (not drop!) and then drop the user.

-- 
Gtrz,

Frank van Bortel
Received on Mon Dec 24 2001 - 19:57:39 CET

Original text of this message