Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: 8.1.7/HP-UX 11/Package Question #2
On Thu, 16 Aug 2001, mvergara_at_guidant.com wrote:
> I do not remember how to define a procedure in a package
> definition so that it is executed every time the package is
> called.
I haven't created packages, but I thought you didn't call a package. I thought you called a "method" of a package.
package.method
This can then execute whatever it has defined in the package as. So, in this execution is where you would make sure something is called. Or, are you trying to make sure that any package.method call executes a specific procedure?
> Can someone point me to the doco for this? Or give me a hint?
I believe this should suffice.
http://otn.oracle.com/docs/products/oracle8i/doc_library/817_doc/appdev.817/a77069/08_packs.htm#362
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Galen Boyer INET: galenboyer_at_hotpop.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Aug 16 2001 - 22:13:24 CDT
![]() |
![]() |