Skip to content
Delfino Nunez edited this page Aug 23, 2018 · 3 revisions

SQL Developer Reports

The SQL Developer Reports are provided as is without any warranty, please review them before using them. These reports are targeted for DBA task in mind, I use them on my day to day activity so I hope they are useful to anyone else.

SQL Developer Version

The reports run on the following version: Version 4.1.3.20

RAC

Some of the reports are modified to work on RAC (gv$ views) but others don't. If you need to make it work on RAC please modify them accordingly.

Installation

These are standard user reports and they can be imported in the standard way.

Please the read how to do it in the following links:

http://www.thatjeffsmith.com/archive/2015/03/how-to-share-reports/

Generic Reports

log_switches.xml

Allows you to see the log switches on the database per day/hour. The top panel it will show all the history of log switches aggregated by hour. The bottom panel will show the detail of log switches for a day clicked on the top panel.

long_operations.xml

Supports RAC

Display the long operations happening in the database, nothing complicated.

session_browser.xml

Allows you to see all the sessions currently running on the database plus more detailed information for a selected session.. The top panel show all the sessions in the database with some generic information. SYSTEM and BACKGROUND sessions are filtered. The bottom panel show session, process, waits, locks and more for a selected session. ##session_browser_unfiltered.xml The same as session_browser.xml but without any filtering.

table_locks.xml

RAC Supported

Display current locked objects.

tablespace_size.xml

Display tablespace total, used, free, %used, %free space usage. Top panel will list tablespaces and their space usage. Bottom panel will show the datafiles for a selected tablespace.

temp_segment_by_user.xml

Temporary segments by a user.

temp_usage.xml

Hash, sort segments by a user.

top_10_schema_size.xml

Just a top 10 schemas based on their size.

Data Guard Reports

dg_applied_sequences.xml

RAC Supported

Display the list of log sequences already applied to a standby plus other related information.

dg_processes_status.xml

** RAC Supported **

Display the list of processes (Arch, MRP, RFS, LNS) status. This will display different values if is run in the primary or standby.

dg_recovery_process_status.xml

** RAC Supported **

Just display the status for the MRP process.

dg_standby_logs.xml

Display standby log file information.

dg_status.xml

Display lag information, similar to DGMGRL show database. Notice that in RAC environments it might not show accurate results.

dg_status_all_instances-run_on_primary.xml

Display lag information, similar to DGMGRL show database. Notice that in RAC environments it might not show accurate results.

OEM Reports

The following reports are to be run under the sysman user.

oem_all_targets.xml

Display all the targets registered inside OEM.

oem_asm.xml

List ASM targets.

oem_databases.xml

List cluster and non-cluster databases.

oem_hosts.xml

List all the hosts.

oem_listeners.xml

List listeners.

oem_pdbs.xml

List PDBs.

oem_target_properties.xml

List a target properties like contact, lifecycle Status, platform,etc.

oem_target_types.xml

List OEM target types supported.