Re: EM13: Performance issue querying SYSMAN.GC_METRIC_STR_VALUES

From: Kellyn Pot'Vin-Gorman <dbakevlar_at_gmail.com>
Date: Thu, 23 Aug 2018 10:11:47 -0700
Message-ID: <CAN6wuX25S-s4WHsZf3=2c9tAx0rV8+wcXndEx=bx6bpOOvgA0g_at_mail.gmail.com>



Hey Rich,
Do you have the execution plan for this one and can you tell me if you ran fixed stats on this database after the upgrade?

Thanks,
Kellyn

[image: Kellyn Pot'Vin on about.me]

*Kellyn Pot'Vin-Gorman*
DBAKevlar Blog <http://dbakevlar.com>
President Denver SQL Server User Group <http://denversql.org/> about.me/dbakevlar

On Thu, Aug 23, 2018 at 9:54 AM Rich J <rjoralist3_at_society.servebeer.com> wrote:

> Hey all,
>
> I have a Metric Extension in EM 13.2.0.0.0 whose values are strings. But
> querying the SYSMAN.GC_METRIC_STR_VALUES view on the 12.2.0.1.0 OMS is very
> slow, taking 2 minutes to return the first 500 rows from the simple cursor:
>
> SELECT * FROM SYSMAN.GC_METRIC_STR_VALUES
>
> When trying to return metric values in past versions of EM, I've filtered
> the queries with various columns like:
>
> SELECT
> *
> FROM
> sysman.gc_metric_str_values
> WHERE
> entity_type = 'oracle_database'
> AND entity_name = 'myoradb'
> AND entity_guid = '8C686DE17F33936EAFB49CA9AE1A0E6D'
> AND metric_group_name = 'ME$myext'
> AND metric_column_name = ('fun_text')
> AND metric_column_guid = '6C80A9B8B5A3AD57D9412874F5B0BB2D'
>
> Still no joy. Since Oracle locks the stats on the SYSMAN schema, I've
> spent some time pulling apart the (many!) underlying views and tables, but
> bypassing the view seems like it could a maintenance issue for EM upgrades.
>
> Has anyone else seen poor performance on this view?
>
> TIA,
> Rich
>
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Aug 23 2018 - 19:11:47 CEST

Original text of this message