ORA-23309: object string.string of type string exists
15-36 Oracle Database ErrorMessages
Cause: An object in the samenamespace exists, perhaps with a different type or
shape, or the same object has already been registered as an repobject inanother
object group.
Action: Remove the offendingobject with the SQL DROP command, unregister
the offending object with dbms_repcat.drop_master_repobject(), or reinvoke the
request using TRUE for a boolean parameter such as retry oruse_existing_object.
|