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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How do I populate a LOV from a PL/SQL table

Re: How do I populate a LOV from a PL/SQL table

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Wed, 30 Oct 2002 20:31:21 GMT
Message-ID: <3DC04196.8833C30B@exesolutions.com>


P B wrote:

> I have a PL/SQL table and I want to make a LOV with it.
>
> How can I do that ?
>
> thanks

An LOV can only be created against a physical table, view, or synonym.

So replace your PL/SQL table with a global temporary table or a view.

Daniel Morgan Received on Wed Oct 30 2002 - 14:31:21 CST

Original text of this message

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