Strange behavior after AWR data captured for Active Data Guard standby DB
We have implemented in our organization AWR data captured for Active Data Guard standby databases (according to Doc ID 2409808.1: How to Generate AWRs in Active Data Guard Standby Databases), and we are experiencing this strange behavior:
- DBA_HIST_ACTIVE_SESS_HISTORY is empty for the active DG. same goes with DBA_HIST_SYSMETRIC_HISTORY. also empty.
- Every LOB column are being cut after 4000 bytes. For example: in DBA_HIST_SQLTEXT, SQL_TEXT column is cut after 4000. Also in DBA_HIST_SQL_PLAN , OTHER_XML column is cut after 4000.
I wonder if anyone have implemented it, and whether they are experiencing the same phenomenon. If it happened to anyone else too, and you have managed to overcome this two situations, please share.