in reply to Failure to insert XML blob into oracle database
Your logfile claims that you run an "update" statement, but your program never runs an "update" statement.
You also have RaiseError set to 0 in your database handle.
I recommend first switching RaiseError to 1 so you see all errors your database wants you to know about.
I also recommend printing all the SQL and manually executing it with the placeholders replaced by their values.
|
|---|