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

RMAN-06581: option string not supported

1 Answers  


IMG-00545: invalid cut values specified

1 Answers  


ORA-24057: cannot define subscriber with rule for queue string

1 Answers  


NNL-00035: File string or nested IFILEs not found.

1 Answers  


TNS-00203: Unable to start tracing in intlsnr

1 Answers  


ORA-02079: no new sessions may join a committing distributed transaction

1 Answers  


ORA-14501: object is not partitioned

1 Answers  


NNL-00232: Auto-refresh failure-retry interval is currently string

1 Answers  


PCC-02385: CHAR_MAP disallowed when using NLS_CHAR and NLS_LOCAL=TRUE

1 Answers  


DRG-11511: specified table does not contain a LONG RAW column

1 Answers  


SQL*Loader-00101: Invalid argument for username/password

1 Answers  


ORA-32508: no such watchpoint id

1 Answers  


Categories