You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apm-sniffer/apm-sdk-plugin/jdbc-commons/src/main/java/org/apache/skywalking/apm/plugin/jdbc/connectionurl/parser/OracleURLParser.java
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@
27
27
/**
28
28
* {@link OracleURLParser} presents that how to parse oracle connection url.
29
29
* <p>
30
-
* Note: {@link OracleURLParser} can parse the commons connection url. the commons connection url is of the form:
31
-
* <code>jdbc:oracle:(drivertype):@(database)</code>,the other the form of connection url cannot be parsed success.
30
+
* Note: {@link OracleURLParser} can parse the commons/TNS connection url. the commons connection url is of the form:
31
+
* <code>jdbc:oracle:(drivertype):@(database)</code>,the other the form of connection url cannot be parsed successfully.
Copy file name to clipboardExpand all lines: apm-sniffer/apm-sdk-plugin/jdbc-commons/src/test/java/org/apache/skywalking/apm/plugin/jdbc/connectionurl/parser/URLParserTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -99,10 +99,10 @@ public void testParseOracleSID() {
0 commit comments