I've been assigned the task of making our Java web application work with Oracle Database. I am not sure where to start. I was hoping for an experience similar to working with MySQL or PostgreSQL, but no such luck.
The answer to this question will be list of steps for installing and deploying an Oracle Database for development use, basic operations such as starting and stoping, creating and dropping schemas, and perhaps even JDBC connection parameters.
A little bit of background about my project (although ideally the answer to this question will be as general purpose as possible and not be tied to the specifics of my environment):
- Java (and Scala) web apps deployed in Tomcat
- Hibernate (currently connected to PostgreSQL and MySQL)
- Developer workstations run OS X; production deployments are to Red Hat Enterprise Linux