Skip to content

Category: ORACLE APPLICATIONS

Gather Statistics in R12 (and 11i)

What is ‘Gather Statistics’?

————————————-

When the data is updated continuously by updating, inserting or deleting of by  users (Functional/Technical/End users), it becomes necessary to gather statistics as the performance of database goes down.

Oracle has provided a nice solution for it. This can be done by simply submitting a request from EBS.  Oracle E-Business Suite provides concurrent programs that use the package FND_STATS to gather statistics for your applications database objects.

4 Comments

Configure Parallel Concurrent Processing (PCP) in EBS R12

Parallel Concurrent Processing (PCP):

PCP is the method by which we configure the Concurrent Manager in a multi tier environment with 2 or more concurrent nodes. This allows concurrent processing load to be distributed across the nodes and provides high availability in case of node failure. Managers migrate to surviving node (failover)when one of the concurrent nodes goes down and migrate back (failback) when the failed node comes back.

8 Comments