alternative to split command
830308Sep 15 2011 — edited Sep 15 2011Hi,
We are migartion our application from oracle 10g to 11g.
I have this error in all the SP's which contains spilt ommand.
Error(28,80): PL/SQL: ORA-06575: Package or function SPLIT is in an invalid state
sample SQL:
cursor address(homeaddress IN varchar2) is select column_value from table(split(homeaddress,'^'));
Split command in the above statemnt doesnt compile. Is there an alternative. I have split_clob too. I want an alternative even for tht.
Can someone help me with this? Thanks!