database − RWP*Load Simulator database declaration and execution
Declarations
and execution of database and sql are documented at the
following pages:
databasedeclaration
Declare database connections with attributes like username, connect string, etc.
sqldeclaration
Declare variables that refer to static and dynamic SQL statements.
sqlexecution |
Execution of SQL or PL/SQL and cursor loops. | ||
sqlstatement |
Modify SQL variables. |
databasestatement
Execute anything else than SQL against some database, e.g. commit, ociping, etc.
Copyright © 2023 Oracle Corporation
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
databasedeclaration(1rwl), sqldeclaration(1rwl), sqlexecution(1rwl), sqlstatement(1rwl), databasestatement(1rwl)