Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 597 Bytes

File metadata and controls

21 lines (16 loc) · 597 Bytes

For development purposes we need oracle database

Run oracle database locally

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 install

Sample schema

http://o7planning.org/en/10233/sample-oracle-database-for-learning-sql