- The persistent data are located in the volume created with docker-compose file.
- Run instance of docker 12c
docker-compose up -d
- Exec bash into docker container
docker-compose exec oracle bash
- Exec sqlplus: once in the docker-container exec
sqlplus system/oracle
And now run your commands :) enjoy it