Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0021805 | Openbravo ERP | A. Platform | public | 2012-10-01 10:57 | 2016-12-02 08:18 | |||||||
Reporter | malsasua | |||||||||||
Assigned To | caristu | |||||||||||
Priority | urgent | Severity | major | Reproducibility | always | |||||||
Status | closed | Resolution | no change required | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | caristu | |||||||||||
OBNetwork customer | No | |||||||||||
Web browser | Google Chrome | |||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0021805: In alert management, cursors are opened and never is closed [ORACLE] | |||||||||||
Description | In oracle database, when an alert is solved or created, cursor is opened and never is closed. SQLs that the cursors never are closed: UPDATE AD_ALERT SET STATUS = 'SOLVED', ... INSERT INTO AD_ALERT (AD_ALERT_ID, AD_CLIENT_ID, AD_ORG_ID, ... | |||||||||||
Steps To Reproduce | . install module: org.openbravo.alerts.accounting . delete accounting of a business partner category . run SQL: SELECT SID, sql_text, COUNT(*) FROM v$open_cursor GROUP BY SID, sql_text ORDER BY COUNT(*) DESC . run alert process immediatelly . new alert is created . run SQL: SELECT SID, sql_text, COUNT(*) FROM v$open_cursor GROUP BY SID, sql_text ORDER BY COUNT(*) DESC . the cursors opened have increased . add accounting to previous business partner category . run SQL again: SELECT SID, sql_text, COUNT(*) FROM v$open_cursor GROUP BY SID, sql_text ORDER BY COUNT(*) DESC . the cursors opened have increased | |||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | Performance | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2012-10-01 10:57 | malsasua | New Issue | ||||||||||
2012-10-01 10:57 | malsasua | Assigned To | => AugustoMauch | |||||||||
2012-10-01 10:57 | malsasua | Web browser | => Google Chrome | |||||||||
2012-10-01 10:57 | malsasua | Modules | => Core | |||||||||
2012-10-01 10:57 | malsasua | OBNetwork customer | => No | |||||||||
2012-10-01 10:58 | malsasua | Relationship added | depends on 0021125 | |||||||||
2012-10-18 10:45 | egoitz | Issue Monitored: egoitz | ||||||||||
2013-04-25 08:50 | alostale | Tag Attached: Performance | ||||||||||
2015-03-17 14:37 | alostale | Assigned To | AugustoMauch => platform | |||||||||
2015-11-11 11:31 | alostale | Status | new => acknowledged | |||||||||
2016-06-23 10:11 | NaroaIriarte | Assigned To | platform => NaroaIriarte | |||||||||
2016-12-01 13:25 | alostale | Priority | high => urgent | |||||||||
2016-12-01 14:12 | alostale | Assigned To | NaroaIriarte => caristu | |||||||||
2016-12-02 08:14 | caristu | Status | acknowledged => scheduled | |||||||||
2016-12-02 08:18 | caristu | Review Assigned To | => caristu | |||||||||
2016-12-02 08:18 | caristu | Note Added: 0091999 | ||||||||||
2016-12-02 08:18 | caristu | Status | scheduled => closed | |||||||||
2016-12-02 08:18 | caristu | Resolution | open => no change required | |||||||||
2016-12-02 08:19 | caristu | Note Edited: 0091999 | bug_revision_view_page.php?bugnote_id=0091999#r13946 | |||||||||
2016-12-02 08:21 | caristu | Note Edited: 0091999 | bug_revision_view_page.php?bugnote_id=0091999#r13947 |
Notes | |||||
|
|||||
|
|