rule-id <rule-id> | Specifies the rule identification number that uniquely identifies the rule. |
<app-name> | Specifies the client application name (standard string expression). |
rpc-id <rpc-id> | Specifies the RPC identifier. |
num-params <num-params> | Specifies the expected number of parameters in the SQL query. |
rpc-query-regex <regex-match-for-rpc-query-string> | Specifies the RPC name (standard string expression). |
cursor-type <cursor-type> | Specifies the cursor type for the RPC query. Depending on cursor type, the client can read forward or backward, from beginning or end, or read an arbitrary position in the result set: • forward-only—Only the next rows can be read. The row pointer cannot be moved back. • dynamic—The rows must be read in forward or reverse relative to current row pointer. The row pointer cannot be moved to an arbitrary index except for first and last positions. • static—The rows can be read forward or reverse or at an arbitrary position. |