Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: AW: referencing package variables
Maybe pipleined function can help you if you are
>=9.2.
and just do directly select on the function.
select * from pkg.func(:name_of_variable);
You can use where
That will be less load then reading it from
user_source I think.
Regards,
Zoran
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Dec 22 2004 - 04:34:51 CST
![]() |
![]() |