Oracle DB. Simple AWR report generation from the database itself.
From the version 10g, Oracle database let you to use AWR for system performance analisis.I will show you how to generate AWR report fast and simple. All commands are running under SYS user, but you can use another one with appropriate privileges. First, let’s compile simple report generation function. create or replace function AWR_HTML(in_begin_point in …
Oracle DB. Simple AWR report generation from the database itself. Read More »