Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Hiding hint in SQL from SQL Trace?
enrikonewsgro..._at_earthlink.net wrote:
> I have an ETL application that allows you to select a table delivery
> method, one of which is APPEND. When I select this option and turn on
> sql trace to watch the sql being generated there is no /*+ APPEND */
> hint in the INSERT statement.
> The application is written in C/C++.
>
> Is it possible to hide a hint from sql trace?
Are you sure it is supposed to do an INSERT /*+ APPEND */?
Perhaps it just means APPEND as opposed to REPLACE, i.e. don't delete the existing data before loading? Received on Thu Sep 29 2005 - 17:47:07 CDT
![]() |
![]() |