Quantcast
Channel: Doyensys Allappsdba Blog..
Viewing all articles
Browse latest Browse all 1640

Article 0

$
0
0
ORA-20001:BIN$5AYDAYFHTZIUS2DAU/WO7Q==$0 is an invalid identifier  &  ORA-06512:



This issue is caused by to while we are running below sql.

select
    table_name,
    stale_stats,
    last_analyzed
from
    dba_tab_statistics
 where
    owner = OWNER=>'<USER NAME>'
order by
    last_analyzed desc, table_name asc;
ast_analyzed desc, table_name asc;

ERROR at line 10:
ORA-20001: BIN$5AYDAYFHTZIUS2DAU/WO7Q==$0 is an invalid identifier
ORA-06512: at "SYS.DBMS_STATS", line 2082
ORA-06512: at "SYS.DBMS_STATS", line 2098
ORA-06512: at "SYS.DBMS_STATS", line 26789
ORA-06512: at line 1
******************************************************************
exec dbms_stats.gather_table_stats(OWNER=>'<USERNAME>',TABNAME=>'<TABLENAME>',cascade=>TRUE, ESTIMATE_PERCENT=>DBMS_STATS.AUTO_SAMPLE_SIZE);

                                     *
ERROR at line 10:
ORA-20001: BIN$5AYDAYFHTZIUS2DAU/WO7Q==$0 is an invalid identifier
ORA-06512: at "SYS.DBMS_STATS", line 2082
ORA-06512: at "SYS.DBMS_STATS", line 2098
ORA-06512: at "SYS.DBMS_STATS", line 26789
ORA-06512: at line 1

Solution:-

SQL> PURGE DBA_RECYCLEBIN;
SQL> alter system flush shared_pool;




Viewing all articles
Browse latest Browse all 1640

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>