PLS-00104: empty argument list in call of procedure 'string'
must be omitted



PLS-00104: empty argument list in call of procedure 'string' must be omitted..

Answer / guest

Cause: In a subprogram call, the name of the subprogram was
followed by an empty parameter list. For example, procedure
P was called as P(). This is not allowed.

Action: Remove the empty parameter list. In the example,
change the procedure call to P.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-29274: fixed-width multibyte character set not allowed for a URL

1 Answers  


ORA-06134: NETTCP: file access privilege violation

1 Answers  


NID-00336: The following datafiles are offline clean:

1 Answers  


DRG-11514: user string does not have UPDATE or SELECT privilege on string

1 Answers  


ORA-07276: no dba group in /etc/group.

1 Answers  






ORA-24307: invalid length for piece

1 Answers  


PCB-00101: Could not find or open system configuration file

1 Answers  


PLS-00151: Expression or Variable is an illegal type to PLS/QL: string

1 Answers  


ORA-31633: unable to create master table "string.string"

1 Answers  


ORA-27460: cannot execute disabled job "string.string"

1 Answers  


ORA-29551: could not convert string to Unicode

1 Answers  


ORA-15103: conflicting or duplicate REPAIR options

1 Answers  


Categories