ORA-36642

Error: ORA-36642: (XSDUNION06) Duplicate CONCAT dimension workspace object found

Causa: A duplicate CONCAT dimension was found.

Acción: Make sure that all escape sequences in UNISTR arguments are exactly four hexadecimal digits. To represent codepoints whose value is less than 0x1000, use preceding zeros. WRONG: 0x10; RIGHT: 0x0010.

COMENTARIOS:


No hay comentarios.