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-30649: missing DIRECTORY keyword

1 Answers  


ORA-27151: buffer not large enough to hold process ID string

1 Answers  


IMG-00924: Incorrect parameter specification during CREATE INDEX

1 Answers  


RMAN-05502: the target database must be mounted when issuing a DUPLICATE command

1 Answers  


LSX-00341: ENTITY or ENTITIES type may only be used in attributes

1 Answers  






ORA-12541: TNS:no listener

1 Answers  


PROT-00013: Oracle Cluster Registry is in current version

1 Answers  


ORA-36779: (XSPGPOOLOUT) Invalid parameter value. Olap_page_pool_size must be between must be between 2097152 and 2147483647. Olap_page_pool_size remain unmodified.

1 Answers  


ORA-06932: CMX: error in local name

1 Answers  


ORA-04012: object is not a sequence

1 Answers  


ORA-31007: Attempted to delete non-empty container string/string

1 Answers  


NZE-28754: object storage failure

1 Answers  


Categories