ORA-17245
An attempt was made to delete a registration that is using a different database instance than the one currently connected to.
Cause
The registration being deleted is associated with a different database instance than the current connection's database.
Action
Ensure that the DatabaseChangeRegistration object you are attempting to delete is registered with the same database instance as the current connection. Verify the database names and ensure they match before attempting to delete the registration.