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:PL/SQL Exception

Re:PL/SQL Exception

From: <dgoulet_at_vicr.com>
Date: Wed, 09 May 2001 10:23:18 -0700
Message-ID: <F001.002FE214.20010509100224@fatcity.com>

There's no exception for that condition that I know of. SQL%NOTFOUND may get set though.

____________________Reply Separator____________________
Author: Kumanan Balasundaram <kumanan.balasundaram_at_qxl.com>
Date:       5/9/2001 8:46 AM

Hi all,

Do you know if an exception is raised for "0 rows updated." Take the following scenario but using PL/SQL.

select * from a;
C1
1
1
1
1

You get:
update a set c1 = 5 where c1 = 6;
0 rows updated.

Thanks
Kumanan



This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager.

This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com



--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Kumanan Balasundaram
  INET: kumanan.balasundaram_at_qxl.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: dgoulet_at_vicr.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed May 09 2001 - 12:23:18 CDT

Original text of this message

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