Search Results gl_storage_parameters
Overview
GL_STORAGE_PARAMETERS is a General Ledger configuration table owned by the GL schema in Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented description identifies it as holding "interim table storage parameters," meaning it stores the physical storage attributes assigned to interim GL objects such as interface, consolidation, and journal import staging tables. These parameters govern how Oracle allocates extents for interim tables during high-volume journal processing and period-end close activities, making the table a control point for database-level performance tuning rather than a repository of transactional accounting data.
The ETRM metadata classifies the object heuristically as standalone within a Data Vault modeling scheme. This suggests it functions most naturally as a reference or configuration hub, since it carries no documented foreign key relationships to other GL entities and is referenced purely by its own business key. Modeling it as an independent reference table rather than a link or satellite reflects its self-contained nature.
Key Information Stored
The table's documented physical schema contains fifteen columns. The most significant include:
- OBJECT_NAME — the business identifier naming the interim database object whose storage is being defined. This column anchors the primary key.
- OBJECT_TYPE — the category of the governed object, distinguishing interim table types.
- TABLESPACE_NAME — the tablespace into which the interim object's segments are placed, a primary lever for I/O distribution.
- INITIAL_EXTENT_SIZE_KB and NEXT_EXTENT_SIZE_KB — the initial and subsequent extent allocation sizes, which determine how quickly large interim loads consume space.
- MAX_EXTENTS, PCT_INCREASE, and PCT_FREE — classic storage-clause controls limiting growth, governing extent growth percentage, and reserving block space respectively.
- DESCRIPTION — free-text annotation for the parameter set.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, and LAST_UPDATE_LOGIN — the standard EBS "WHO" audit columns.
- ZD_EDITION_NAME — the editioning column supporting Oracle EBS 12.2 online patching, enabling edition-specific rows.
The surrogate or composite primary key is GL_STORAGE_PARAMETERS_PK, defined on OBJECT_NAME. A unique index, GL_STORAGE_PARAMETERS_U1, is documented on the combination of OBJECT_NAME and ZD_EDITION_NAME, making that pair the effective business-key candidate under the 12.2 editioning model.
Common Use Cases and Queries
DBAs and GL administrators consult this table when troubleshooting interim table performance, reallocating tablespaces, or reviewing extent sizing before period-end processing. A typical diagnostic query lists parameter sets by object and tablespace:
- SELECT object_name, object_type, tablespace_name, initial_extent_size_kb, next_extent_size_kb FROM gl_storage_parameters WHERE object_type = :type;
- Filtering by tablespace to assess consolidation of interim segments: SELECT object_name, description FROM gl_storage_parameters WHERE tablespace_name = :ts;
- Auditing recent changes: SELECT object_name, last_updated_by, last_update_date FROM gl_storage_parameters ORDER BY last_update_date DESC;
Reporting use cases include capacity planning for large journal import runs, verifying that interim tables are not sized with excessive MAX_EXTENTS, and confirming edition-specific rows after an online patching cycle.
Related Objects
The metadata documents this object as standalone, with no foreign keys to or from other tables. Consequently, relationships are functional rather than referential and should be understood through shared GL interim processing rather than enforced constraints:
- GL_JE_BATCHES, GL_JE_HEADERS, and GL_JE_LINES — journal entities whose import and posting stages rely on interim staging tables governed by these parameters.
- GL_INTERFACE and GL_INTERFACE_HISTORY — the principal interim tables named by OBJECT_NAME entries.
- GL_LEDGERS and GL_LEDGER_CONFIGURATIONS — ledger-level settings that frame the processing context in which interim storage matters.
- FND_TABLESPACES and DBA_TABLES — administrative views used alongside this table to validate actual physical allocation.
Because the documented schema exposes only a self-referencing primary key and a unique business-key index, joins to these objects are conventionally performed on name or context columns rather than on declared foreign keys.
-
Table: GL_STORAGE_PARAMETERS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_STORAGE_PARAMETERS, object_name:GL_STORAGE_PARAMETERS, status:VALID, product: GL - General Ledger , description: Interim table storage parameters , implementation_dba_data: GL.GL_STORAGE_PARAMETERS ,
-
Table: GL_STORAGE_PARAMETERS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_STORAGE_PARAMETERS, object_name:GL_STORAGE_PARAMETERS, status:VALID, product: GL - General Ledger , description: Interim table storage parameters , implementation_dba_data: GL.GL_STORAGE_PARAMETERS ,
-
APPS.GL_STORAGE_PARAMETERS_PKG SQL Statements
12.2.2
-
APPS.GL_STORAGE_PARAMETERS_PKG SQL Statements
12.1.1
-
VIEW: GL.GL_STORAGE_PARAMETERS#
12.2.2
owner:GL, object_type:VIEW, object_name:GL_STORAGE_PARAMETERS#, status:VALID,
-
SYNONYM: APPS.GL_STORAGE_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_STORAGE_PARAMETERS, status:VALID,
-
VIEW: APPS.GL_STORAGE_PARAMETERS_QF_V
12.2.2
-
PACKAGE: APPS.GL_STORAGE_PARAMETERS_PKG
12.1.1
-
PACKAGE: APPS.GL_STORAGE_PARAMETERS_PKG
12.2.2
-
TABLE: GL.GL_STORAGE_PARAMETERS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_STORAGE_PARAMETERS, object_name:GL_STORAGE_PARAMETERS, status:VALID,
-
VIEW: APPS.GL_STORAGE_PARAMETERS_V
12.2.2
-
PACKAGE BODY: APPS.GL_STORAGE_PARAMETERS_PKG
12.2.2
-
SYNONYM: APPS.GL_STORAGE_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_STORAGE_PARAMETERS, status:VALID,
-
TRIGGER: APPS.GL_STORAGE_PARAMETERS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:GL_STORAGE_PARAMETERS+, status:VALID,
-
VIEW: APPS.GL_STORAGE_PARAMETERS_QF_V
12.1.1
-
PACKAGE BODY: APPS.GL_STORAGE_PARAMETERS_PKG
12.1.1
-
VIEW: GL.GL_STORAGE_PARAMETERS#
12.2.2
-
TRIGGER: APPS.GL_STORAGE_PARAMETERS+
12.2.2
-
VIEW: APPS.GL_STORAGE_PARAMETERS_V
12.1.1
-
TABLE: GL.GL_STORAGE_PARAMETERS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_STORAGE_PARAMETERS, object_name:GL_STORAGE_PARAMETERS, status:VALID,
-
FUNCTION: APPS.GL_STORAGE_PARAMETERS=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:GL_STORAGE_PARAMETERS=, status:VALID,
-
FUNCTION: APPS.GL_STORAGE_PARAMETERS=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.FND_TS_MIG_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_TS_MIG_UTIL, status:VALID,
-
View: GL_STORAGE_PARAMETERS_QF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_STORAGE_PARAMETERS_QF_V, object_name:GL_STORAGE_PARAMETERS_QF_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_STORAGE_PARAMETERS_QF_V ,
-
View: GL_STORAGE_PARAMETERS_QF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_STORAGE_PARAMETERS_QF_V, object_name:GL_STORAGE_PARAMETERS_QF_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_STORAGE_PARAMETERS_QF_V ,
-
PACKAGE BODY: APPS.GL_STORAGE_PARAMETERS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GL_STORAGE_PARAMETERS_PKG, status:VALID,
-
PACKAGE BODY: APPS.GL_STORAGE_PARAMETERS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GL_STORAGE_PARAMETERS_PKG, status:VALID,
-
View: GL_STORAGE_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_STORAGE_PARAMETERS_V, object_name:GL_STORAGE_PARAMETERS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_STORAGE_PARAMETERS_V ,
-
View: GL_STORAGE_PARAMETERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_STORAGE_PARAMETERS_V, object_name:GL_STORAGE_PARAMETERS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_STORAGE_PARAMETERS_V ,
-
PACKAGE BODY: APPS.FND_TS_MIG_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_TS_MIG_UTIL, status:VALID,
-
PACKAGE: APPS.FND_TS_MIG_UTIL
12.1.1
-
VIEW: APPS.GL_STORAGE_PARAMETERS_QF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_STORAGE_PARAMETERS_QF_V, object_name:GL_STORAGE_PARAMETERS_QF_V, status:VALID,
-
VIEW: APPS.GL_STORAGE_PARAMETERS_QF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_STORAGE_PARAMETERS_QF_V, object_name:GL_STORAGE_PARAMETERS_QF_V, status:VALID,
-
VIEW: APPS.GL_STORAGE_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_STORAGE_PARAMETERS_V, object_name:GL_STORAGE_PARAMETERS_V, status:VALID,
-
PACKAGE: APPS.FND_TS_MIG_UTIL
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.GL_STORAGE_PARAMETERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_STORAGE_PARAMETERS_V, object_name:GL_STORAGE_PARAMETERS_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
APPS.FND_TS_MIG_UTIL SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.FND_TS_MIG_UTIL SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.FND_TS_MIG_UTIL
12.1.1
-
12.1.1 DBA Data
12.1.1