Categories
- All Categories
- 89 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14.1K Oracle Analytics Forums
- 5.3K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 50 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations Gallery
- 2 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
BIP Reports are ending in Error with ORA-56733: logical I/O limit exceeded - call aborted
BIP Reports completing with 'Time Out' ERROR after running around 3 hours and exceeding the Data Model 'Query Time out" limit and displaying below error message
Waiting Time: 0.7 seconds
Data Fetch Time: 2.7 hours
Total Execution Time: 2.7 hours
Job Priority: Normal
Waiting Time: 0.7 seconds
Data Fetch Time: 2.7 hours
Total Execution Time: 2.7 hours
Job Priority: Normal
Job processor caused exception
[INSTANCE_ID=bip.bi_server1] [INSTANCE_JOB_ID=1290578]
Error getting report data
[INSTANCE_ID=bip.bi_server1] DataException:[INSTANCE_JOB_ID=1290578] SQL execution was terminated by DB resource manager as the sql execution time exceeded the limit of 18000 seconds.
oracle.xdo.servlet.data.DataException: oracle.xdo.servlet.data.DataException: oracle.xdo.servlet.data.DataException: oracle.xdo.XDOException: java.sql.SQLException: ORA-56733: logical I/O limit exceeded - call aborted
oracle.xdo.servlet.data.DataException: oracle.xdo.serv
Best Answer
-
Hi @User_IZ7U4
sql execution time exceeded the limit of 18000 seconds ,
Can you refer below -
FA-SAAS SQL Guardrails for Long-Running BI Reports and Queries (Doc ID 2884584.1)
Regards,
Arjun
0
Answers
-
0
-
@User_IZ7U4 - In the context of Business Intelligence Publisher (BIP), "Data Fetch Time: 2.7 hours" means that the process of retrieving the required data from the source database or data source took 2.7 hours. This duration includes the time needed to execute the SQL queries, fetch the data, and possibly any additional data processing or transformations performed before the data is available for report generation.
Please let us know when you execute the query directly on the DB, how much time does it take to complete. Also, limiting the results by adding more search criteria or filters would also help overcoming this error.0 -
Thanks for the response. It is Oracle cloud 24A
0 -
Hi,
The best way to avoid this error is to create a custom ESS job for your BIP report. This works like a charm.
Regards
Jehosheba Amruthaluri.
0 -
There is a BIP custom report has ESS job Created but still it is showing below error for me. Please help what to do
ORA-56733: logical I/O limit exceeded - call aborted
0 -
@Sowbhagya B Work on improving the performance of your query and try adding a /*+ parallel(4) */ hint in your select query.
Regards,
Jehosheba Amruthaluri
0