SQL Performance (MOSC)

MOSC Banner

DBMS_STATS.GATHER_FIXED_OBJECTS_STATS; >> not getting completed

EXACC database -


 Below mentioned gather stats job is running for 2 days now and still not completed.


[oracle@lonoccod04vc01-db6 ~]$ cat stat.sh

sqlplus "/ as sysdba" << EOF

alter session set container=LNCFF1D;

show pdbs;

BEGIN

DBMS_STATS.GATHER_FIXED_OBJECTS_STATS;

END;

/

EOF

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