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: docs/en/connector-v2/source/Oracle.md
+9-15
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,6 @@ Read external data source data through JDBC.
12
12
> Flink<br/>
13
13
> SeaTunnel Zeta<br/>
14
14
15
-
## Using Dependency
16
-
17
-
### For Spark/Flink Engine
18
-
19
-
> 1. You need to ensure that the [jdbc driver jar package](https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc8) has been placed in directory `${SEATUNNEL_HOME}/plugins/`.
20
-
> 2. To support the i18n character set, copy the `orai18n.jar` to the `$SEATUNNEL_HOME/plugins/` directory.
21
-
22
-
### For SeaTunnel Zeta Engine
23
-
24
-
> 1. You need to ensure that the [jdbc driver jar package](https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc8) has been placed in directory `${SEATUNNEL_HOME}/lib/`.
25
-
> 2. To support the i18n character set, copy the `orai18n.jar` to the `$SEATUNNEL_HOME/lib/` directory.
@@ -43,9 +31,15 @@ Read external data source data through JDBC.
43
31
44
32
## Database Dependency
45
33
46
-
> Please download the support list corresponding to 'Maven' and copy it to the '$SEATUNNEL_HOME/plugins/jdbc/lib/' working directory<br/>
47
-
> For example Oracle datasource: cp ojdbc8-xxxxxx.jar $SEATUNNEL_HOME/lib/<br/>
48
-
> To support the i18n character set, copy the orai18n.jar to the $SEATUNNEL_HOME/lib/ directory.
34
+
### For Spark/Flink Engine
35
+
36
+
> 1. You need to ensure that the [jdbc driver jar package](https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc8) has been placed in directory `${SEATUNNEL_HOME}/plugins/`.
37
+
> 2. To support the i18n character set, copy the `orai18n.jar` to the `$SEATUNNEL_HOME/plugins/` directory.
38
+
39
+
### For SeaTunnel Zeta Engine
40
+
41
+
> 1. You need to ensure that the [jdbc driver jar package](https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc8) has been placed in directory `${SEATUNNEL_HOME}/lib/`.
42
+
> 2. To support the i18n character set, copy the `orai18n.jar` to the `$SEATUNNEL_HOME/lib/` directory.
0 commit comments