RJDBC parameterized query

I am trying to execute parameterised query for oracle database.I am using ojdbc6 driver.

My Code:
dbSendQuery(conn,"select *
from status where key>'20200114' and STATUS='2900' and release_key= ? ") is throwing following error
(ORA-01008: not all variables bound)

Quick help will be appreciated

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.