Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Print SQL statements with SQL Output

682150Apr 14 2009 — edited Apr 15 2009
I am a student learning SQL for Oracle 10g.
Our assignments are typically a set of problems that have a SQL statement as the solution.
We turn in the SQL statement and the SQL Output that the statement generated.
I use SQL Developer to create my scripts, print my files, etc. Very handy.
What I'd like to be able to do is to somehow combine the two printouts that I always generate.
So I'd like to have one report that has my SQL statement (Select * From Customers;) and
the SQL Output that this statement generated.
Is there anyway to do that in SQL Developer? Or possibly in some other tool?

Thanks for any help!
This post has been answered by -K- on Apr 15 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 13 2009
Added on Apr 14 2009
4 comments
1,104 views