Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Return Codes from PL/SQL Execute...
look at the "source" code for it,
$ORACLE_HOME/rdbms/admin/dbmssql.sql
for execute:
function execute(c in integer) return integer;
-- Execute the given cursor and return the number of rows
processed -- (valid and meaningful only for INSERT, DELETE or
UPDATE statements; -- for other types of statements, the return value is undefined and -- should be ignored). -- Input parameters: -- c
Lists--------------------------------------------------------------------ToREMOVE yourself from this mailing list, send an E-Mail messageto: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and inthe message BODY, include a line containing: UNSUB ORACLE-L(or the name of mailing list you want to be removed from). You mayalso send the HELP command for other information (like subscribing). Received on Mon Jun 25 2001 - 10:21:38 CDT
![]() |
![]() |