SQL>SQL> select instr( 'Samantha', 'man' ) position from dual; POSITION---------- 31 row selected.SQL>SQL> --