Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Pl/SQL packages
If using dev 2000 you can store the procedure locally in your form or
library and when finished copy it over to the server side.
Mark
Jay McDougal wrote in message <374A0FEC.CE37F2A4_at_ee.net>...
>Can anyone tell me if it is possible to develop a PL/SQL
>package without storing it in the database every time the
>package is compiled?
>
>The eventual goal is to store every package in the database
>using the "CREATE OR REPLACE" command, but during
>the initial development and debugging process it is bothersome
>to store the package in the database every time it gets compiled.
>
>Is there a different approach that I am not aware of?
>Does the procedure builder in Dev 2000 provide a tool for this?
>
Received on Tue May 25 1999 - 03:03:29 CDT
![]() |
![]() |