I create a cube by hand in AWM, and export it as a template. But when I try to import it with
dbms_cube.import_xml('/app/oracle/product/11.2.0/XML_DIR','test.xml')
, it throws an ORA-00972 error.
ORA-00972:
ORA-06512: "SYS.DBMS_LOB", line 744
ORA-06512: "SYS.DBMS_CUBE", line 334
ORA-06512: "SYS.DBMS_CUBE", line 478
ORA-06512: "SYS.DBMS_CUBE", line 491
ORA-06512: line 1
00972. 00000 - "identifier is too long"
I could use AWM to import the template successfully.