node-oracle icon indicating copy to clipboard operation
node-oracle copied to clipboard

time out for connection.execute

Open geekdeepika opened this issue 9 years ago • 1 comments

HI It will be nice if you can implement the time out feature for a query execution currently one of our query is taking very long time to execute and we wanted to comeback from query execution with time out

geekdeepika avatar Mar 17 '16 19:03 geekdeepika

Probably best to use the DB's resource manager. https://docs.oracle.com/database/121/ADMIN/dbrm.htm#ADMIN027

cjbj avatar Apr 01 '16 06:04 cjbj