Hi all,
I want to see input SQL statements in the log file when I run the script in SQLPlus. I have used this set command "SET ECHO ON" for this. However, the log file looks like this -
drop table table_A
*
ERROR at line 1:
ORA-00942: table or view does not exist
7444 rows deleted.
Commit complete.
Thus, the SQL statement is not visible if it is error free. Is there a way to get around this?
Thanks