How to fix the Oracle error ORA-31416: invalid SOURCE_COLMAP value?
In this post, you’ll learn more about the Oracle ErrorORA-31416: invalid SOURCE_COLMAP value with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-31416: invalid SOURCE_COLMAP value
Reason for the Error ORA-31416: invalid SOURCE_COLMAP value
A source_colmap value of ‘y’ was specified for an asynchronous change table.
How to fix the Error ORA-31416: invalid SOURCE_COLMAP value ?
You can fix this error in Oracle by following the below steps
Specify a source_colmap parameter value of ‘n’ and call the procedure again.
Leave Your Comment