SQL Performance (MOSC)

MOSC Banner

how to exclude stats for one schema alone

edited Nov 25, 2017 3:26PM in SQL Performance (MOSC) 10 commentsAnswered ✓

Hello,

We want to exclude stats collection for only one schema and how can we do that ?

exec dbms_scheduler.disable('SCHEMA1.GATHER_STATS_JOB'); ---- didn't work...

Below is what we see....

SELECT client_name, status FROM dba_autotask_operation;

auto optimizer stats collection ENABLED

auto space advisor ENABLED

sql tuning advisor ENABLED

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