SQL>SQL> SELECT REGEXP_INSTR('This is a test for print SS','s',1,1,0,'i') position 2 FROM dual; POSITION---------- 4SQL>