tovohery
Technical User
- Jul 25, 2006
- 45
When i try to create a job with crontab in AIX 5.3, it doesn't work. Does someone may help me.
This is my script in crontab
20 15 * * * sh /home/oracle9i/Import/ferma.sh
The ferma.sh is below
#!/usr/bin/sh
ORACLE_HOME=/data1/oracle/product/9.2.0
export ORACLE_HOME
sqlldr adm/adm control='/home/oracle9i/Import/ferma.ctl' log='/home/oracle9i/Import/ferma.log'
Regards
This is my script in crontab
20 15 * * * sh /home/oracle9i/Import/ferma.sh
The ferma.sh is below
#!/usr/bin/sh
ORACLE_HOME=/data1/oracle/product/9.2.0
export ORACLE_HOME
sqlldr adm/adm control='/home/oracle9i/Import/ferma.ctl' log='/home/oracle9i/Import/ferma.log'
Regards