Oracle Error ORA-22306: type “string”.”string” already exists

Oracle Error Message

ORA-22306: type “string”.”string” already exists

Reason for the Error

The user is trying to create a type that already exists.

Solution

Check to make sure that the type has not been created prior to this.