We use Oracle in production, but in our company it's difficult to install in development environments.
Is there a way to let Perl (or any other language) send raw SQL statements via the DBI module (or the equivalent module for any other language to send SQL commands to a database) which are translated from Oracle SQL into MySQL or SQLite or something else?
So the application would think it was talking to Oracle but actually be talking to a different, easier to install, open source/free database.