Index | Home | Forums
Oracle PL/SQL Example 1-18 Techniques for Calling a Standalone Procedure From SQL*Plus
Example 1-18 Techniques for Calling a Standalone Procedure From SQL*Plus
CALL award_bonus(179, 1000);
BEGIN
award_bonus(179, 10000);
END;
/
-- using named notation
BEGIN award_bonus(emp_id=>179, bonus=>10000); END;
/
This page was created by oracleabc.com on Feb 23,2008 00:09:02
General comments and questions regarding this document should be sent by email to info@oracleabc.com or post your comments here