ORA-31480: staging database and source database cannot be the same
What triggered the Error:
A CDC API call specified a source database name that matched the staging database on which the CDC API call is being executed.What should we do to fix it:
Make sure that the CDC API call is being executed from the staging database and that the source database is correctly specified. The source database and staging database need to be different databases.