I'm using sqlplus to run a complex sql script and I'd like to be able to see the actual sql statement being run at the time along with the rest of the output. I've tried setting options such as 'set serveroutput' but I can't find the option that causes the sql being run to be written to stdout with the result.