[destination-oracle] ORA-01745: invalid host/bind variable name When syncing more data #38870
Labels
area/connectors
Connector related issues
autoteam
community
connectors/destination/oracle
team/use
type/bug
Something isn't working
Connector Name
destination-oracle
Connector Version
1.0.0
What step the error happened?
During the sync
Relevant information
When syncing data to Oracle I got this error:
flush worker error: java.sql.SQLSyntaxErrorException: ORA-01745: invalid host/bind variable name
After investigation, it seems this is due because there are too many bind variables in the sql query that Airbyte is trying to insert (I have around 200k rows and airbyte tries to insert 5 columns per row). Testing with the same table but with a limit worked.
I know that oracle destination is supported by the community and is not your priority, but there was an ongoing discussion here with the exact issue I am facing. However the link provided by @alafanechere in his last message is private... Is it possible to have an update of this issue?
Relevant log output
No response
Contribute
The text was updated successfully, but these errors were encountered: