| Author |
Ordinal Binding and Named Binding cannot be combined together
|
priya chitra
Greenhorn
Joined: Jan 04, 2013
Posts: 2
|
|
Hi. I am getting a similar message in callable statement as "ordinal binding and named binding cannot be combined together" when calling a procedure. The proc is returning null when calling through Java, whereas in SQL developer it is not returning null. The procedure has 14 IN parameters and 1 OUT Parameter "{call EMPLOYEE_INSERT_DTLS(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}" . Please help!
|
Priya
|
 |
Martin Vajsar
Bartender
Joined: Aug 22, 2010
Posts: 2384
|
|
Welcome to the Ranch, Priya!
You'll probably need to provide more information (see TellTheDetails ⇐ click). That would mean all of the code that pertains to the execution of this statement, preferably the definition of the stored procedure and also which database/version are you using. I believe you'll get some advice after that.
|
 |
 |
|
|
subject: Ordinal Binding and Named Binding cannot be combined together
|
|
|