Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Getting Error While executing tOracleBulkexec component.

Hello All,
I have an input delimited file and I am loading the data into oracle table using tOracleBulkexec component ,but when I am running the job ,
I am getting the below error.I have also set path variable for oracle in my machine and the sqlldr utility is runni
"Exception in component tOracleBulkExec_1
java.io.IOException: Cannot run program "sqlldr": CreateProcess error=2, The system cannot find the file specified"
 
I have also set path variable for oracle in my machine and the sqlldr utility is running when  executing it from command prompt.
Please help me out for the solution.
Regard,
Bhavna

Labels (2)
1 Reply
Anonymous
Not applicable

The file that you are trying to load should be present on the oracle database server, not on your local machine from where you are running the command. Please make sure that file is present on that server.