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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Problem with Create Procedure Syntax

RE: Problem with Create Procedure Syntax

From: Dax Mickelson <dax.mickelson_at_lightcom.net>
Date: Mon, 29 May 2000 23:11:44 -0600
Message-Id: <10512.107056@fatcity.com>


Thank you, Thank you, Thank you. I searched high and low on the Internet to find the answer to this problem with no avail. I should learn to ask the gurus first.

Do any of you have a URL to a PL/SQL website that would help me in the future with these types of problems. (Stupid as they are)

At 20:54 2000-05-29 -0800, you wrote:
>create procedure add_comm(emp_id number, new_comm number) as
>begin
>update emp set comm=comm+new_comm where empno=emp_id;
>end add_comm;
>/



Dax Mickelson -- CCNA, CCAI, OCP/DBO, CNA

____EFGH_JKLM___QRSTUVWXYZ


Received on Tue May 30 2000 - 00:11:44 CDT

Original text of this message

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