Symptom
- Unable to refresh or run a Webi Query in Infoview
- Query turns for hours without returning any results
- Oracle process reaches 100% CPU usage
Environment
- Business Objects Enterprise Xi 3.1 SP3
- Oracle 10.2.0.4.0
Reproducing the Issue
- Logon to Infoview
- Create a Webi report based on Oracle database
- Click run
- The query runs infinitely
Cause
- This is not a BOE defect but an optimization and configuration tuning on Database side issue.
- Oracle calculates every time, a different execution plan instead of reusing the plan of an already executed query.
Resolution
Modify the value of the Oracle parameter CURSOR_SHARING to FORCED.
Note:
Note:
- Oracle does not recommend setting
CURSOR_SHARING
toFORCE
in a DSS environment or if complex queries are used. - Star transformation is not supported with
CURSOR_SHARING
set toFORCE.
See Also
For more information see Also:
http://docs.oracle.com/cd/B19306_01/server.102/b14211/memory.htm
http://docs.oracle.com/cd/B19306_01/server.102/b14211/memory.htm
Keywords
oracle 100% cpu, webi, turn, runs infinitely, no results
Header Data
Released On | 19.12.2011 17:51:34 | ||
Release Status | Released to Customer | ||
Component | BI-RA-WBI Web Intelligence | ||
Priority | Normal | ||
Category | Problem | ||
Database |
|
No comments:
Post a Comment