Oracle Error Message
ORA-23351: parameter datatype string for procedure string not supported
Reason for the Error
The procedure has a parameter whose datatype is not supported by repcat.
Solution
Remove the parameter from the procedure, or alter the parameter to have one of the supported datatypes.