Cause: INCLUDING clause of a CREATE TABLE is an valid option only for index-organized tables with OVERFLOW clause (at creation time) or if an OVERFLOW segment already exists (at ALTER time). See the solution below.
Error solution: Specify OVERFLOW clause for the index-organized table : For ALTER, perform ADD OVERFLOW first.
Database version: Oracle 11g Release 2 (11.2)