oracledb.js stops node-red on node.fetchRowsFromResultSet -> resultset.getRows due to a TypeError when deleting all rows from a table. ex: DELETE FROM [TABLE]
TypeError: Cannot read properties of undefined (reading 'getRows') at OracleServer.nodefecthRowsFromResultSet
This error can be 'ignored' using the node option to ignore results, however the exception should probably be caught and handled.