PLS-00520: MAP methods must be declared without any
parameters other than (optional) SELF.



PLS-00520: MAP methods must be declared without any parameters other than (optional) SELF...

Answer / guest

Cause: A MAP member function was declared with a parameter.
Map member functions can have only one parameter: the
default SELF parameter. Map methods must be declared without
any parameters. The compiler adds the SELF parameter.

Action: Remove the parameter from the map member function.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-14297: Index block size mismatch in ALTER TABLE EXCHANGE [SUB]PARTITION

1 Answers  


PLS-00118: Duplicate group-by clause in table expression

1 Answers  


ORA-16148: user requested expiration of managed recovery operation

1 Answers  


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

1 Answers  


ORA-28669: bitmap index can not be created on an IOT with no mapping table

1 Answers  






ORA-29895: duplicate base datatype specified

1 Answers  


ORA-01082: 'row_locking = always' requires the transaction processing option

1 Answers  


ORA-24760: invalid isolation level flags

1 Answers  


ORA-32846: Messaging Gateway agent cannot be started; status is string

1 Answers  


ORA-02442: Cannot drop nonexistent unique key

1 Answers  


ORA-30436: unable to open named pipe 'string'

1 Answers  


ORA-09941: Version of orapasswd or installer is older than file.

1 Answers  


Categories