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 -> Re: Stored Procedures

Re: Stored Procedures

From: Alexander I. Doroshko <aid_at_grant.kharkov.ua>
Date: 22 Sep 1999 08:34:55 GMT
Message-ID: <01bf04d4$e9567b00$190114c1@sister.grant.UUCP>


Steven R Fuller <srfuller_at_doitnow.com> wrote in article <37E8405B.ED1F616F_at_doitnow.com>...
: OK I am asking someone for help PLEASE..and no smart ass comments.
 

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

                                                         ^^^

: End Log_execution
: ;

You haven't put the semicolon after the insert statement.
:
: I get the message procedure compiled with multiple errors.
The knowledge of these errors usually helps to answer. --
 Alexander I.Doroshko, aid_at_grant.kharkov.ua Received on Wed Sep 22 1999 - 03:34:55 CDT

Original text of this message

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