Re: PL\SQL package creation

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Wed, 22 Sep 2004 16:31:05 -0700
Message-ID: <1095895938.545050_at_yasure>


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:
_at__at_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 Thu Sep 23 2004 - 01:31:05 CEST

Original text of this message