Migrating from WintelSQL to AIXOracle

We have a requirement to migrate webmethods6.1 (IS,TN,Broker) currently on win2k/Sql to AIX/Oracle.

Has anyone worked on a similar scenario and faced serious issues?

It will be great if someone can provide some feedback or suggestions or possible issues while doing this kind of migration?

I look forward to hear back,

Thanks & Regards,
-Nirjhar

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.

HTH