|
• |
SESSION_CACHED_CURSORS. Set this Oracle parameter to a value between 20 and 50. This causes Oracle to remember previously parsed SQL and, if the user session requests a parse of a SQL statement in the cache, then Oracle avoids the parse. |
|
• |
CURSOR_SHARING. Set this Oracle parameter to FORCE. This causes Oracle to substitute literals in SQL statements with bind variables, allowing otherwise unique SQL to be reused. |
|
SQL Parse Time (sec). The number of seconds since the last collection spent translating the SQL statements into an execution plan. This time includes checking for proper security authorization and checks for the existence of tables, columns, and other referenced objects. | |
|
Avg SQL Parse Time (sec). Average number of seconds since the last collection spent translating the SQL statements into an execution plan. This time includes checking for proper security authorization and checks for the existence of tables, columns, and other referenced objects. | |
|
SQL Parses (count). Number of parse operations since the last collection. | |
|
SQL Parse Time (sec). The number of seconds since the last collection spent translating the SQL statements into an execution plan. This time includes checking for proper security authorization and checks for the existence of tables, columns, and other referenced objects. | |||
|
Avg SQL Parse Time (sec). Average number of seconds since the last collection spent translating the SQL statements into an execution plan. This time includes checking for proper security authorization and checks for the existence of tables, columns, and other referenced objects. | |||
|
SQL Parses (count). Number of parse operations since the last collection. | |||
| |||
| |||
|
|
CPU Time (min). Total CPU time (minutes) for all the component’s tasks since the Siebel server started. | |||
|
SQL Execution Time (min). Total time (minutes) the Siebel component spent performing SQL execute operations since the Siebel server started. For SELECT statements, the amount of time spent identifying the rows if the statement requires a sort or uses FOR UPDATE. For INSERT, UPDATE, and DELETE statements, the amount of time spent modifying the data. | |||
|
Tasks (count). Total number of Siebel tasks started since the Siebel server started. | |||
| |||
|
|
Running Tasks. Current number of running tasks. | |||
|
Max Tasks. Maximum number of tasks defined for the component. | |||
|
Running MTS. Current number of MTServers. | |||
|
Max MTS. Maximum number of MTServers defined for the component. | |||
| |||
|