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: updated rows count

Re: updated rows count

From: Yechiel Adar <adar76_at_inter.net.il>
Date: Thu, 30 May 2002 10:44:09 -0800
Message-ID: <F001.00470000.20020530104409@fatcity.com>


OPS, sorry

I thought that you mean one update that updates about 20,000 rows.

Yechiel Adar
Mehish
----- Original Message -----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Sent: Thursday, May 30, 2002 5:04 PM

> before the update:
> Select count(*) from table where .......
>
> Yechiel Adar
> Mehish
> ----- Original Message -----
> To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
> Sent: Thursday, May 30, 2002 3:48 PM
>
>
> Hi All!
> My client run big update 20,000 statements. I need to know how many rows
was
> updated (it's could be any number).
> I thinking about triggers , but this table can be updated not only with
this
> big update. Other users can update rows too.
> I need to know updated rows number just for this big update.
> Thanks.
>
> update assethdr set atopsys= 'MS Windows 95 4.00',atdept='256MB',
> atcapcty=850, atcapun=10000, atglcode='19.99GB', atus1='05/20/2002' where
> ataltnbr='0000000';
> update assethdr set atopsys= 'MS Windows 95 4.00',atdept='256MB',
atcapcty=
> 850, atcapun=10000, atglcode='19.99GB', atus1='05/17/2002' where
> ataltnbr='00000000';
> update assethdr set atopsys= 'MS Windows 2000 Pro 5.00',atdept='128MB',
> atcapcty= 400, atcapun=10000, atglcode='6.43GB', atus1='05/20/2002' where
> ataltnbr='00000296';
> ............................
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Greg Faktor
> INET: FAKTORG_at_wyeth.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: Yechiel Adar
> INET: adar76_at_inter.net.il
>
> 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: Yechiel Adar
  INET: adar76_at_inter.net.il

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 Thu May 30 2002 - 13:44:09 CDT

Original text of this message

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