W-dragan opened a new issue, #8618:
URL: https://github.com/apache/seatunnel/issues/8618

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   When the source is of Oracle type, CatalogUtils.java
   
org.apache.seatunnel.connectors.seatunnel.jdbc.catalog.utils.CatalogUtils#getCatalogTable(java.sql.ResultSetMetaData,
 
java.util.function.BiFunction<java.sql.ResultSetMetaData,java.lang.Integer,org.apache.seatunnel.api.table.catalog.Column>,
 java.lang.String)
   Unable to obtain correctly
   tableName = metadata.getTableName(1);
   databaseName = metadata.getCatalogName(1);
   schemaName = metadata.getSchemaName(1);
   Any of the following values is null
   
   ### SeaTunnel Version
   
   dev
   
   ### SeaTunnel Config
   
   ```conf
   {
       "env": {
           "job.mode": "BATCH",
           "parallelism": 1,
           "job.name": "测试oracle catalog同步问题"
       },
       "source": [
           {
               "skip_analyze": true,
               "url": "jdbc:oracle:thin:@//127.0.0.1:1521/ORACLE",
               "query": "SELECT ID, NAME FROM CDC.TEST001",
               "user": "xxxx",
               "driver": "oracle.jdbc.driver.OracleDriver",
               "password": "xxxx",
               "plugin_name": "jdbc",
               "result_table_name": "PP_WORK_ORDER_1860948140917751809"
           }
       ],
       "sink": [
           {
               "plugin_name": "console"
           }
       ]
   }
   ```
   
   ### Running Command
   
   ```shell
   -
   ```
   
   ### Error Exception
   
   ```log
   -
   ```
   
   ### Zeta or Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to