flinksql??????

CREATE TABLE products ( 
     id INT NOT NULL, 
     NAME STRING, 
     PRIMARY KEY(id) NOT ENFORCED 
     ) WITH ( 
     'connector' = 'oracle-cdc', 
     'hostname' = '10.16.16.26', 
     'port' = '1521', 
     'username' = 'tmp_test0415', 
     'password' = 'tmp_test0415', 
     'database-name' = 'svdp', 
     'schema-name' = 'TMP_TEST0415', 
     'table-name' = 'TEST_1'); 
      
 select * from products;

??????
[ERROR] Could not execute SQL statement. Reason:
java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
ORA-01882: timezone region not found


??????????????????


??????


 

回复