| Message: 94287 |
 |
BY: John Stevens (johnwmstevens2) DATE: 2010-07-20 19:25 SUBJECT: Turn off Parameter Binding (escape the ? ch). Hello.
I'm using Ruby DBI and OCI8 to load PL/SQL into an Oracle 11g database. Unfortunately, the package body of several of my packages contains a question mark.
Ruby DBI interprets this as a parameter binding, and ends up scrambling the code so that it does not compile correctly.
Is there any way to tell DBI or OCI8 that the question marks are literal, and not to interpret them as parameter binding placeholders?
Thanks,
John S. | |