Character String Functions Oracle PLSQL Tutorial

SQL>
SQL> SELECT INSTR('This is a test','abc',1,2)FROM dual
  2