I'm trying to connect my oracle database to ords. They are both running in their own docker image. I can easily connect to the database from both sqlcl and datagrip, using a jdbc-url: jdbc:oracle:thin:@//localhost:1521/ORCLCDB.localdomain
As mentioned in the description for the image I have created a volume directory and added a connectionstring txt file:
CONN_STRING=dummy/<pwd>@jdbc:oracle:thin:@//localhost:1521/ORCLCDB.localdomain
CONN_STRING=dummy/<pwd>@localhost:1521/ORCLCDB.localdomain
I've tried several different formats but keep getting the same error message:
ERROR: Cannot connect to database please validate CONN_STRING has below shape:
user/password@hostname:port/service_name
