Export_Table_Stats gave error ora 00932 in oracle 12c.
There is required to upgrade database from 10g to 12c.
So after successful upgradation , there is error ORA 00932 while i executed below statement to export table stats.
exec DBMS_STATS.EXPORT_TABLE_STATS('LM', 'BACKUP_CUST_PERF', NULL, 'savestats', NULL, TRUE);
While this same statement executed properly in Oracle 10g.
Could you please help for the same?
Thanks.