Searching for the second "a" starting at position 1.
SQL> SELECT REGEXP_INSTR('This is a test for print a','a',1,2) position 2 FROM dual; POSITION ---------- 26 SQL>