How to fix the Oracle error ORA-43807: indexes on ORA_ROWSCN not allowed?
In this post, you’ll learn more about the Oracle ErrorORA-43807: indexes on ORA_ROWSCN not allowed with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-43807: indexes on ORA_ROWSCN not allowed
Reason for the Error ORA-43807: indexes on ORA_ROWSCN not allowed
An attempt was made to create an index that refers to the ORA_ROWSCN pseudo-column, either directly or in an expression.
How to fix the Error ORA-43807: indexes on ORA_ROWSCN not allowed ?
You can fix this error in Oracle by following the below steps
Do not use ORA_ROWSCN to define an index on a table.
Leave Your Comment