Character String Functions Oracle PLSQL Tutorial

SQL>  SELECT SUBSTR('My address is 123 Fourth St.',-9,5) FROM dual;
SUBST
-----
ourth
SQL>