Skip to content

Commit b6da060

Browse files
authored
[Fix][Doc] Fix outdated plugin path in oracle documentation (#8403)
1 parent 8a187b2 commit b6da060

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

Diff for: docs/en/connector-v2/source/Oracle.md

+9-15
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,6 @@ Read external data source data through JDBC.
1212
> Flink<br/>
1313
> SeaTunnel Zeta<br/>
1414
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.
26-
2715
## Key Features
2816

2917
- [x] [batch](../../concept/connector-v2-features.md)
@@ -43,9 +31,15 @@ Read external data source data through JDBC.
4331

4432
## Database Dependency
4533

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.
4943
5044
## Data Type Mapping
5145

0 commit comments

Comments
 (0)