Siebel Business Process & Functionality (MOSC)

MOSC Banner

Tuning Siebel on Exadata

edited Jan 29, 2015 10:02AM in Siebel Business Process & Functionality (MOSC) 2 commentsAnswered

Hi,

We are running Siebel 8.2 on Oracle 11G Exadata. We have been tuning our sql using baselines.

This is proving to be high maintenance since the sql change frequently due to config change or users (changing columns to display etc).

We used to run our Siebel application on SQL Server before and when we tuned a sql (usually with an index) it fixed that query and also similar query.

All Siebel connections have the following session settings

ALTER SESSION SET OPTIMIZER_MODE = FIRST_ROWS_10 ;

ALTER SESSION SET HASH_JOIN_ENABLED = FALSE ;

ALTER SESSION SET "_OPTIMIZER_SORTMERGE_JOIN_ENABLED" = FALSE ;

ALTER SESSION SET "_OPTIMIZER_JOIN_SEL_SANITY_CHECK" = TRUE ;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center