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

Home -> Community -> Usenet -> c.d.o.misc -> Procedure Performance Suggestion

Procedure Performance Suggestion

From: R Chin <rchin_at_panix.com>
Date: Fri, 22 Mar 2002 11:00:25 -0500
Message-ID: <a7fke4$be6$1@reader1.panix.com>


I have a procedure that builds the SELECT and uses Native Dyn. SQL (execute immediate) to populate a table for report.... 1) if the table NOT exist, do CTAS...(nologging) 2) if it exists, TRUNCATE it, and do INSERT...SELECT (table size about < 1000 rows)

To get any performance gain....should I just DROP the table and do CTAS as opposed to #2 ??

Thanks !
Rob Received on Fri Mar 22 2002 - 10:00:25 CST

Original text of this message

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