Forum Discussion
dmiller
8 years agoFormer Employee
I believe you need an opening /, as in:
/u01/app/oracle/product/12.1.0/dbhome_1/bin/sqlldr
- Hemanth8 years agoNew Contributor
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.