Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: pl/sql table and commit
The code defined at the BEGIN section of package body gets executed
FIRST TIME you actually access package in the session. It's also called
Initialization.
Here you put only code you want to execute once without explicitly
calling it - for example some common initialization parameters can be
set here.
Received on Fri Nov 18 2005 - 02:47:51 CST
![]() |
![]() |