Hi,
I want to run a sql query from a crontab.
I hav written a script which enters SQLPLUS , executes the query and directs the output to a flat file.
My problem is when Iam palcing the script in crontab it is throwing an error .But when executed in the prompt ,it is running.
pls give ur suggestions on that.