Hacker News new | ask | show | jobs
by hans_castorp 1278 days ago
To my knowledge IBM's DB2 too has an "Oracle compatibility" switch that makes it also support PL/SQL.
1 comments

Exactly. db2set DB2_COMPATIBILITY_VECTOR=ORA gives you Oracle compatibility. You can even get MySQL compatibility and I have actually used that once in the past.