this is my function
create or replace FUNCTION split( i_str IN VARCHAR2, i_delim IN VARCHAR2 DEFAULT \':\' ) RETURN TABLE AS BEGIN RETURN SELECT