MaksymBilenko / docker-oracle-12c

:whale: Docker image with Oracle Database 12c on board
Apache License 2.0
679 stars 285 forks source link

Not able to connect to database from spring boot application running in same container #142

Closed ranjith-shady closed 4 years ago

ranjith-shady commented 4 years ago

I get Caused by: oracle.net.ns.NetException: Unknown host specified when trying to connect to database. I tried using database.jdbc.url=jdbc:oracle:thin:@oracle:1521/XE --> oracle is the name given while starting the container database.jdbc.url=jdbc:oracle:thin:@localhost:1521/XE database.jdbc.url=jdbc:oracle:thin:@docker-IP:1521/XE

ranjith-shady commented 4 years ago

I had to put oracle under same network as other application. After that it started working.