Search Results interface
The FND_EXCLUDE_TABLE_STATS
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 serves a critical function in managing database statistics collection for tables that should be excluded from automated statistics gathering processes. This table is part of Oracle Applications' foundational technology layer, specifically within the Oracle Application Object Library (FND) schema. Its primary purpose is to prevent the Oracle Optimizer from generating suboptimal execution plans by excluding certain tables from statistics collection, particularly when those tables have volatile data, are temporary, or contain data that does not benefit from statistics-based optimization.
In Oracle EBS environments, maintaining accurate database statistics is essential for query performance. However, certain tables—such as temporary tables, logging tables, or tables with highly transient data—can negatively impact performance if statistics are collected on them. The FND_EXCLUDE_TABLE_STATS
table provides a centralized mechanism to identify such tables, ensuring they are skipped during statistics gathering jobs like those executed by the FND_STATS
or DBMS_STATS
utilities. This exclusion helps avoid unnecessary overhead and potential performance degradation caused by frequent statistics recomputation on irrelevant or volatile data.
The structure of the FND_EXCLUDE_TABLE_STATS
table typically includes columns such as TABLE_NAME
, SCHEMA_NAME
, and EXCLUDED_FLAG
, which together define the tables to be excluded. For example, a table marked with EXCLUDED_FLAG='Y'
will be bypassed during statistics collection. Administrators can manually populate this table or use Oracle-provided scripts to automate exclusions based on predefined criteria. Additionally, the table may integrate with Oracle's Auto Optimizer Statistics Collection feature, ensuring compatibility with broader database maintenance strategies.
In EBS 12.1.1 and 12.2.2, the FND_EXCLUDE_TABLE_STATS
table is particularly relevant in multi-organization (Multi-Org) and multi-language environments, where certain shared tables may not require statistics for all instances. By leveraging this table, administrators can fine-tune statistics collection to align with business requirements, reducing maintenance windows and improving system responsiveness. Proper configuration of this table is crucial, as incorrect exclusions can lead to performance issues, while missing exclusions may result in unnecessary resource consumption.
To summarize, the FND_EXCLUDE_TABLE_STATS
table is a strategic component in Oracle EBS for optimizing statistics management. It ensures that database performance tuning efforts are focused on relevant data, avoiding inefficiencies caused by volatile or temporary tables. Administrators should regularly review and update this table to reflect changing data patterns, ensuring optimal performance in dynamic EBS environments.
-
Lookup Type: OPEN_INTERFACE
12.2.2
product: FND - Application Object Library , meaning: Open interfaces for the Integration Repository , description: Open interfaces for the Integration Repository ,
-
Lookup Type: OPEN_INTERFACE
12.1.1
product: FND - Application Object Library , meaning: Open interfaces for the Integration Repository , description: Open interfaces for the Integration Repository ,
-
Lookup Type: FND_REP_OBJECT_TYPE
12.1.1
product: FND - Application Object Library , meaning: FND_IREP_INTERFACE_TYPES , description: Determines type of integration repository interface ,
-
Lookup Type: FND_REP_OBJECT_TYPE
12.2.2
product: FND - Application Object Library , meaning: FND_IREP_INTERFACE_TYPES , description: Determines type of integration repository interface ,
-
Lookup Type: IREP_CLASS_SUBTYPE
12.2.2
product: FND - Application Object Library , meaning: Interface Subtype , description: Denotes Sub Type of a Interface ,
-
Lookup Type: MENU_TYPE
12.2.2
product: FND - Application Object Library , meaning: MENU_TYPE , description: Determines the type of the menu ,
-
Lookup Type: MENU_TYPE
12.1.1
product: FND - Application Object Library , meaning: MENU_TYPE , description: Determines the type of the menu ,
-
Lookup Type: FND_REP_NAV_TREE_TYPE
12.2.2
product: FND - Application Object Library , meaning: Navigation Tree Progressions , description: Navigation Tree Progressions for Integration Repository ,
-
Concurrent Program: FNDBLOAD
12.2.2
execution_filename: FNDLOAD , product: FND - Application Object Library , user_name: FNDLOAD , description: Generic Loader , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Lookup Type: FND_REP_NAV_TREE_TYPE
12.1.1
product: FND - Application Object Library , meaning: Navigation Tree Progressions , description: Navigation Tree Progressions for Integration Repository ,
-
Concurrent Program: FNDBLOAD
12.1.1
execution_filename: FNDLOAD , product: FND - Application Object Library , user_name: FNDLOAD , description: Generic Loader , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Lookup Type: FORM_FUNCTION_TYPE
12.1.1
product: FND - Application Object Library , meaning: FORM_FUNCTION_TYPE , description: Determines the type of the function ,
-
Lookup Type: FND_REP_SERVICE_ENABLED
12.2.2
product: FND - Application Object Library , meaning: Service Enabled Interface Types , description: Service Enabled Interface Types in IREP ,
-
Lookup Type: FND_REP_SERVICE_ENABLED
12.1.1
product: FND - Application Object Library , meaning: Service Enabled Interface Types , description: Service Enabled Interface Types in IREP ,
-
Lookup Type: FORM_FUNCTION_TYPE
12.2.2
product: FND - Application Object Library , meaning: FORM_FUNCTION_TYPE , description: Determines the type of the function ,
-
Lookup Type: MENU_FORM_TITLES
12.2.2
product: FND - Application Object Library , meaning: MENU FORM TITLES , description: Form titles from FND_MENU_ENTRY.ACTION_ARGUMENTS ,
-
Lookup Type: MENU_FORM_TITLES
12.1.1
product: FND - Application Object Library , meaning: MENU FORM TITLES , description: Form titles from FND_MENU_ENTRY.ACTION_ARGUMENTS ,
-
Table: FND_EXCLUDE_TABLE_STATS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_EXCLUDE_TABLE_STATS, object_name:FND_EXCLUDE_TABLE_STATS, status:VALID, product: FND - Application Object Library , description: Default data for application interface tables , implementation_dba_data: APPLSYS.FND_EXCLUDE_TABLE_STATS ,
-
Table: WF_DIG_SIG_SPI_FLAVORS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_DIG_SIG_SPI_FLAVORS, object_name:WF_DIG_SIG_SPI_FLAVORS, status:VALID, product: FND - Application Object Library , description: digital signature service provider interface info table , implementation_dba_data: APPLSYS.WF_DIG_SIG_SPI_FLAVORS ,
-
Table: WF_DIG_SIG_SPI_FLAVORS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_DIG_SIG_SPI_FLAVORS, object_name:WF_DIG_SIG_SPI_FLAVORS, status:VALID, product: FND - Application Object Library , description: digital signature service provider interface info table , implementation_dba_data: APPLSYS.WF_DIG_SIG_SPI_FLAVORS ,
-
Table: FND_EXCLUDE_TABLE_STATS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_EXCLUDE_TABLE_STATS, object_name:FND_EXCLUDE_TABLE_STATS, status:VALID, product: FND - Application Object Library , description: Default data for application interface tables , implementation_dba_data: APPLSYS.FND_EXCLUDE_TABLE_STATS ,
-
Table: FND_DM_FUNCTIONS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_DM_FUNCTIONS, object_name:FND_DM_FUNCTIONS, status:VALID, product: FND - Application Object Library , description: Document management functions supported through Open Interface , implementation_dba_data: APPLSYS.FND_DM_FUNCTIONS ,
-
Table: FND_DM_FUNCTIONS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_DM_FUNCTIONS, object_name:FND_DM_FUNCTIONS, status:VALID, product: FND - Application Object Library , description: Document management functions supported through Open Interface , implementation_dba_data: APPLSYS.FND_DM_FUNCTIONS ,
-
Lookup Type: BUSINESS_ENTITY
12.1.1
product: FND - Application Object Library , meaning: Business Entity(1) ,
-
Lookup Type: BUSINESS_ENTITY
12.2.2
product: FND - Application Object Library , meaning: Business Entity(1) ,