Siebel Business Process & Functionality (MOSC)

MOSC Banner

Duplicates issue in siebel.s_escl_req table

edited May 28, 2014 12:00PM in Siebel Business Process & Functionality (MOSC) 4 commentsAnswered

Hi All,

Can any one suggest how to eliminate duplicate records from siebel.s_escl_req table, as per the configuration we have one workflow police defined for the S_EVT_ACT records but it is creating multiple entries from some records,below is the sql query used for identifying the duplicates while processing.

SQL query used to identify duplicates:

select BT_ROW_ID, Count(*) from siebel.s_escl_req group by BT_ROW_ID having count(*)>1

Thanks,

Ram

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