posted 15 years ago
HI All ,
I am facing a problem while writing a procedure .... please help me on this ....
I have to pass the parameter of type varchar2 to procedure . The parameter can have value like 1,2,3 .
Using that parameter i have to get some values from one table say 'select id from YY where XX in (input parameter);' I am getting ORA-01722 and ORA-06512 errors while execting the procedure . We are using Oracle 10 G .
How do i split the values ?
Thanks
Gireesh Mulage