Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: On TRUNCATE table does the indexes also get truncated.
of course indexes will not be dropped, but because table data gets
truncated, there will be NO data in indexes either.
Raj
-----Original Message-----
Sent: Wednesday, July 30, 2003 1:10 PM
To: Multiple recipients of list ORACLE-L
Hi,
Truncate will not drop your index. It'll remove all the contents of the table and reset the HWM.
senthil.
-----Original Message-----
Denham Eva
Sent: Wednesday, July 30, 2003 8:29 PM
To: Multiple recipients of list ORACLE-L
Hello,
When you truncate a table using:-
TRUNCATE TABLE TEMP; does any of the indexes on the table also get truncated?
TIA
Denham Eva
Oracle DBA
Linux like TeePee... No Windows, No Gates and Apache inside!
For more information please visit www.marshalsoftware.com
#####################################################################################
Any views expressed in this message are those of the individual sender,
except where
the message states otherwise and the sender is authorized to state them to
be the
views of any such entity.
Thank You.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Denham Eva
INET: EvaD_at_TFMC.co.za
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting servicesto: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Senthil Kumar
INET: senthilkumard_at_summitworks.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting servicesto: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Jamadagni, Rajendra
INET: Rajendra.Jamadagni_at_espn.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting servicesto: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
![]() |
![]() |