UPPER() in custom sql

trying to generate custom SQL query with Oracle but

$sql .= " WHERE FIRST_NAME LIKE UPPER ('".$_GET['dhx_filter[0]']."%') ";

UPPER not working ??

Can you share a full php code please ?