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