Does Oracle 10g automatically escape double quotes in recordsets?
Posted
by bitstream
on Stack Overflow
See other posts from Stack Overflow
or by bitstream
Published on 2009-07-14T21:18:56Z
Indexed on
2010/05/20
6:10 UTC
Read the original article
Hit count: 164
I am encountering an interesting issue with an application that was migrated from Oracle 9i to 10g.
Previously, we had a problem when a field contained double quotes since Oracle recordsets encapsulated fields in double quotes.
Example: "field1"||"field2"||"field "Y" 3"||"field4"
Since the move to 10g, I believe that the Oracle client-side driver is parsing the double quotes and replacing them with "
Unfortunately I don't have an old 9i environment to test my theory.
Have you seen similar behavior or can someone validate if my theory is true?
© Stack Overflow or respective owner