Oracle Error Message
ORA-38429: invalid datatype for a stored attribute: string
Reason for the Error
The (resulting) datatype for the attribute was not appropriate for storing.
Solution
Choose a stored attribute that has a resulting datatype of NUMBER, VARCHAR2, CHAR or DATE.