How to fix the Oracle error ORA-02160: index-organized table can not contain columns of type LONG?
In this post, you’ll learn more about the Oracle ErrorORA-02160: index-organized table can not contain columns of type LONG with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-02160: index-organized table can not contain columns of type LONG
Reason for the Error ORA-02160: index-organized table can not contain columns of type LONG
A column of type LONG defined for index-organized table.
How to fix the Error ORA-02160: index-organized table can not contain columns of type LONG ?
You can fix this error in Oracle by following the below steps
Do not use columns of type LONG in index-organized tables.
Leave Your Comment