PL/SQL - Pragma

Card Puncher Data Processing

About

In PL/SQL, a pragma is a directive that instructs the compiler to perform a compilation option.

A pragma is a compiler directive that is processed at compile time, not at run time.

List

Documentation / Reference





Discover More
Card Puncher Data Processing
PL/SQL - (Exception|Error Handling)

An exception is an error thrown: internally (by the run-time system) or by a PL/SQL program (user-defined). You cannot declare an exception twice in the same BEGIN/END block. You can, however,...
Card Puncher Data Processing
PL/SQL - Autonomous Transactions (Pragma)

An autonomous transaction is anindependent transaction that can be called from another transaction, called the main transaction. Autonomous transactions are useful for actions that must be performed...



Share this page:
Follow us:
Task Runner