ORA-31419: source table string does not exist
What triggered the Error:
When creating a synchronous change table, the underlying source table must exist when the procedure is called. In this case, the source table did not exist.What should we do to fix it:
Specify the name of an existing table.