Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Getting started with notebook Python/PySpark
  • .profile Linux/Unix
  • Changing default shell Linux/Unix
  • catting.sh Linux/Unix
  • Good link for LIO in Oracle ( Logical IOs) Oracle
  • Formatter Explain plan Output 1 Oracle
  • MYSQL for Oracle DBA MYSQL
  • temp_use.sql diplays usage of temp ts Oracle
  • Important Script Method for tuning Oracle
  • 556976.1 Oracle Clusterware: Components installed Oracle
  • Oracle 11g Training on 29JAN1010 Oracle
  • online_bkup.sql Oracle
  • create database syntax Oracle
  • FGA Part-I Oracle
  • dbms_job.submit example Oracle

Load testing on Oracle 19C RAC with HammerDB

Posted on 18-Jan-202418-Jan-2024 By Admin No Comments on Load testing on Oracle 19C RAC with HammerDB

When dealing with Oracle 19c Real Application Clusters (RAC), the process of capturing a workload from a source Oracle 19c RAC database and replaying it on a target Oracle 19c RAC database using HammerDB involves some additional considerations. Below are the revised steps:

Capture and Replay Workload from Source to Target Oracle 19c RAC

  1. Download and Install HammerDB:

    • Visit HammerDB website and download the latest version.
    • Follow the installation instructions for your operating system.
  2. Install Oracle Client:

    • Ensure that you have the Oracle client installed on the machine where HammerDB is running.
    • Set up the necessary Oracle client configurations.
  3. Launch HammerDB:

    • Start HammerDB after the installation.
  4. Configure Source Database Connection (Source Oracle 19c RAC):

    • Go to the “Session” menu and select “Define Database.”
    • Choose “Oracle” as the database type.
    • For RAC, enter connection details for one of the nodes in the source Oracle 19c RAC cluster:
      • Hostname: <Node 1 hostname>
      • Port: <Oracle port>
      • Service Name: <Source Oracle service name>
      • Username: <Your source Oracle username>
      • Password: <Your source Oracle password>
    • Click “OK.”
  5. Capture Workload from Source Database:

    • In the “Session” menu, select “Define Workload.”
    • Choose “Capture Workload.”
    • Specify the capture options and start the capture process.
    • Perform the operations on the source Oracle 19c RAC database that you want to capture for the workload.
  6. Save Captured Workload:

    • Save the captured workload to a file. This file will contain the SQL statements and transactions performed during the capture.
  7. Configure Target Database Connection (Target Oracle 19c RAC):

    • Go to the “Session” menu and select “Define Database.”
    • Choose “Oracle” as the database type.
    • For RAC, enter connection details for one of the nodes in the target Oracle 19c RAC cluster:
      • Hostname: <Node 1 hostname>
      • Port: <Oracle port>
      • Service Name: <Target Oracle service name>
      • Username: <Your target Oracle username>
      • Password: <Your target Oracle password>
    • Click “OK.”
  8. Configure Replay on Target Database:

    • In the “Session” menu, select “Define Workload.”
    • Choose “Replay Workload.”
    • Specify the replay options, load the previously saved captured workload file, and configure the target Oracle 19c RAC database connection.
  9. Run Load Test on Target Database:

    • Start the load testing by selecting the “Run Benchmark” option in HammerDB.
    • Monitor the progress of the test, which now replays the captured workload on the target Oracle 19c RAC database.
  10. Analyze Results:

  • Review the detailed performance metrics and statistics provided by HammerDB after the load test completes.
  • Analyze the impact of the replayed workload on the target Oracle 19c RAC database.

These steps are tailored for Oracle 19c RAC. Always refer to the official documentation for accurate and up-to-date information, and ensure that you have the necessary permissions and licenses for performing load testing on both Oracle 19c RAC databases.

 

Oracle

Post navigation

Previous Post: Add new columns in dataframe
Next Post: Transfer SQL Profiles from One database to other database.

Related Posts

  • TRUNCATE Privs Oracle
  • find_idle_cpu.sql Oracle
  • OEM-Commnds Oracle
  • Temporary Tablespace Information and restriction. Oracle
  • TNSNAMES entries details Oracle
  • Find_planinfo.sql Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Implementing Listener Security Oracle
  • ENQ: KO – FAST OBJECT CHECKPOINT tips Oracle
  • good note for shared pool tunnig Oracle
  • Database link password in user_db_links Oracle
  • move_arch_files.ksh Linux/Unix
  • Generating XML from SQLPLUS Oracle
  • Wait Based Tuning Step by step with SQL statement Oracle
  • How to sort list of files on basis of their sizes. Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme