How are index hints used in an EIM process
Submitted by dtadmin on Sat, 12/24/2011 - 01:29
Enterprise Integration Manager (EIM) interacts with data objects (tables and columns) via SQL statements. How those queries are executed by the database in use is directly related to the EIM performance. Since optimization modes used by Siebel application differ among database platforms, index hints usages by EIM are different.
There are two EIM parameters related to index hints:
USE ESSENTIAL INDEX HINTS (TRUE by default)
USE INDEX HINTS (FALSE by default)
Below are suggested settings of the two parameters on different database platforms.
1. Oracle
USE ESSENTIAL INDEX HINTS = TRUE
USE INDEX HINTS = TRUE
2. MS SQL Server
USE ESSENTIAL INDEX HINTS = TRUE
USE INDEX HINTS = FALSE
3. DB2
Not applicable.
Related Articles:
Browse Categories
Navigation
User login
Readers who viewed this page, also viewed:
- Tracing Siebel server task with SQL Trace and TKPROF in Oracle (80.0%)
- How to Troubleshoot Database Errors Caused by Deleting Repositories using Siebel Tools (73.3%)
- Siebel session hints (66.7%)
- EIM Data Loading : Oracle function - Bulk Collect (60.0%)
- Siebel Server Component Event Logging (60.0%)
- Real time Siebel EIM (Enterprise Integration Manager) Interview Questions – Part 4 (53.3%)
- EIM Tuning - Reference (53.3%)
- indexing Siebel custom columns (53.3%)
- Handling Performance issues during CheckIn / CheckOut Process (46.7%)
- Siebel Database Layout Guidelines (46.7%)
If you love us, why not like ?
SUBSCRIBE

