In this post, you’ll learn more about the Oracle ErrorORA-31428: no publication contains all the specified columns with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-31428: no publication contains all the specified columns
Reason for the Error ORA-31428: no publication contains all the specified columns
One or more of the specifed columns cannot be found in a single publication.
How to fix the Error ORA-31428: no publication contains all the specified columns ?
You can fix this error in Oracle by following the below steps
Change the subscription request to select only columns that are in the same publication. Consult the USER_PUBLISHED_COLUMNS view to see current publications.
Leave a Reply