Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

alternative to split command

830308Sep 15 2011 — edited Sep 15 2011
Hi,
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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 13 2011
Added on Sep 15 2011
9 comments
881 views