Oracle Error Message
PLS-00105: at most one forward declaration of type ‘string’ is permitted
Reason for the Error
More than one forward declaration of a type is redundant.
Solution
Remove all but one forward declaration.
PLS-00105: at most one forward declaration of type ‘string’ is permitted
More than one forward declaration of a type is redundant.
Remove all but one forward declaration.