Multiple SET in Command scripts

I was thinking SET TERM OFF etc didn't work in the command window, but now I check, I find that it does. However what is NOT working is something like this:

set autoprint off term on autotrace off timing off feed off

The first item in the list is applied, and the rest are ignored. Of course I could just edit the script to give each item its own line, but it would improve compatibility with existing SQL*Plus scripts if this could work the way it does in SQL*Plus. Any chance of adding that to your to-do list?

Thanks
 
Back
Top