Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Unexpected /*+ ALL_ROWS */ in Siebel SQL

edited Oct 8, 2013 4:53AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 9 commentsAnswered
Hi All,
Whenever the property "Hierarchy Parent Field" is set in the BC, then Siebel will try to maintain parent-child relationships between the records. This is achieved by triggering an extra query with the hint /*+ ALL_ROWS */.

Now in my case, the BC is "Order Entry - Orders". For this BC, we have NOT set the property "Hierarchy Parent Field". So when i navigate to Order screen, the SQL that is triggered has no hints. This is perfectly fine.

Now when I do Print --> Export to export the records in Excel, the BS: SWE Query Exporter is invoked to export the records. Now Siebel again triggers the same query but now I see the extra query with the hint /*+ ALL_ROWS */.

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