I have created simple pipeline, Jdbc consumer(mysql) and at destination JDBC producer (oracle 12c).
It is giving me error like table doesn’t exist. But table is present in oracle DB.
To clear a doubt regarding the connection I cross checked by taking the same table in another pipeline JDBC consumer as origin to fetch data andI am able to fetch records. But Issue is destination.
Is anyone have solution on this. Please let me know.