etl - Unable to export data to PostgreSQL from Oracle -


i have extract data oracle tables , copy them postgresql. able map both input , output files. on running connector component proper row fetching graphical image, when go table there no such data.

this 1 postgresql postgresql:

this 1 postgresql postgresql

trace_debug result after trace debug get

  • are trying read , write on same table in input , output ? (this problem).
  • what kind of action using in output , insert, update, insert or update ?
  • did check if there lock on output table ?

Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -