Re: [External] Re: Flink table materialization

2024-11-17 Thread Feng Jin
ing API not table API, but I guess there the > matter is just the same. > > > > For the database in use (instead of ‘default’), I think you can specify > this in your JDBC connection string. > > > > Hope that helps 😊 > > > > Thias > > > > > &g

RE: [External] Re: Flink table materialization

2024-11-07 Thread Schwalbe Matthias
Sent: Friday, November 8, 2024 7:39 AM To: user@flink.apache.org Subject: [External] Re: Flink table materialization ⚠EXTERNAL MESSAGE – CAUTION: Think Before You Click ⚠ After correcting the properties of the connector, now iam getting the error in the screenshot I have also attached the jars

Flink table materialization

2024-11-07 Thread Jacob Rollings
Hi, I want to make the tables created by Flink Table API/SQL durable and permanent. To achieve this, I am trying the following basic example using the JDBC Oracle connector. I have added both the Flink JDBC and Oracle JDBC drivers to the Flink lib directory. I am using the Flink SQL client to run