Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: truncate command internal behavior

Re: truncate command internal behavior

From: rjamya <rjamya_at_gmail.com>
Date: Tue, 17 Oct 2006 11:20:33 -0400
Message-ID: <9177895d0610170820y795fb2d5ya4c01e0b9556a714@mail.gmail.com>


in this case if you must use truncate, I say modify your code slightly to use following syntax (changes in uppercase)

truncate table <table_name> REUSE STORAGE;

Should avoid doing most of the space management related to DROP STORAGE (which is default).

Try that and let us know how it works for you. Raj

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Oct 17 2006 - 10:20:33 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US