SQL Server 19 Siebel Upgrade Woes
Hi All,
Posting this here since figuring this out was a bit difficult.
We were seeing what we thought was "random slowness" after upgrading to IP 22 and Sql Server 19. For me a query that returned a single row from s_rr_streams ran well under 1 second but when Siebel executed the same it took nearly a minute!
After digging deep into SQL server I found a set of tables that provide much the same information as Oracle's AWR.
Turns out the plan Siebel was using was completely different than mine using SQL from the log file. The Siebel version was using a parametrized query where mine was just a select in SSMS.