Transaction « PL SQL « Oracle PL / SQL






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.