kafka-connect-oracle
kafka-connect-oracle copied to clipboard
Kafka Source Connector For Oracle
Hi,Erdem As far as I know,when fetchSize > 1, but sql is 1, logminer will not be able to capture this redo sql due to DB fetch size. But, when...
Hi : I had already run the kafka Connect 17 days。Today I find suddenly has no data from the kafka connect。I checked the log,NO error,no warn,The last fetched data count...
Hello, Please can you help me i have this error : ERROR Stopping due to error (org.apache.kafka.connect.cli.ConnectStandalone) org.apache.kafka.connect.errors.ConnectException: Unable to initialize REST server at org.apache.kafka.connect.runtime.rest.RestServer.initializeServer(RestServer.java:215) at org.apache.kafka.connect.cli.ConnectStandalone.main(ConnectStandalone.java:87) Caused by: java.io.IOException:...
When update a column in table, in-case table has other not null column not be updated => exception occurs. For example: **I update column AGE only**. create table A_TEST (...
Is there a complete example of connecting to oracle12c pdb, including attribute configuration and oracle user configuration
How to execute log miner correctly in a pluggable database?
ERROR Error during create record on topic test xid :32001900F48E0000 SQL····· java.lang.NullPointerException at com.ecer.kafka.connect.oracle.OracleSourceConnectorUtils.createDataSchema(OracleSourceConnectorUtils.java:402)
Hi @erdemcer, As my understood, connector is running as single thread. Therefore, it will be a problem if a connector will have to read log for a lot of tables....
Hi, When there is no activity for few minutes, the connector is throwing an error continuously and nothing works anymore. `ERROR Error at poll java.sql.SQLRecoverableException: No more data to read...
This connector has a serious problem.I found that it could not capture a very large amount of data.I updated a table of 3 million rows and was unable to capture...