I tried both these queries but none of them seem to work: I wish to fetch random rows from result set in oracle
select * from TABLE_NAME t where t.ent_application_id = 13101192 order by Dbms_Random.Random
select * from TABLE_NAME t where t.ent_application_id = 13101192 order by Dbms_Random.Value