use of dbms_addm.real_time_addm_report()
Hi, i've been reading about real time addm, and as it says its good to diagnose the database when it is hang or slow. Theres a function dbms_addm.real_time_addm_report() that shows a rerport of the last 5 minutes.
But the question is, how do i connect to the database if it is hang to be able to call this function?
regards