Siebel Business Process & Functionality (MOSC)

MOSC Banner

Default where clause S_REPOUTPT_PSTN.RPT_GEN_DATE >= TO_DATE('12/31/1979 18:30:00','MM/DD/YYYY HH24:

edited Sep 28, 2018 5:57AM in Siebel Business Process & Functionality (MOSC) 9 comments

Hi,

When user navigates to My BIP view by default one where clause is getting added S_REPOUTPT_PSTN.RPT_GEN_DATE >= TO_DATE('12/31/1979 18:30:00','MM/DD/YYYY HH24:MI:SS'). Which is causing full table scan. Please suggest how we can remove this where clause or else modify this date to some other dates.

Below is the SQL generated when user navigated to this view.

SQL ID     : 6fav1qw8t94br

SQL Text   : SELECT

                   T6.CONFLICT_ID,

                   T6.LAST_UPD,

                   T6.CREATED,

                   T6.LAST_UPD_BY,

                   T6.CREATED_BY,

                   T6.MODIFICATION_NUM,

                   T6.ROW_ID,

                   T6.FILE_AUTO_UPD_FLG,

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