Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: beginner: packaging queries?
It is a trivial step to turn your anonymous plsql blocks into a
procedure or function, and then into a package should you choose.
Judging by the code in your other post, you can leave most of the code as is, just changing 'DECLARE' into the 'CREATE PROCEDURE...' statement. Received on Tue Apr 10 2007 - 03:43:45 CDT
![]() |
![]() |