Exadata General (MOSC)

MOSC Banner

gathering stats in parallel with OLTP compression

edited Sep 10, 2012 9:47AM in Exadata General (MOSC) 2 commentsAnswered
The following question is posted in support of a query on the deprecated OTN Exadata Forum:

QUESTION
=============
I am trying to gather stats in parallel on a schema in which tables are OLTP compressed

The command I use is

BEGIN
DBMS_APPLICATION_INFO.set_module ('Gather Stats', user);
DBMS_STATS.GATHER_SCHEMA_STATS(ownname=>'schemaname', DEGREE=>64, estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE, method_opt => 'FOR ALL COLUMNS SIZE AUTO', CASCADE => TRUE, GRANULARITY => 'AUTO');
END;
/

I see blocker with wait event=PX Deq: Execution Msg
Waiter with wait event= PX Deq: Execute Reply

When I run ASH report all I see is : IPC send completion sync

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center