PLS-00315: Implementation restriction: unsupported table
index type



PLS-00315: Implementation restriction: unsupported table index type..

Answer / guest

Cause: In the INDEX BY clause of a PL/SQL table declaration,
a datatype other than BINARY_INTEGER, PLS_INTEGER, or
VARCHAR2 was specified. PL/SQL tables can have one column
and a primary key. The column can have any scalar type, but
the primary key must be either a binary integer type or
VARCHAR2.

Action: Use one of the supported key types in the INDEX BY
clause.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-02163: invalid value for FREELIST GROUPS

1 Answers  


ORA-26521: rpc initialization error

1 Answers  


DRG-11216: length of datastore data exceeds limit

1 Answers  


ORA-25441: duplicate column value for table alias: string

1 Answers  


ORA-00373: online log version string incompatible with ORACLE version string

1 Answers  






ORA-24141: rule set string.string does not exist

1 Answers  


ORA-27091: unable to queue I/O

1 Answers  


ORA-07702: unrecognized device type in archive text

1 Answers  


RMAN-06452: %s package upgraded to version string

1 Answers  


ORA-28556: authorization insufficient to access table

1 Answers  


PLS-00424: RPC defaults cannot include Package State

1 Answers  


ORA-00447: fatal error in background process

1 Answers  


Categories