background image
<< Correlate variables in response | Assigning a Prefix to TUXEDO Command IDs >>
<< Correlate variables in response | Assigning a Prefix to TUXEDO Command IDs >>

Providing the Name of an Oracle Database

Setting Recording Options
6-30
TestManager determines that this is an item for correlation and adds an
http_find_values
function to your script. This function puts the
UNITED
STATES
value in a variable. Your script also contains a line that looks like this
{
string SgenRes_002[];
SgenRes_002 = http_find_values("Country", HTTP_FORM_DATA, 1);
#if 0
<UNITED STATES>
#endif
}
If you do not want
UNITED STATES
to be correlated, choose
Specific
Specific
Specific
Specific
but do not
select the Country name from the list. You do not have to rerecord the script; you
can simply regenerate it from the session.
Providing the Name of an Oracle Database
If you are using the network or proxy methods to record Oracle requests, you must
provide the name that the client application uses to connect to the Oracle database.
This name is in Oracle's tnsnames.ora file. You can later play back the script against
another Oracle database by changing this name.