use the following

select sql_text,last_load_time from v$sql where
last_load_time = (select max(last_load_time) from v$sql)