InterviewSolution
| 1. |
What Is The Purpose Of Session Sql Parameter In The Ifb File? |
|
Answer» This parameter specifies a user-defined SQL STATEMENT to be sent to the database server before other SQL statements for this process. This string is sent directly to the database and must be a single SQL statement suitable for IMMEDIATE processing. This parameter can be used to set tracing for performance analysis. Only one SESSION SQL parameter can be used in each process section. This parameter cannot be used to insert or update data in SIEBEL base tables. EIM SENDS the SQL statement directly to the database and may cause data loss for Siebel Remote and Siebel Replication Manager. This parameter specifies a user-defined SQL statement to be sent to the database server before other SQL statements for this process. This string is sent directly to the database and must be a single SQL statement suitable for immediate processing. This parameter can be used to set tracing for performance analysis. Only one SESSION SQL parameter can be used in each process section. This parameter cannot be used to insert or update data in Siebel base tables. EIM sends the SQL statement directly to the database and may cause data loss for Siebel Remote and Siebel Replication Manager. |
|