Unable to generate ASH report due to error ORA-01722
======================================
When attempting to generate ASH report with "ashrpti.sql" or "ashrpt.sql",
it failed with ORA-01722.
Solution :
==========
Manually set DEFINE ON before executing ashrpt.sql
SQL> set define on
SQL> @$ORACLE_HOME/rdbms/admin/ashrpt.sql
WWSS
2 days ago
No comments:
Post a Comment