How-to configure Oracle Database monitoring
Posted: August 21st, 2008 | Author: TnT Admin | Filed under: How-Tos | Tags: LoadRunner, Monitoring, Oracle | 8 Comments »
Most of the time, with every application, there comes with the Database setup and most of the time, it’s Oracle (being the biggest player in the DB industry). Fundamentally, (1) it requires a Oracle client to be installed on the machine as a native client. (2) A valid account and privileges to the Oracle V$ tables that holds statistics. (3) Ensure that you can properly query from the Controller using the SQL tools and extract data from the V$ table and you should be fine with the setup. In this article, we will be providing the a typical connection to the Oracle database for monitoring (i.e. we will not be focusing on counters directly related for analyzing database performance).
Let’s go through an overview for implementing the Oracle DB. Basically, we are doing in this sequence: Read the rest of this entry »