Previously I was using the SQLPLUS Worksheet 2.0 for ORACLE 8.1.6 on a nt pc. Now, I have installed the new versions of SQLPLUS Worksheet 2.2.

My problem is when I run a sql script in worksheet 2.2, I don't see in the result windows the script itself. Let me explain. In the version 2.0, when I run a long script, with a lot of command, I could see in the results windows, every line in my script follow by the message of Oracle..(Index create, table create).

So I was able to quickly find, if an error occured, to find which command line has not work. But now in worksheet 2.2, I only see in the result windows the prompt of Oracle. Ex:

Index create
index create
table create...

and so on. So when I run a long script, I an error occured, I have to count every line to estimate which command as not work.

Do you know if there is a way to configure SQLPLUS Worksheet 2.2 to add the command line before it execute it. (For a log purpose).

Thank you very much, if you could halp me. (It's really bug me.)