Wednesday, October 26, 2011

Spool SQL in TOAD

If you are using TOAD, and want to get the SQL in order automate tasks or simply wonder what happens behind. You may like to check this below:

In TOAD, from main menu select:

Database -> Spool SQL -> Spool SQL to Screen

[caption id="attachment_312" align="aligncenter" width="286" caption="Spool SQL Menu Selection"][/caption]

And you will see every action is spooled in the below window.

[caption id="attachment_313" align="aligncenter" width="300" caption="Spool Output Window"][/caption]

Hope this helps!

No comments:

Windows (powershell) counterparts of Linux commands

You may find Windows mostly powershell equivalent of frequently used Linux commands here. I will update this post, with newer ones by the ti...