Im running on a VM with CentOS and Oracle 11.2g XE.
I created a system that fetches Data from the Oracle DB (contains about 600K records) and displays them accordingly.
As i was optimizing the query and performance, i noticed that if i cancel my HTTP requests (Safari), i still see the session active in Oracle and is still running.
Now my questions:
- Is this normal behavior?
- Is there a way to tell oracle to stop a session once the HTTP request is cancelled?
Regards,