How to fix the Oracle error ORA-42304: base table and the Editioning view must belong to the same schema?
In this post, you’ll learn more about the Oracle ErrorORA-42304: base table and the Editioning view must belong to the same schema with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-42304: base table and the Editioning view must belong to the same schema
Reason for the Error ORA-42304: base table and the Editioning view must belong to the same schema
An attempt was made to create an Editioning view in a schema different from that of the base table.
How to fix the Error ORA-42304: base table and the Editioning view must belong to the same schema ?
You can fix this error in Oracle by following the below steps
Create an Editioning view in the same schema as the base table.
Leave Your Comment