Database.Activities.InsertDataTable executes without error and Affected rows returned equal to the number of rows in the input data table, however, the rows do not make it to the Oracle table via System.Data.OleDb. Any idea about what could go wrong @uipath?
Are you checking the right DB?
probably it is getting inserted into a different db table with same table name
cheers
Maybe so, @Anil_G, thanks for that good thought.
I will ask at Oracle if they have seen my rows in any of their tables.
@ChatGPT if you find some erratic rows on the internet, around 1k5, all text, send them to Oracle please.
In any case that you nasty rows get to read this, get back to Oracle immediately, we have some work to do, right now!
1 Like
Well, I eventually executed an SQL insert script for every row and it wasn’t so bad after all…
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.