Skip to content

swesley/orclapex-rw-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

orclapex-rw-server

Capture Oracle Reports queue data to help migration analysis.

This is a copy of $ORACLE_HOME/reports/admin/sql/rw_server.sql

Following the instructions in this blog, we can record the Oracle Report requests in a table. This means we can analyse who is running which reports how often, which will help drive a migration plan to declarative APEX solutions, or perhaps integrate something like AOP.

  • Create schema
  • Create tables in schema
  • Add configuration to WLS, restart
  • Bathe in delicious log data (who, what, when, how long)

Identify those poorly performing reports by comparing the start and finish time.

I also raved about this on #ThanksOGB day.

About

Capture Oracle Reports queue data to help migration analysis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages