Recently one of my collegue faced an error as "ORA-01006: bind variable does not exist". We could'nt rectify the reason for this error, later on, we discovered that there was a comma missing in callable statement parameter declaration.
it was something like ::
CallableStatement cstmt = dbConnection.prepareCall("{call my_new_proc(?,?,?,?" + "?,?" +")}");
which should be like ::
CallableStatement cstmt = dbConnection.prepareCall("{call my_new_proc(?,?,?,?" + ",?,?" +")}");
There can be many reasons for this error, but the one which we discovered was this one.
Cheers,
Ujjwal Soni
2 comments:
Needed to compose you a very little word to thank you yet again regarding the nice suggestions you’ve contributed here"Oracle Training in Chennai"
Very interesting, good job and thanks for sharing such a good blog. Thanks a lot…
Workday Training in Bangalore
Workday Courses in Bangalore
Workday Classes in Bangalore
Workday Training Institute in Bangalore
Workday Course Syllabus
Best Workday Training
Workday Training Centers
Post a Comment