I was assigned the task of making our Java application work with Oracle Database. I don’t know where to start. I was hoping for an experience similar to working with MySQL or PostgreSQL, but there wasn’t such luck.
The answer to this question is a list of steps for installing and deploying an Oracle database for development, basic operations such as starting and stopping, creating and deleting schemas, and possibly even JDBC connection parameters.
A little about my project (although ideally the answer to this question will be as general as possible, and not tied to the specifics of my environment):
- Java (and Scala) web applications deployed in Tomcat
- Hibernate (currently connected to PostgreSQL and MySQL)
- Developer workstations run OS X; for deployment to Red Hat Enterprise Linux
source
share