Forum Discussion
I believe you need an opening /, as in:
/u01/app/oracle/product/12.1.0/dbhome_1/bin/sqlldr
Tried with opening / as /u01/app/oracle/product/12.1.0/dbhome_1/bin/sqlldr this also did not work.
- mthirani8 years agoEmployee
Have you tried using the suggestions in the snap for this field?
Also make sure the ORACLE_HOME, PATH and ORACLE_SID is set appropriately in the plex for oracle. For example:export ORACLE_HOME=“/u01/app/oracle/product/11.2.0/xe”
export ORACLE_SID=“XE”
export PATH=$ORACLE_HOME/bin:$PATH - cstewart8 years agoFormer Employee
Are you running on a Groundplex node that you have access to? (SQLLDR is not available in Cloudplex environments) .
- Hemanth8 years agoNew Contributor
I am executing using Cloud snaplex, Our Oracle DB is also on cloud.
- cstewart8 years agoFormer Employee
As Oracle bulk load uses the native utility, that is not available in Cloudplex environments. If you want to use endpoints requiring local utilities or libraries then you should use a Groundplex in your own domain, where you can provision those proprietary native resources. Other Snaps which use native libraries include SAP (ECC - BAPI and IDOCS), Tableau TDE formatter and SQL Server Bulk load.
- Surendar8 years agoContributor
Even I too facing the same issue. unable to access the SQLLDR in Groudplex as well. Kindly suggest me what is the solution for this?
- Hemanth8 years agoNew Contributor
I was using cloudplex, it did not work. Then tried using Groundplex, still did not work.