Chapter 26. 28000 ~ 28999

28009: Unable to access LONG or LOB columns through DBlink.

CauseAn attempt was made use DBlink to refer to an object with LONG or LOB columns.
ActionModify the query.

28010: Maximum number of group_ids (255) has been reached.

CauseNo more than 255 group_ids are allowed at a time.
ActionModify the query.

28011: Pivot type expression %1$s cannot be used here.

CauseThe pivot type expression was used in an invalid location.
ActionModify the query.

28012: Index \'%1$s.%2$s\' is in an unusable state.

CauseDML statements cannot be executed on an unusable index.
ActionChange the condition of the index.

28013: Index \'%1$s.%2$s\' is in an unusable state.

CauseIndex hints cannot be specified on an unusable index.
ActionChange the condition of the index.

28014: Duplicate outline.

CauseThe outline name cannot be used because the name is already in use.
ActionUse another outline name.

28015: Column \'%1$s.%2$s\' has invalid statistics.

CauseColumn \'%1$s.%2$s\' has invalid statistics.
ActionDelete or regather statistics using the dbms_stat package.

28016: Feature not yet implemented.

CauseThis feature is not yet implemented.
ActionCheck whether a feature which is not yet implemented was used.