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-28179: client user name not provided by proxy

1 Answers  


NNO-00709: failed delete of cache checkpoint file "string", cache flush may not work

1 Answers  


ORA-30735: cannot create multiple subtables of the same type under a supertable

1 Answers  


ORA-15004: alias "string" does not exist

1 Answers  


DRG-10203: server named string does not exist

1 Answers  






RMAN-06178: datafile number not processed because file is offline

1 Answers  


ORA-31165: cannot load object-relational XML attribute using direct path

1 Answers  


ORA-09263: spini: error initializing process

1 Answers  


SQL*Loader-00290: PIECED keyword (on column string) allowed only for lob or long columns

1 Answers  


ORA-22288: file or LOB operation string failed string

1 Answers  


ORA-13111: cannot add topo_geometry layer [string] to topology

1 Answers  


ORA-17621: failed to register the memory with Oracle Disk Manager library

1 Answers  


Categories