APPEND came in at 8.0 so it will work there. The hint can be very useful, but it works "best" with unindexed tables (that are set to NOLOGGING). If tables are indexed, then you still might get some benefit but the gains are not as dramatic.
Of course, anything in NOLOGGING mode often requires a rethink of your backup strategy. hth connor --- Grant Allen <[EMAIL PROTECTED]> wrote: > Hi all, > > In a discussion with an Oracle rep last week it was > suggested we use the /*+ > append */ insert hint to allow some inserts to use > direct-path. The > suggestion is interesting - the business logic won't > have any problems with > the limitations this implies. > > Has anyone had any experience with this hint? > Specifically, does anyone > know what would happen on Oracle 7.3.x or 8.0.x if I > used this (assuming > it's supported ... would it silently ignore the hint > if not supported?) > > Thanks > Fuzzy > :-) > > -- > Please see the official ORACLE-L FAQ: > http://www.orafaq.net > -- > Author: Grant Allen > INET: [EMAIL PROTECTED] > > Fat City Network Services -- 858-538-5051 > http://www.fatcity.com > San Diego, California -- Mailing list and web > hosting services > --------------------------------------------------------------------- > To REMOVE yourself from this mailing list, send an > E-Mail message > to: [EMAIL PROTECTED] (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). > ===== Connor McDonald web: http://www.oracledba.co.uk web: http://www.oaktable.net email: [EMAIL PROTECTED] "GIVE a man a fish and he will eat for a day. But TEACH him how to fish, and...he will sit in a boat and drink beer all day" __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: =?iso-8859-1?q?Connor=20McDonald?= INET: [EMAIL PROTECTED] Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (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).
