SQL timeout in BIP12c
Hi,
The long running reports are failing due to SQL timeout error in BIP12c.
I set the following properties in xdo.cfg file, even though it is failing. The time is set for 50000secs but report is running for 600secs and failing.
Can anyone please help me how to get rid of this.
Error Message:
oracle.xdo.memoryguard.XDOQueryTimeoutException: SQL query time exceeds the limit (50000 sec). Stopped processing.
Properties set on xdo.cfg:
<config version="1.0.0" xmlns="http://xmlns.oracle.com/oxp/config/">
<properties>
<property name="xdk-secure-io-mode">true</property>
<property name="server.ONLINE_FORMATTING_PROCESS_TIMEOUT">50000</property>
<property name="server.ENFORCE_CUSTOM_REPORT_SQL_TIMEOUT">true</property>