Database protocols overview

VuGen creates database Vuser scripts by recording all the activity between a client and a database server.

Suppose that you have a database of customer information that is accessed by customer service personnel located throughout the country. You use database Vusers to emulate the database server servicing many requests for information.

A database Vuser can:

  • Connect to the server
  • Submit an SQL query
  • Retrieve and process the information
  • Disconnect from the server

Supported protocols

The following database protocols are supported:

  • Oracle Two-Tier
  • ODBC

The resulting script contains LRD functions that describe the database activity.

Back to top

Prerequisites

Protocol Recording requirements
32-bit applications only 32- and 64-bit applications
Oracle Two-Tier
  • 32-/64-bit operating system
  • 32-bit Oracle client
  • 32-bit AUTs
  • 64-bit operating system
  • 32 and 64-bit Oracle client
  • 32 and/or 64-bit AUTs
ODBC
  • 32-/64-bit operating system
  • 32-bit ODBC driver
  • 32-bit AUTs

For recording 32- and 64-bit AUTs:

  • 64-bit operating system
  • 64-bit ODBC driver
  • 64-bit AUTs
Replay on Linux machines requires unixODBC v.2.3.1 or later

Back to top

See also: