Develop on local Oracle instance

oracle

Solution

Oracle has an express edition as well. I believe it is more limited though (IIRC, you can only have one database on an instance)

Oracle XE

Problem

I want our team to develop against local instances of an Oracle database. With MS SQL, I can use SQL Express Edition. What are my options?

Original source