Commit frequency when using Oracle Load/Append

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Kryt0n wrote:
psbans wrote:For newcomers: to Suppress "Commit point reached" log add SILENT=FEEDBACK option

like this:

APT_ORACLE_LOAD_OPTIONS = OPTIONS(DIRECT=FALSE,PARALLEL=TRUE,SILENT=FEEDBACK)
Not that that helps the commit frequency but may save a few seconds.

FEEDBACK=SILENT makes more sense though, did you mis-type or they really configured it that way?
No, it really goes that bass-ackwards looking way. :wink:

Code: Select all

SILENT = [HEADER | FEEDBACK | ERROR | DISCARDS | ALL]
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply