I am getting ORA-1652 when doing a batch process. I would expect the transaction to be rolled back. This does not seem to be happening. I am using weblogic application server which on getting a sql exception will set the transaction properties on the stateless session EJB to rollback.
The rollback feature will work fine if I get some other oracle error say a table is missing etc.
Does anyone know of any reason why this is happening?
thx