Toad -> Tool for Oracle Application Development
A product of Quest Software
Overview of Toad
-------------------
Toad provides the following features and benefits:
1. SQL Development
2. Data Management Reporting
3. PL/SQL Development
4. Application Development
5. Database Administration
6. Optimization and Tuning
Short-cuts:
-----------
F1 -> Help
F2 -> Toggle output Window
Shift+F2 -> Toggle Data Grid Window
F4 -> Describe Oracle objects like Table, view, Procedures, Functions, etc
F5 -> Executes the selection or entire screen as a script.
F7 -> Clear all text
Ctrl + L -> Convert text to Lower Case
Ctrl + U -> Convert text to Upper Case
Ctrl + Z -> Undo
Ctrl + Enter -> Execute the current query
Shift+F9 -> This will run only the SQL that your cursor is on. You do not need to highlight the line or the entire SQL statement; simply place your cursor anywhere inside the SQL statement and click SHIFT-F9.
Ctrl + F -> Find the String
No comments:
Post a Comment