ORA-38429: invalid datatype for a stored attribute: string
What triggered the Error:
The (resulting) datatype for the attribute was not appropriate for storing.What should we do to fix it:
Choose a stored attribute that has a resulting datatype of NUMBER, VARCHAR2, CHAR or DATE.