I'm getting this warning while executing a sqlloader script.
"Oracle::Sqlldr::parameterfile: this method is not yet supported at sqlldr.pl line 64
". When i execute it manually it's loading data into the table, but when i place this in crontab its' not inserting data as there is excption and that's how something screwed up durng execution from crontab.
This is line#64 code.
my $sqlldr = Oracle::Sqlldr->new(-db=>'ywedev');
Any idea what to do?