Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: pl/sql table and commit

Re: pl/sql table and commit

From: buko <ivan.bukovcan_at_gmail.com>
Date: 18 Nov 2005 00:47:51 -0800
Message-ID: <1132303671.361100.117600@g43g2000cwa.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US