Oracle Solution for Error ora-42304

Solution for Oracle Error ORA-42304

ORA-42304: base table and the Editioning view must belong to the same schema

What triggered the Error:

An attempt was made to create an Editioning view in a schema different from that of the base table.

What should we do to fix it:

Create an Editioning view in the same schema as the base table.