Re: how to boost drop table statement
- From: Thomas Kellerer <NNGNVRDSJEBN@xxxxxxxxxxxxx>
- Date: Sat, 18 Jun 2005 10:41:24 +0200
Markusin wrote on 17.06.2005 22:24:
Hello I want to know if there is a way in Oracle 9i to boost the drop for tables. I need to do a purging task, where all tables in the database are drop.
Actually I am doing this with a normal SQLStatement DROP TABLE
This dropping takes a lot of time, so I was asking me if there is a way to accelerate this process.
This is not related to Java, so I would post this question to an Oracle newsgroup.
You could try to TRUNCATE the tables first, but then they must not have foreign key constraints.
Is it possible that some other process is accesing the tables? Then I think Oracle will wait with dropping the table until the other process is finished.
Thomas .
- Follow-Ups:
- Re: how to boost drop table statement
- From: John Currier
- Re: how to boost drop table statement
- References:
- how to boost drop table statement
- From: Markusin
- how to boost drop table statement
- Prev by Date: Re: Run a command line statement from an ant task.
- Next by Date: Re: Delete error
- Previous by thread: Re: how to boost drop table statement
- Next by thread: Re: how to boost drop table statement
- Index(es):
Relevant Pages
|
|