Friday, June 13, 2014

ORA-01008: not all variables bound

Problem:

    While executing the callable statement or prepared statement, you may get this error.

Solution:

    Just check how many " ? " parameters you are using with your procedure call or prepared statement call.