Disclaimer
The views expressed are my own and do not necessarily reflect the views of Oracle.
Follow me on Twitter
-
Recent Posts
Archives
Oracle Related Resources
Other Interests
Category Archives: Oracle Database
orasetup
orasetup is one of the first utilities that I wrote when I started out working with Oracle databases. oraenv, in my opinion, just doesn’t have the flexibility to accommodate all of the the different environment variables for the various Oracle … Continue reading
Posted in Oracle Database
Comments Off on orasetup
SQL Monitor Active Reports
In Oracle Database SQL Monitor is an easy to use tool for getting details about SQL statement execution. We use it all the time for Database In-Memory queries. I even wrote a technical brief to explain how to create and … Continue reading
Posted in Oracle Database, Performance Tuning
Tagged in-memory, oracle, performance, SQL
Comments Off on SQL Monitor Active Reports
Oracle Logging Framework (OLF)
The Oracle Logging Framework (OLF) is an Oracle PL/SQL based logging and debugging utility that supports “levels” similar to Log4J. The key feature of the OLF is the ability to dynamically set a logging level based on almost any combination … Continue reading
Posted in Oracle Database
Comments Off on Oracle Logging Framework (OLF)