Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How do I populate a LOV from a PL/SQL table
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
![]() |
![]() |