I have a Java application that uses JDBC (via JPA) that was connecting to a development database using hostname, port and Oracle SID, like this:
jdbc:oracle:
This should be working: jdbc:oracle:thin//hostname:Port/ServiceName=SERVICE_NAME
jdbc:oracle:thin//hostname:Port/ServiceName=SERVICE_NAME