[collector]bugfix: non-supported character set when monitor GBK oracle (#84)

This commit is contained in:
tomsun28
2022-04-11 21:21:02 +08:00
committed by GitHub
parent 08a70092ee
commit b7eaabad1d
2 changed files with 5 additions and 1 deletions

View File

@@ -115,6 +115,11 @@
<artifactId>ojdbc8</artifactId>
<version>21.5.0.0</version>
</dependency>
<dependency>
<groupId>com.oracle.database.nls</groupId>
<artifactId>orai18n</artifactId>
<version>21.5.0.0</version>
</dependency>
</dependencies>
</project>