Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Oracle SOA Suite 11g Performance Tuning Cookbook

You're reading from   Oracle SOA Suite 11g Performance Tuning Cookbook Featuring over 100 recipes, this handy cookbook will walk you through the different ways to optimize the performance of the Oracle SOA Suite 11g. Essential reading for administrators, developers, and architects.

Arrow left icon
Product type Paperback
Published in Jul 2013
Publisher Packt
ISBN-13 9781849688840
Length 328 pages
Edition 1st Edition
Arrow right icon
Toc

Table of Contents (19) Chapters Close

Oracle SOA Suite Performance Tuning Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1. Identifying Problems FREE CHAPTER 2. Monitoring Oracle SOA Suite 3. Performance Testing 4. JVM Memory 5. JVM Garbage Collection Tuning 6. Platform Tuning 7. Data Sources and JMS 8. BPEL and BPMN Engine Tuning 9. Mediator and BAM 10. Rules and Human Workflow 11. SOA Application Design 12. High Performance Configuration Index

Increasing large document threshold


By default, documents larger than 100 k are saved to the database, and the key for the document is passed around the server. If we have sufficient memory in our application, then increasing this threshold above 100 k will prevent frequent trips to the database.

Getting ready

You will need to install the SOA Suite with the Enterprise Manager Fusion Middleware Control component to use this recipe..

How to do it...

  1. Follow steps from 1 through 2 of the Setting the audit store policy recipe to navigate to the Advanced BPEL Configuration page.

  2. Locate the LargeDocumentThreshold property, and increase its value.

  3. Save your changes.

How it works...

The large document threshold is the size above which the document body is saved in the database, and a key to the body is passed between process instance components. If you have sufficient memory, you can increase this value to allow larger document bodies to be passed around in-memory, saving trips to the database, and increasing...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime