+ parallel optimizer hint in PS Query
I have a nice big, complicated query that sometimes will timeout. Our DBA suggested I add in a + parallel hint after the first select.
SELECT
/*+ parallel (4) */ TO_CHAR(D.PAY_BEGIN_DT,:"SYS_B_000"),………
However, I am not sure how to include this when building and runing via PeopleSoft query.
Help appreciated.
Thanks!
Alanna