java.lang.Object
org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.AbstractURLParser
org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.OracleURLParser
All Implemented Interfaces:
ConnectionURLParser

public class OracleURLParser extends AbstractURLParser
OracleURLParser presents that how to parse oracle connection url.

Note: OracleURLParser can parse the commons/TNS connection url. the commons connection url is of the form: jdbc:oracle:(drivertype):@(database), the other the form of connection url cannot be parsed successfully.