Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Menu
Transaction « PL SQL « Oracle PL / SQL
Oracle PL / SQL
PL SQL
Transaction
1.
Commit an insert statement in PL SQL
2.
set transaction use rollback segment
3.
The pragma is legal in top-level anonymous blocks:
4.
The pragma is not legal in nested blocks:
5.
The pragma is valid in both standalone and local subprograms.
6.
The pragma is valid in a packaged procedure.
7.
interaction between savepoints and autonomous transactions.
8.
Calling an autonomous function from SQL.
9.
Autonomous transactions.