Container Database Driver is matching the connection url against a regex pattern - jdbc:tc:([a-z]+)(:([^:]+))?://[^\\?]+(\\?.*)? .
This is not accepting Oracle JDBC Connection String of the format - jdbc:oracle:thin:@myhost:1521:orcl
This is preventing to use Oracle container with JDBC URL.