select regexp_replace('1/5AN4/4145','/','',1,1) from dual;
Output : '15AN 4/41 45'
I have to replace regexp_repalce with SUBSTR