Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 442 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 442 Bytes

Oracle 12C Docker

  • 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