IMO, the number one thing you’ll run into is directory and filename issues. Find everywhere that directory paths are specified and make sure they use ‘/’ instead of ''. ‘/’ works in both environments. Check directory and filenames for case sensitivity.
Database services: you’ll want to confirm that services working dates/times still work properly. SQL Server and Oracle handle date/time strings differently so you may have some work there.