For running oracle locally you will need docker installed.
docker run -d --shm-size=1G --name dbadvisor -p 1521:1521 -v `pwd`/dbadvisor-integration-test/src/test/resources/scripts:/docker-entrypoint-initdb.d sath89/oracle-xe-11g
You can override host nad port for integration tests via system variables:
test.database.url=localhost
For build you can use maven oracle profile:
mvn clean installhttp://o7planning.org/en/10233/sample-oracle-database-for-learning-sql