Connecting to Databases

How do I connect to an Oracle database with GenRocket Runtime?
In This Article  Oracle Database Connection Steps  Step 1 - Create a JDBC Config File (config.properties) Step 2 - (Optional) Encrypt the JDBC Config fi...
Fri, 4 Oct, 2024 at 10:23 AM
How do I connect to a MySQL database with GenRocket Runtime?
In This Article How to Connect to a MySQL Database Step 1 - Create a JDBC Config File (config.properties) Step 2 - (Optional) Encrypt the JDBC Config fi...
Fri, 13 Sep, 2024 at 7:41 AM
How do I connect to an IBM DB2 Database?
In This Article How to Connect to an IBM DB2 Database Step 1 - Download DB2 JDBC Driver and place in the $GENROCKET_HOME/lib/ folder Step 2 - Create a J...
Tue, 17 Sep, 2024 at 10:32 AM
How do I connect to a PostgreSQL database with GenRocket Runtime?
In This Article Step 1 - Create a JDBC Config File (config.properties) Step 2 - (Optional) Encrypt the JDBC Config file Step 3 - Update Your JDBC Organi...
Tue, 17 Sep, 2024 at 3:01 PM
How do I connect to a Snowflake database with GenRocket Runtime?
In This Article Step 1 - Create a JDBC Config File (config.properties) Step 2 - (Optional) Encrypt the JDBC Config file Step 3 - Update Your JDBC Organi...
Tue, 17 Sep, 2024 at 4:20 PM
How do I connect to a Redshift database with GenRocket Runtime?
In This Article Redshift Database Connection Steps  Step 1 - Create a JDBC Config File Step 2 - (Optional) Encrypt the JDBC Config file Step 3 - Update...
Thu, 12 Sep, 2024 at 11:59 AM
Running Scenarios: Optimize MySQL Database Insertion and Updating
Optimize MySQL Database Insert In order to make the data insertion faster, you need to append ?useServerPrepStmts=false&rewriteBatchedStatements=tru...
Fri, 16 Aug, 2024 at 11:28 AM
Generating Data for a Remote Database
Generating Data for a Remote Database The GenRocket engine generates data at approximately 10,000 rows per second. It merely hands off the data to a respec...
Wed, 30 Oct, 2024 at 2:21 PM
ERROR: Communication link failure
Reason: There are various reasons due to which a "communication link failure" exception can occur. Some of the reasons are listed below: ...
Sat, 17 Aug, 2024 at 8:32 AM