PLS-00505: User Defined Types may only be defined as PLSQL
Tables or Records



PLS-00505: User Defined Types may only be defined as PLSQL Tables or Records..

Answer / guest

Cause: An attempt was made to define a type other than TABLE
or RECORD, but these are the only user- defined types
allowed in this release of PL/SQL. For example, the
following type definition is illegal: TYPE Byte IS
INTEGER(2); -- illegal

Action: Remove the type definition, or revise it to specify
a TABLE or RECORD type.

Please add more information about this Error

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-15065: hash collision for diskgroup names 'string' and 'string'

1 Answers  


ORA-14112: RECOVERABLE/UNRECOVERABLE may not be specified for a partition or subpartition

1 Answers  


ORA-19568: a device is already allocated to this session

1 Answers  


ORA-13374: SDO_MBR not supported for geodetic data

1 Answers  


ORA-24763: transaction operation cannot be completed now

1 Answers  






PCC-02361: Use of ARRAYLEN with SQL bind arrays is ignored

1 Answers  


ORA-33332: (DSSEXIST01) Use the AW command to establish a current analytic workspace. Then start your current activity again.

1 Answers  


LSX-00331: missing comma

1 Answers  


ORA-19565: BACKUP_TAPE_IO_SLAVES not enabled when duplexing to sequential devices

1 Answers  


ORA-36644: (XSDUNION07) Concat dimension workspace object contains a previously detected leaf dimension.

1 Answers  


ORA-32737: Hang analysis aborted due to failed memory allocation

1 Answers  


ORA-23447: missing user parameter value

1 Answers  


Categories