Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

unable to create statistics

user957750Apr 19 2016 — edited Apr 22 2016

When I run dbms_stats either in sqlplus or through the scheduler I get the following message

BEGIN

DBMS_STATS.GATHER_TABLE_STATS('schema_name',table_name',DEGREE => 24);

END;

Error message :

ORA-29900: operator binding does not exist

ORA-06540: PL/SQL: compilation error

ORA-06553: PLS-907: cannot load library unit SYS.XQSEQUENCEFROMXMLTYPE (referenced by SYS.XQSEQUENCE)

ORA-06512: at "SYS.DBMS_STATS", line 34634

ORA-06512: at line 2

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 20 2016
Added on Apr 19 2016
7 comments
1,457 views