Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Stored Procedures

Stored Procedures

From: Steven R Fuller <srfuller_at_doitnow.com>
Date: Tue, 21 Sep 1999 19:35:07 -0700
Message-ID: <37E8405B.ED1F616F@doitnow.com>


OK I am asking someone for help PLEASE..and no smart ass comments.

I created a procedure in Oracle8 as follows

Create OR Replace Procedure Log_execution Is
Begin
Insert into Log_Table
(user_id, sys_time)
VALUES(user_id, sysdate)
End Log_execution
;

I get the message procedure compiled with multiple errors.

Any body have any suggesstions. In longer procedures when I test the the individual
code blocks, the work effortlessly, when I try to create the procedures they fail????


Received on Tue Sep 21 1999 - 21:35:07 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US