1. Create table in the database
CREATE TABLE speforums_bigtable (
id NUMBER(10),
created_date DATE,
lookup_id NUMBER(10),
data VARCHAR2(50)
);
2. Execute following script to create 1000000 rows of data. This may take some time to complete the operation...
This main use of this functions to return the current system time at any given point of time while loadrunner script is running.This function can be used to report transaction times , script starting time and end time.
Attached is a sample script for demo purpose.
Please share more methods to...