Conversion Functions Oracle PLSQL Tutorial

SQL>
SQL> SELECT ROWID FROM employee WHERE ROWIDTOCHAR(ROWID) LIKE '%F38%'
  2