we have a script that runs a sql sqript generating an output. 'spool' which can be used within the sql script to capture the output doesn't seem to work for some reason.
But we can send the output to an output text file.
The only problem is there are the usual oracle statements as you connect to sqlplus appearing in the output file.
So basically what I want to do is remove the top say 10 lines and the bottom five lines from the output file.
Anyone got any ideas ?
But we can send the output to an output text file.
The only problem is there are the usual oracle statements as you connect to sqlplus appearing in the output file.
So basically what I want to do is remove the top say 10 lines and the bottom five lines from the output file.
Anyone got any ideas ?