Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Dynamic SQL
Unfortunately, Forms 4.5 only allows you to use PL/SQL version 1.2. Dynamic
SQL is available with version 2.0. Therefore, you will have to use a stored
procedure to execute true dynamic code.
However, if you are merely changing the where clause, you can use the PRE-QUERY trigger to modify the where at run-time. Received on Thu Feb 25 1999 - 14:39:20 CST
![]() |
![]() |