DB2 to Oracle database change - what SQL, PeopleCode changes need to be made
We are changing our platform for PeopleSoft application from DB2 to Oracle and I would like to find out what needs to change for example:
CURRENT DATE in DB2 now needs to change to SYSDATE in Oracle.
same when we subtract or add to the SYSDATE in DB2 we write as
"CURRENT DATE + 2 Days" in Oracle is "SYSDATE + 2"
If someone has a list I would really like to see this list of functions and other items that need to change.
regards
SOBEK