Hello, I'm stuck trying to run the ORDS container over the Oracle-db container. I made the connection string txt file wich is mandatory, the docker engine can read it but this is the output:
Cannot connect to database please validate CONN_STRING has below shape: user/password@hostname:port/service_name
my connection string:
CONN_STRING=sys/#mypwd#@172.xx.0.xx:1521/ORCLCDB
My oracle-db container is up and running, can connect to it in SQL Developer (user and pwd are ok, service_name and port are ok).
Anything else I can try?
Both oracle-db container and ords container are set to run in the same docker network (so network ok) I tried with the container ip (the one 170.xx.0.xx like from) as hostname, no luck.