Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Creating a Custom SOA Suite Purging Strategy | Matt Brasier [VIDEO]

Bob Rhubart-OracleJun 2 2015 — edited Jun 2 2015
https://www.youtube.com/watch?v=SXMb76lZ4PE

Matt Brasier, head of consulting at C2B2,  and co-author of  the Oracle SOA Suite 11g Performance Tuning Cookbook (2013, Packt Publishing) packs a lot of information about creating a custom Oracle SOA Suite purging strategy into his 2 minutes.

       

Click here to watch an earlier interview with Matt in which he talked about his book.

       

Want more 2 Minute Tech Tips? Click here.

       

      

Have an idea for a 2 Minute Tech Tip? Contact

     

Comments

Timo Hahn
This should be a normal operation as the sorting is done on the DB and not in memory (if you have not changed this).
If the sort is done on the db it execute the query again with a order by clause.

Timo
vikasadf
The table gets refresh automatically when you click on ascending or descending button.
If you need to refresh your table forcefully then use AdfFacesContext.getCurrentInstance().addPartialTarget(tableBinding);
you can write your code in short listener if you need to write your custom code.This code will be executed every time you click on ascending or descending button.

Edited by: 812903 on Mar 21, 2013 4:54 AM
1 - 2

Post Details

Added on Jun 2 2015
1 comment
1,582 views