Problem connecting to Oracle
Hi. I first pulled the official docker image of oracle enterprise and I ran a command to create a container instance. So, when I check with "docker ps I get this:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2c55e8d0fa75 store/oracle/database-enterprise:12.2.0.1 "/bin/sh -c '/bin/ba…" About an hour ago Up 45 minutes (healthy) 0.0.0.0:32769->1521/tcp, 0.0.0.0:32768->5500/tcp OracleDB
I followed the guidance here and launched the instance with a "-p" parameter like they said here https://hub.docker.com/u/cageybee/content/sub-4bb0b7e5-e64f-4a91-bae7-670722f8b6ba
Now, when I check the port using the "docker port OracleDB" command, I get this
1521/tcp -> 0.0.0.0:32769
5500/tcp -> 0.0.0.0:32768
I tried different ways of trying to specify information when trying to create a connection in DataGrip and I just don't know what I'm doing wrong. Can somebody tell me what I need to input into the Data Source wizzard?
请先登录再写评论。
@Ramin Melikov,
Could you attach a screenshot of your data source's general tab?
I run Oracle in container and it works fine:
