I have a problem while accessing Oracle database from JSP.
The query works fine, when I directly execute at the Oracle 8.1.6, SQL prompt, But it gives the following error when I try the same query from a JSP page.
ORA-01009: Missing mandatory Parameter
Why is this happening? i subsituted the variables wh=ith constants in the JSP page, even then it returns the same error.
I am using Classes12.zip.
Can anybody help me out.
Thanks in advance,
Venkat.