| René Nyffenegger's collection of things on the web | |
|
René Nyffenegger on Oracle - Most wanted - Feedback
|
execute [SQL*Plus] | ||
SQL>execute pl/sql statement SQL>exec pl/sql statement
Executes the given PL/SQL statement. That is, it basically wraps it in a begin..end block:
|