Home » SQL & PL/SQL » SQL & PL/SQL » Can U clear up this statement on PACKAGES?
Can U clear up this statement on PACKAGES? [message #553] Wed, 20 February 2002 03:56 Go to next message
Micky
Messages: 18
Registered: January 2002
Junior Member
What is this implying:
THE PACKAGE ITSELF CANNOT BE CALLED, PARAMETWEIZED, OR NESTED.
cHEERS
M
Re: Can U clear up this statement on PACKAGES? [message #554 is a reply to message #553] Wed, 20 February 2002 04:35 Go to previous messageGo to next message
pratap kumar tripathy
Messages: 660
Registered: January 2002
Senior Member
called
------
u can not call a package e.g abc;
but u can call function or procedure defined in the package e.g. abc.xyz;

parameterized
-------------
the package can not have parameter like this
abc(i number);

nested
---------

u can not create package inside a package i.e local package , as u do in function or procedure.
Re: Can U clear up this statement on PACKAGES? [message #556 is a reply to message #553] Wed, 20 February 2002 05:15 Go to previous message
pratap kumar tripathy
Messages: 660
Registered: January 2002
Senior Member
visit www.geocities.com/pktripathy for details
Previous Topic: View Output Column Headers
Next Topic: About RELY on constraint
Goto Forum:
  


Current Time: Thu Mar 28 05:22:29 CDT 2024