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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Calling Package / Procedure

RE: Calling Package / Procedure

From: Jamadagni, Rajendra <rajendra.jamadagni_at_espn.com>
Date: Mon, 23 Apr 2001 06:15:22 -0700
Message-ID: <F001.002EF05D.20010423052559@fatcity.com>

Only way you could do that is to write a standalone function/procedure that would call the packaged function/procedure. Sorry there is no (documented) way. You must prefix the package name to the function or procedure when you execute.

Maybe this is due to name resolution algotithms ... what happens if there are two procedures with same name, same parameters in two different packages? In case of standalone functions and procedures, the names are stored in DBA_OBJECTS, so no duplicates can be created. By storing only the package name in the DBA_OBJECTS, oracle has in-fact provided a much flexible mechanism to overload the procedures or functions.

HTH
Raj



Rajendra Jamadagni MIS, ESPN Inc. Rajendra dot Jamadagni at ESPN dot com
Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.

QOTD: Any clod can have facts, but having an opinion is an art !


This e-mail message is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify ESPN at (860) 766-2000 and delete this e-mail message from your computer, Thank you.


--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Jamadagni, Rajendra
  INET: rajendra.jamadagni_at_espn.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 Mon Apr 23 2001 - 08:15:22 CDT

Original text of this message

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