Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

This content has been archived and is no longer being updated.

Links may not function; however, this content may be relevant to outdated versions of the product.

Troubleshooting: High number of busy waits when using Oracle SecureFiles

Updated on June 27, 2016

Symptom

You might experience a high number of buffer busy waits when using Oracle SecureFiles for BLOB storage.

Explanation

An Oracle buffer busy wait occurs when a session cannot access a database block in the buffer cache because another session is either reading the block into the buffer or changing the buffer.

Solution

To minimize buffer busy waits:

  1. Upgrade your Oracle database to version 11.2.04 or later because earlier versions have more problems with SecureFiles.
  2. Set the hidden Oracle parameter _securefiles_concurrency_estimate to 50 by using the following command on your Oracle system:

    alter system set "_securefiles_concurrency_estimate"=50

  3. To reduce the number of concurrent requests, partition the table by using a composite range hash partition that is based on the pxCreateDateTime and pzInskey columns. Refer to your Oracle documentation for more information about creating a hash partition.
  • Previous topic Troubleshooting: Database-Saver-InsertUpdatefail error caused by multiple database schemas on one PegaRULES database
  • Next topic Troubleshooting: InvalidParameterException, database column aliases not found after JDBC driver update (DB2 LUW driver v4.12.55)

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us