Oracle DBA, How To, Error, Cause and Action
ORA-08468: mask option string is not supported
ORA-08468: mask option string is not supported
Cause: The mask option
was passed to a UTL_PG conversion routine, but is not supported by UTL_PG. The can be: USAGE IS POINTER USAGE IS INDEX USAGE IS COMP-1 USAGE IS COMP-2 POINTER
Action: Remove the from the mask options parameter in the PL/SQL call to UTL_PG.