We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While Configuring new Source for Oracle Jdbc, we are unable to fetch table fields for the table.
2.3.8
env { "job.mode"=BATCH "job.name"="SeaTunnel_Job" "savemode.execute.location"=CLUSTER } source { Jdbc { "connection_check_timeout_sec"="30" "fetch_size"="0" "use_select_count"="false" "skip_analyze"="false" "split.size"="8096" "split.even-distribution.factor.upper-bound"="100.0" "split.even-distribution.factor.lower-bound"="0.05" "split.sample-sharding.threshold"="1000" "split.inverse-sampling.rate"="1000" parallelism="1" "result_table_name"=Table15533734300256 query="generated sql query" user="oracle_user" password=********* url="jdbc:oracle:thin:@//host-2:1521/ORACLEDB.visa.com" driver="oracle.jdbc.driver.OracleDriver" } } transform { } sink { Jdbc { "schema_save_mode"="CREATE_SCHEMA_WHEN_NOT_EXIST" "data_save_mode"="DROP_DATA" "create_index"="true" "connection_check_timeout_sec"="30" "batch_size"="1000" "is_exactly_once"="false" "max_commit_attempts"="3" "transaction_timeout_sec"="-1" "max_retries"="0" "auto_commit"="true" "support_upsert_by_query_primary_key_exist"="false" "multi_table_sink_replica"="1" "source_table_name"=Table15533734300256 "generate_sink_sql"=true database="ds_test" table="source table" user=mysql_user driver="com.mysql.cj.jdbc.Driver" password="******" url="jdbc:mysql://hostm:3306/databaseName" } }
1. Navigate to Seatunnel Web deployment 2. Create new synchronisation task. 3. Choose Oracle Jdbc as a source.
While fetching table Fields: HTTP GET http://sl73tskrapd841.visa.com:8801/seatunnel/api/v1/datasource/schema?datasourceId=15368238007488&databaseName=NLQDC&tableName=DFD_PO.TEDC_STATE_SEATUNNEL Response: { "code": -70001, "msg": "Datasource invalid. get table fields failed", "data": null, "failed": true, "success": false }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
What happened
While Configuring new Source for Oracle Jdbc, we are unable to fetch table fields for the table.
SeaTunnel Version
2.3.8
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
No response
Java or Scala Version
No response
Screenshots
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: