Oracle connection to Pluggable Database
TOM JAIN, August 13, 2016 - 5:50 pm UTC
Yes. It worked and my connection string looks like
Connection conn = DriverManager.getConnection(dbc:oracle:thin:@<host>:<port>/<PDB1>, username, password);
Thanks
August 14, 2016 - 5:44 am UTC
glad we could help