|  | 
				This post was updated on .
			 
		Oracle Database 12c
Red Hat Linux 6
 
 Hi,
 
 I am running a sqlloader script from crontab. In the log file, I am getting
 /home/jesh/MOB_DATA_jesh.sh: line 1: sqlldr: command not found
 
 My bash profile is as follows
 
 export ORACLE_HOME=/archicom/products/oracle/12.1.0/dbhome_1
 export ORACLE_SID=ARCHICOM
 export PATH=$PATH:$ORACLE_HOME/bin
 #PATH=$PATH:$HOME/.local/bin:$HOME/bin
 export PS1='archicom>'
 export PATH
 
 Regards,
 Roshan
 |