What is the difference between ORCLPDB1 and ORCLCDB?
I am trying to test the connection to a db jdbc:oracle:thin:@//xxx:1521/ORCLPDB1 – it works to connect to the cloud db via port forwarding jdbc:oracle:thin:@//xxx:1521/ORCLCDB – it does not work to connect to the cloud db via port forwarding However I read that the ORCLCDB (SID) shoud be specified in the flyway config and spring. datasource… Read More What is the difference between ORCLPDB1 and ORCLCDB?