Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle procedure newbie
In article <1151856151.210287.22080_at_v61g2000cwv.googlegroups.com>,
Bulldog says...
> Hello,
>
> I am trying to write a procedure using oracle sql plus. Everytime I
> run the create procedure command, I just get another sql line like its
> not ending. Here is what I am trying to do, maybe that will help.
>
<snip functional spec>
>
> Any assistance is appreciated!
>
>
Makre sure the last line of the "create procedure" statement (I am
assuming you are copying/pasting the entire procedure) contains the "/"
character. That tells sqlplus to execute the SQL entered.
HTH
-- jeremyReceived on Sun Jul 02 2006 - 12:06:45 CDT
![]() |
![]() |