Home » Applications » Oracle Fusion Apps & E-Business Suite » Tuning/Indexing Ebusiness suite tables
Tuning/Indexing Ebusiness suite tables [message #213156] Tue, 09 January 2007 12:24 Go to next message
Anand Ramaswamy
Messages: 111
Registered: January 2005
Senior Member
Hi All,
It is about 1 year after EBusiness Suite 11.5.10 implementation in our Organization.
After implementation there were lot of discoverer reports that were designed to be used.
The implementation team(external consultant) created views (Level 1) from Oracle base tables/views and created more views using Level 1 views and so on..

These views were used in Discoverer for showing the reports. Now since database has grown considerably, the reports designed has become too slow (Some of the reports take more than an hour to show).

I have no clue how to make it fast. Is there any particular approach that needs to be followed in this case? Can we index Oracle Tables (Ebusiness suite tables)?

Would appreciate some response for this.

Thanks in advance
qA
Re: Tuning/Indexing Ebusiness suite tables [message #213240 is a reply to message #213156] Tue, 09 January 2007 23:58 Go to previous messageGo to next message
adragnes
Messages: 241
Registered: February 2005
Location: Oslo, Norway
Senior Member
Anand,

There are several things you can consider such as:

  • tuning the queries - use the explain plan to see if you can rewrite them such that they go faster
  • materialized views - this basically stores the result of the query in the database so that when you run the report you get the results very quickly.
  • partitioning tables - partitioning table can improve performance if you are not interested in all the data when you run the reports, but only subsets
  • archive and purge - this reduces the amount of data in the tables, hence speeding the queries, but having to do this after only one year seems a bit too soon.


In some cases you can also add indexes without losing support such as on the GL_CODE_COMBINATIONS table.

--
Aleksander Dragnes
Re: Tuning/Indexing Ebusiness suite tables [message #213276 is a reply to message #213240] Wed, 10 January 2007 02:48 Go to previous messageGo to next message
Anand Ramaswamy
Messages: 111
Registered: January 2005
Senior Member
Thanks Aleksander,
I have few more questions:

1)Can we partition Ebusiness Suite tables eg. pa_expenduture_items_all?

2)What would be the Oracle support implication?


Regards,
qA
Re: Tuning/Indexing Ebusiness suite tables [message #213314 is a reply to message #213276] Wed, 10 January 2007 05:00 Go to previous message
adragnes
Messages: 241
Registered: February 2005
Location: Oslo, Norway
Senior Member
Anand,

The answer to your questions are yes. According to Steven Chan, director, Applications Technology Integration at Oracle, partitioning E-Business Suite tables is fully supported.

--
Aleksander Dragnes
Previous Topic: ATP has detected invalid objects ?
Next Topic: Questions
Goto Forum:
  


Current Time: Thu Jul 04 17:26:36 CDT 2024