Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

error to maintain a cube in the awm with 3 dimensions, error- (The number of load errors exceeded th

31671939-4957-494d-a171-43b25413c75dApr 7 2018 — edited Apr 10 2018

Hi,

I am trying to maintain a cube with 3 dimensions but I got an error which is as below:

*****************************************

INI: error creating a definition manager, Generic at TxsOqConnection::generic<BuildProcess>INI: XOQ-01601: error while loading data for Cube Dimension "OLAPTRAIN_S4483113.PRODUCT" into the analytic workspace, Generic at TxsOqStdFormCommand::r12LoadDimINI: ORA-00604: error occurred at recursive SQL level 1

ORA-35571: The maximum number of load errors has occurred. No changes from this step were committed to the database.

, Generic at xsoqstdf.cpp

*****************************************************

- I think the below script is the solution but I am not sure is this right or not?

- Secondly, I do not know where to execute the script (in the SQL Developer, or in the AWM)? and how?

SELECT DISTINCT /*+  bypass_recursive_check */    T82."ITEM_KEY" ALIAS_1,    T82."ITEM_KEY" ALIAS_2,    T82."ITEM_NAME" ALIAS_3,    T82."ITEM_SHORT_DESC" ALIAS_4,    RTRIM((CASE     WHEN (T82."SUBTYPE_KEY" IS NOT NULL)     THEN TO_CHAR(T82."SUBTYPE_KEY", 'TM', 'NLS_NUMERIC_CHARACTERS=''.,''')     WHEN (T82."TYPE_KEY" IS NOT NULL) THEN TO_CHAR(T82."TYPE_KEY", 'TM', 'NLS_NUMERIC_CHARACTERS=''.,''')     WHEN (T82."CATEGORY_KEY" IS NOT NULL) THEN TO_CHAR(T82."CATEGORY_KEY", 'TM', 'NLS_NUMERIC_CHARACTERS=''.,''')     WHEN (T82."DEPARTMENT_KEY" IS NOT NULL) THEN TO_CHAR(T82."DEPARTMENT_KEY", 'TM', 'NLS_NUMERIC_CHARACTERS=''.,''')     WHEN ('ALL_PRODUCTS' IS NOT NULL)     THEN TO_CHAR('ALL_PRODUCTS')     ELSE NULL END) )  ALIAS_5  FROM OLAPTRAIN_S4483113."PRODUCTS" T82  WHERE (T82."ITEM_KEY" IS NOT NULL) ORDER BY    1 ASC NULLS LAST ,    5 ASC NULLS LAST

*******************************************************

Looking forward your urgent support and help.

Regards,

Badr

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 8 2018
Added on Apr 7 2018
1 comment
986 views