Is there a way put a time limit on a query in PL/SQL. Say if I have a cursor/for loop and the corresponding query does not return data in 10 seconds, just continue and don't perform that operation.