My Oracle Support Banner

STG_PRODUCTS_ATTR_INTF Dimension Attribute Column Length Too Small To Accommodate Seeded / OOTB Defined Attributes (Doc ID 2918992.1)

Last updated on JANUARY 10, 2023

Applies to:

Oracle Financial Services Profitability Management - Version 8.0.7 and later
Oracle Financial Services Funds Transfer Pricing - Version 8.0.7 and later
Oracle Financial Services Asset Liability Management - Version 8.0.7 and later
Oracle Financial Services Analytical Applications Infrastructure - Version 8.0.7 and later
Oracle Financial Services Enterprise Financial Performance Analytics - Version 8.0.7 and later
Information in this document applies to any platform.
Oracle Financial Services Analytical Applications (OFSAA)

Symptoms

In the table STG_PRODUCTS_ATTR_INTF, the column V_ATTRIBUTE_VARCHAR_LABEL is not large enough to store the Attribute Name values included in the definition of DIM_PRODUCTS_V out-of-the-box (OOTB).

V_ATTRIBUTE_VARCHAR_LABEL is defined as VARCHAR2(30 CHAR) on STG_PRODUCTS_ATTR_INTF.

This column is populated with the ATTRIBUTE_NAME value from REV_DIM_ATTRIBUTES_TL.  There are Attribute Name values in DIM_PRODUCTS_V that are greater than 30 characters.

For example, the following exists in the definition for DIM_PRODUCTS_V:

SELECT * FROM REV_DIM_ATTRIBUTES_TL T
  WHERE T.DIMENSION_ID = 4
  AND T.ATTRIBUTE_NAME =
  'Non Interest Bearing Deposit Flag'

"Non Interest Bearing Deposit Flag" is 33 characters and will not fit in V_ATTRIBUTE_VARCHAR_LABEL.

You expect the V_ATTRIBUTE_VARCHAR_LABEL column on STG_PRODUCTS_ATTR_INTF should be large enough to store all Attribute Name values existing in DIM_PRODUCTS_V.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.