ORACLE: GET NOTIFIED FOR TOP SQL’s ORDERED BY ELAPSED TIME

TOP SQL’s In this article,we will get notified for TOP SQL’s ORDERED BY ELAPSED TIME Step 1 : Create temporary tables to store  TOP SQL’s

Another table to store ALL SQL’s.

Step 2 : Create the below scripts to capture TOP SQL’s in tables… Read More

Oracle:HEALTH CHECK REPORT(Capturing Archive information).

Oracle:HEALTH CHECK REPORT(Capturing Archive information). In this article we will implement to capture the Archive information using Shell script. Lets create a table which can store Archive  information. Connect to SYS user and execute below statement.

Create unique index and primary key  on  ARCHIVE_USAGE_HISTORY… Read More

Oracle :How to find Historical TOP SQL’s

Oracle :How to find Historical TOP SQL’s. In this article we will see how to find out historical TOP SQL’s. The SQL Query to find Historical Top SQL’s.

Output : In screenshot Output in Text  Format :

Oracle : SQLTREND.sql