July 2015
Intermediate to advanced
288 pages
7h 26m
English
The Editor is used to develop procedures, functions, and packages. This is not a course on PL/SQL but a course on using the various Toad interfaces. This chapter introduces you to more code templates (called snippets), code substitution (kind of like Auto Replace but a bit more fancy), and the PL/SQL Debugger.
You can bring code in from the file system
or load from the database
. Notice the row of buttons where the cursor is in Figure 6.1. You can open files from your workstation’s file system or load existing PL/SQL code from ...