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: Analyzing a Trigger for Performance

RE: Analyzing a Trigger for Performance

From: Aponte, Tony <AponteT_at_hsn.net>
Date: Wed, 21 Aug 2002 13:44:26 -0800
Message-ID: <F001.004BBE99.20020821134426@fatcity.com>


Hi Hannah,

Have you looked into the DBMS_PROFILER and DBMS_TRACE packages? They can be used to trace PL/SQL execution and performance.

Tony Aponte
Home Shopping Network, Inc.

-----Original Message-----
Sent: Wednesday, August 21, 2002 5:01 PM To: Multiple recipients of list ORACLE-L

Hi,

I had noticed that one of our triggers is performing very badly. I had disabled the trigger to test replication and there was a issue with the trigger. When the developer changed the trigger and enabled it, replication slowed down to one record per second (other tables are being updated, instered, and deleted from).

        I analyzed the plans for all sql statements generated in the trigger itself and they are all using the correct indices etc. There are no full table scans etc. We have simliar trigger on our other replicated tables that are not seeing THIS bad performance.

        Any one have any suggestions/links for putting this trigger through the paces to determine the bottleneck?

Thanks,

        Hannah
--

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

Author:
  INET: johanna.doran_at_sungard.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: Aponte, Tony
  INET: AponteT_at_hsn.net

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 Aug 21 2002 - 16:44:26 CDT

Original text of this message

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