Search Results bne_perf_statistics_b
Overview
The BNE_PERF_STATISTICS_B table is a core data definition table within the Web Applications Desktop Integrator (BNE) product of Oracle E-Business Suite. It serves as the master repository for defining distinct performance statistic types that can be monitored and collected. Its primary role is to provide a reference model for performance metrics, enabling the system to categorize and store historical performance data consistently. This table acts as the parent definition for actual performance measurements captured elsewhere in the system, forming a critical component of the performance monitoring infrastructure for desktop integrator operations.
Key Information Stored
While the provided metadata does not list specific column details beyond the primary key, the table's purpose and structure can be inferred. The central column is STATISTIC_CODE, which serves as the unique identifier (Primary Key: BNE_PERF_STATISTICS_B_PK) for each defined performance statistic. Typical columns in such a definition table would include a descriptive name, a measurement unit (e.g., milliseconds, count, percentage), and potentially an indicator for the statistic's category or collection method. The table stores the metadata about what is being measured—such as transaction processing time, data upload duration, or error count—rather than the actual measured values themselves.
Common Use Cases and Queries
This table is primarily accessed for administrative setup, reporting configuration, and analytical queries. Common use cases involve generating master lists of available statistics for performance dashboard setups or validating statistic codes before inserting historical data. A typical analytical query would join this table with its related history table to produce a report pairing statistic definitions with their collected values.
Sample Query:
SELECT ps.STATISTIC_CODE, ps.STATISTIC_NAME, h.STATISTIC_VALUE, h.CREATION_DATE
FROM BNE_PERF_STATISTICS_B ps,
BNE_PERF_STATISTICS_H h
WHERE ps.STATISTIC_CODE = h.STATISTIC_CODE
AND h.CREATION_DATE > SYSDATE - 7
ORDER BY ps.STATISTIC_CODE, h.CREATION_DATE DESC;
Related Objects
The BNE_PERF_STATISTICS_B table maintains defined relationships with other key tables in the BNE schema, as documented in the provided metadata.
- Primary Key Reference: The STATISTIC_CODE column is the primary key for this table (BNE_PERF_STATISTICS_B_PK).
- Referenced by Foreign Keys:
- BNE_PERF_STATISTICS_H: This history table stores the actual recorded values for each statistic. It references BNE_PERF_STATISTICS_B via the foreign key column BNE_PERF_STATISTICS_H.STATISTIC_CODE.
- BNE_PERF_SET_ITEMS: This table references BNE_PERF_STATISTICS_B via BNE_PERF_SET_ITEMS.STATISTIC_CODE, indicating it is used to group or assign statistics into specific performance sets or monitoring profiles.
-
Table: BNE_PERF_STATISTICS_B
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_PERF_STATISTICS_B, object_name:BNE_PERF_STATISTICS_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of a performance statistic. , implementation_dba_data: BNE.BNE_PERF_STATISTICS_B ,
-
Table: BNE_PERF_STATISTICS_B
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_PERF_STATISTICS_B, object_name:BNE_PERF_STATISTICS_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of a performance statistic. , implementation_dba_data: BNE.BNE_PERF_STATISTICS_B ,
-
APPS.BNE_PERF_STATISTICS_PKG dependencies on BNE_PERF_STATISTICS_B
12.1.1
-
APPS.BNE_PERF_STATISTICS_PKG dependencies on BNE_PERF_STATISTICS_B
12.2.2
-
VIEW: BNE.BNE_PERF_STATISTICS_B#
12.2.2
owner:BNE, object_type:VIEW, object_name:BNE_PERF_STATISTICS_B#, status:VALID,
-
SYNONYM: APPS.BNE_PERF_STATISTICS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BNE_PERF_STATISTICS_B, status:VALID,
-
VIEW: APPS.BNE_PERF_STATISTICS_VL
12.1.1
-
APPS.BNE_PERF_STATISTICS_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.BNE_PERF_STATISTICS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BNE_PERF_STATISTICS_B, status:VALID,
-
APPS.BNE_PERF_STATISTICS_PKG SQL Statements
12.1.1
-
VIEW: APPS.BNE_PERF_STATISTICS_VL
12.2.2
-
TRIGGER: APPS.BNE_PERF_STATISTICS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:BNE_PERF_STATISTICS_B+, status:VALID,
-
VIEW: BNE.BNE_PERF_STATISTICS_B#
12.2.2
-
TRIGGER: APPS.BNE_PERF_STATISTICS_B+
12.2.2
-
FUNCTION: APPS.BNE_PERF_STATISTICS_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:BNE_PERF_STATISTICS_B=, status:VALID,
-
View: BNE_PERF_STATISTICS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BNE.BNE_PERF_STATISTICS_VL, object_name:BNE_PERF_STATISTICS_VL, status:VALID, product: BNE - Web Applications Desktop Integrator , description: BNE_PERF_STATISTICS_VL is a standard translation view over the BNE_PERF_STATISTICS entity. , implementation_dba_data: APPS.BNE_PERF_STATISTICS_VL ,
-
TABLE: BNE.BNE_PERF_STATISTICS_B
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_PERF_STATISTICS_B, object_name:BNE_PERF_STATISTICS_B, status:VALID,
-
Table: BNE_PERF_SET_ITEMS
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_PERF_SET_ITEMS, object_name:BNE_PERF_SET_ITEMS, status:VALID, product: BNE - Web Applications Desktop Integrator , description: All Statistics in a performance set. , implementation_dba_data: BNE.BNE_PERF_SET_ITEMS ,
-
TABLE: BNE.BNE_PERF_STATISTICS_B
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_PERF_STATISTICS_B, object_name:BNE_PERF_STATISTICS_B, status:VALID,
-
FUNCTION: APPS.BNE_PERF_STATISTICS_B=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.BNE_PERF_STATISTICS_PKG
12.2.2
-
Table: BNE_PERF_STATISTICS_H
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_PERF_STATISTICS_H, object_name:BNE_PERF_STATISTICS_H, status:VALID, product: BNE - Web Applications Desktop Integrator , description: History of performance statistic measurements. , implementation_dba_data: BNE.BNE_PERF_STATISTICS_H ,
-
Table: BNE_PERF_STATISTICS_H
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_PERF_STATISTICS_H, object_name:BNE_PERF_STATISTICS_H, status:VALID, product: BNE - Web Applications Desktop Integrator , description: History of performance statistic measurements. , implementation_dba_data: BNE.BNE_PERF_STATISTICS_H ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.BNE_PERF_STATISTICS_PKG
12.1.1
-
PACKAGE BODY: APPS.BNE_PERF_STATISTICS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BNE_PERF_STATISTICS_PKG, status:VALID,
-
View: BNE_PERF_STATISTICS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BNE.BNE_PERF_STATISTICS_VL, object_name:BNE_PERF_STATISTICS_VL, status:VALID, product: BNE - Web Applications Desktop Integrator , description: BNE_PERF_STATISTICS_VL is a standard translation view over the BNE_PERF_STATISTICS entity. , implementation_dba_data: APPS.BNE_PERF_STATISTICS_VL ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.BNE_PERF_STATISTICS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BNE_PERF_STATISTICS_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.BNE_PERF_STATISTICS_PKG dependencies on BNE_PERF_STATISTICS_TL
12.2.2
-
APPS.BNE_PERF_STATISTICS_PKG dependencies on BNE_PERF_STATISTICS_TL
12.1.1
-
APPS.BNE_PERF_STATISTICS_PKG dependencies on FND_LOAD_UTIL
12.2.2
-
APPS.BNE_PERF_STATISTICS_PKG dependencies on FND_LOAD_UTIL
12.1.1
-
VIEW: APPS.BNE_PERF_STATISTICS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BNE.BNE_PERF_STATISTICS_VL, object_name:BNE_PERF_STATISTICS_VL, status:VALID,
-
VIEW: APPS.BNE_PERF_STATISTICS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BNE.BNE_PERF_STATISTICS_VL, object_name:BNE_PERF_STATISTICS_VL, status:VALID,
-
eTRM - BNE Tables and Views
12.2.2
description: Translations for BNE_VIEWERS_B ,
-
eTRM - BNE Tables and Views
12.1.1
description: Translations for BNE_VIEWERS_B ,
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
eTRM - BNE Tables and Views
12.2.2
description: Translations for BNE_VIEWERS_B ,