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: Wed, 22 Sep 1999 06:00:23 GMT
Message-ID: <6EC14873F507D3119B8C0090273C4349061154@jdasoftware.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 Wed Sep 22 1999 - 01:00:23 CDT

Original text of this message

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