enrikonewsgro...@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
[quoted text clipped - 3 lines]
>
> 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?