After DB Upgrade From 12.1 To 18.0 Peoplesoft Complex SQL Query Returns No Rows
(Doc ID 2548286.1)
Last updated on NOVEMBER 26, 2021
Applies to:
PeopleSoft Enterprise HCM Talent Acquisition Manager - Version 9.2 to 9.2 [Release 9]Information in this document applies to any platform.
Symptoms
After an Oracle database upgrade from 12.1.0.2 to 18c, the SQL Statement with correlated sub-query returns no rows in Oracle 18c, but returns rows in 12.1.0.2.
select * from sysadm.ps_HRS_TEAM_ACT_VW Where Exists
( Select 'X' From sysadm.PS_HRS_TEAM_MEMBER M, sysadm.PS_HRS_RECR_PERS_I R Where M.HRS_TEAM_ID =
(select j.HRS_TEAM_ID from sysadm.PS_HRS_TEAM_ACT_VW j )
and R.EMPLID = M.EMPLID)
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |