Hi all,
I wanted to know if there was a way to spool to a single file in append mode ?
Say, my sql looks like:
---snip---
spool a
<do something1>
spool off
<do something, the output of which i do not want in file a>
spool a
<do something2>
spool off
---snip---
so the results of "do something1" and "do something2" are all there in my file a . Can this be done ?
I am sure my question proves I am a novice at this. Please help!
Thanks in advance,
Muskaan
***Most problems are nothing but lack of ideas***
I wanted to know if there was a way to spool to a single file in append mode ?
Say, my sql looks like:
---snip---
spool a
<do something1>
spool off
<do something, the output of which i do not want in file a>
spool a
<do something2>
spool off
---snip---
so the results of "do something1" and "do something2" are all there in my file a . Can this be done ?
I am sure my question proves I am a novice at this. Please help!
Thanks in advance,
Muskaan
***Most problems are nothing but lack of ideas***