Hi,
I have a Unix script, from which I call SQL Loader to load data into an Oracle database. I then want to run some more commands after this but only if the SQL Loader insert completed successfully.
Is there any way I can tell from my Unix Script whether or not the SQL Loader insert completed successfully?
Any ideas or suggestions appreciated.
Thanks