OCI Bulk Loader data & control file

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Veni
Participant
Posts: 45
Joined: Fri Oct 21, 2005 2:51 am

OCI Bulk Loader data & control file

Post by Veni »

Hi

Is any one help me in knowing where the OCI Bulk loader store the control and data file when we are using automatic option.

I wants to know the path of control and data file.

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

Post by chulett »

From what I recall - wherever you tell it to put it. It's a property in the stage.
-craig

"You can never have too many knives" -- Logan Nine Fingers
rleishman
Premium Member
Premium Member
Posts: 252
Joined: Mon Sep 19, 2005 10:28 pm
Location: Melbourne, Australia
Contact:

Post by rleishman »

If you are using the stage called "Oracle OCI Load", it doesn't use SQL*Loader in Automatic Mode, so there is no Control file. OCI (Oracle Call Interface) provides a programatic direct-path interface that allows DS to link the load code directly into the plugin.

I have another stage called "Oracle 7 Load" - I don't know how this one works, but I don't use it.
Ross Leishman
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

Hi

When in automatic mode control file is not created. Automatic mode establishes connection with the database and populates the data from the source to the database.

It creates control file only in the manual mode where the data is not populated to the database and control file is created.

--Balaji S.R
Post Reply