|
|
![]() |
|
HTML
Manuals
|
|||
![]() |
|||
| PL/SQL Developer can provide context sensitive help through Oracle's on-line HTML Manuals in three ways: | |||
| In the PL/SQL Editor and SQL Editor you can press F1 to search for the currently selected word. | |||
|
In the PL/SQL Editor you can double-click on a compilation error to jump to the corresponding paragraph in the Error Messages manual. The screenshot above is an example of this. |
|||
| Whenever a runtime error occurs, a Help button allows you to jump to the corresponding paragraph in the Error Messages manual. | |||
You can make a selection of manuals that you want to use for context sensitive help. Manuals that are typically relevant during PL/SQL Development are the SQL Reference, PL/SQL Reference, Error Messages, Application Developer's Guide and Server Reference. With the proper manual selection, all information that you need is immediately available.
|
|||