Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
As said in my previous answer, the DB server must be accessible from the place where the job runs, there is no move of any file from 1 machine to another, the file stay where it has been created by the job.
Hi Guys, I would like to use bulk components of Talend to load data into Oracle database. So my question is there any constraint such as (Talend and Oracle db) should be on same server??
or they can reside in individual servers (Talend installed in one server and Oracle on another server)?
Please reply to this if anyone have idea on this.
Thanks in advance
SQL*Loader must be installed on the machine where the job runs.
You don't need to run the job on the same server as the database engine.
Hi,
Thanks for the quick reply.
So you mean to say that (Talend and SQL*Loader) should be on same machine irrespective of where the database is installed right??
Hi,
got your point.
I have one more doubt.
So when I use tOracleOutputBulk and tOracleBulkExec for bulk load approach the file which gets generated in tOracleOutputBulk to be loaded by SQL*Loader will be created in the path mentioned where talend studio is installed right?
So sqlloader will use the file by connecting to the DB mentioned in the tOracleBulkExec and it will load right?
HI Guys,
Any reply??
My question is the file which will be loaded by bulk load component will be created in the server where Talend is installed right?
So how does talend move the file to db server and load the file ?
or it will connect to DB from talend and load the file?
Any idea on this??
As said in my previous answer, the DB server must be accessible from the place where the job runs, there is no move of any file from 1 machine to another, the file stay where it has been created by the job.