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

IMP-00401: dump file "string" may be an Data Pump export dump file

1 Answers  


EXP-00036: Object number non-existent in dictionary

1 Answers  


ORA-07718: sksafre: error freeing memory

1 Answers  


IMG-00002: unrecoverable error

1 Answers  


NNL-01066: Statistic counter logging interval: string

1 Answers  






ORA-24385: Application context size or index is not valid

1 Answers  


ORA-01945: DEFAULT ROLE[S] already specified

1 Answers  


ORA-01284: file string cannot be opened

1 Answers  


ORA-14315: cannot merge a partition with itself

1 Answers  


ORA-13906: The tablepace is not of the right type.

1 Answers  


ORA-09958: IMON: two processes with the same ORACLE pid are active

1 Answers  


O2F-00328: Illegal INITFUNC name

1 Answers  


Categories