Consultor Eletrônico



Kbase P91039: How does the Generated APPEND hint influence the Oracle Bulk Load process
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/11/2004
Status: Unverified

GOAL:

How does APPEND hint generated by the Oracle Bulk Load process influence it

GOAL:

Does Oracle use the APPEND hint generated in Bulk Load process

FACT(s) (Environment):

Oracle DataServer

FIX:

The generated APPEND hint in the SQL generated by the Oracle Bulk load utility does not affect the process because it is ignored by Oracle. It is ignored because the SQL generated by the DataServer is INSERT with VALUES. Oracle does not support using the hint with INSERT with VALUES.