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: Using packaged constants in queries

Re: Using packaged constants in queries

From: Alexander Miroshnikov <alexander_miroshnikov_at_hotmail.com>
Date: Thu, 28 Feb 2002 16:38:41 +0000 (UTC)
Message-ID: <400d3b626b64118fc0fb6b53631ad6e5.73752@mygate.mailgate.org>


Thank you very much for your help.

It seems that when PL/SQL looks at Oracle package it sees it as executable code plus a source of type definitions, session variables, etc. But when SQL looks at Oracle package it sees it only as executable code. Thus the only thing we can do with packages from SQL is to call packaged functions and procedures.

Thanks again.

-- 
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Received on Thu Feb 28 2002 - 10:38:41 CST

Original text of this message

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