My need is to be able to pass a large XML string to Oracle, prefferably via ADO.
I have tried using a stored procedure and get the error that the string literal is too long.
I have tried using straight up inserts and get a similar error.
Any idea of how I can get around this?
Start Free Trial