otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Reports / FTI and Other Analytics Integrating OTM / G-Log with Oracle Reports, FTI (OBIEE) and creating custom reports / analytics.

Tags: ,

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old October 5th, 2007, 21:39
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 816
Blog Entries: 7
Thanks: 53
Thanked 199 Times in 121 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
[SOLVED] Automatically Killing Long-Running Reports

Hello,

Had a problem with long-running reports (over 16 hours) for one of our clients. This was causing the Oracle Reports server to slow down incredibly and was putting a considerable strain on the OTM DB server.

In order to resolve this, we found a parameter for Oracle reports 10.1.2.0.2 that allows the reports engine to automatically kill threads that have run too long: engineResponseTimeOut

Change:
Code:
<engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="10" maxEngine="20" minEngine="10" engLife="50" maxIdle="30" callbackTimeOut="90000" jvmOptions="-Xms128m -Xmx1024m -Xss512k">
To:
Code:
<engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="10" maxEngine="20" minEngine="10" engLife="50" maxIdle="30" callbackTimeOut="90000" engineResponseTimeOut="30" jvmOptions="-Xms128m -Xmx1024m -Xss512k">
Where the value (in this case 30) is the number of minutes to let a report run before automatically killing it.

Hope this helps!

Thanks,
Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com

Last edited by chrisplough : October 5th, 2007 at 21:41.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Lat / Long rj5316 Database Administration 6 October 3rd, 2008 05:52
Rate ID Generate automatically new_otm Execution 4 April 13th, 2008 16:50
[SOLVED] OTM 5.5: CU3 running on Linux AS 3 Upd 4 with JRockit 27.3.1 ianlo Performance, Scalability and HA 1 August 30th, 2007 18:12
[SOLVED] RWServletProxy Exception: java.io.IOException when Running Reports chrisplough Reports / FTI and Other Analytics 2 May 8th, 2007 13:54
ORA-01031: insufficient priviledges while running @create_glog_users.sql idqpbi Email List Archive 0 December 13th, 2006 19:16



All times are GMT. The time now is 12:58.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37