| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.tools -> Re: PL\SQL package creation
DCP wrote:
> THANKS GUYS
>
> But none of the solution is working!
> I tried to insert a blank line after "/", even created a .SQL file and try
> to run it after changing VARCHAR TO VARCHAR2...
>
> None of these is working with me....
>
> Thanks you for helping me but i guess its two seperate sql commend so need
> to execute sepeate as 'Mark' said
Go to {ORACLE_HOME}/rdbms/admin
Look at how Oracle builds packages.
For example look at dbmssupp.sql
Note the last line:
@@prvtsupp.plb
dbmssupp.sql builds the package header.
prvtsupp.plb builds the package body.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Wed Sep 22 2004 - 18:31:05 CDT
![]() |
![]() |