Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread
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.


Thread View

Thread Author Date
Turn off Parameter Binding (escape the ? ch).John Stevens2010-07-20 19:25
      RE: Turn off Parameter Binding (escape the ? ch).Kubo Takehiro2010-07-20 23:41

Post a followup to this message