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-36995: (XSRELGID12) There are duplicate values in the surrogate dimension gid. Use the levelorder option to resolve the ambiguity.

1 Answers  


ORA-24272: initialization value must be either F or T

1 Answers  


ORA-01469: PRIOR can only be followed by a column name

1 Answers  


ORA-31628: error getting worker process exception

1 Answers  


ORA-22317: typecode number is not legal as a number type

1 Answers  






ORA-12706: this CREATE DATABASE character set is not allowed

1 Answers  


ORA-31670: Username argument must be specified and non-null.

1 Answers  


ORA-12161: TNS:internal error: partial data received

1 Answers  


ORA-39034: Table string does not exist.

1 Answers  


PCC-00079: ANSI requires colon on label in WHENEVER statement

1 Answers  


ORA-26091: requested direct path operation not supported

1 Answers  


ORA-08317: sllfsk: Error seeking in file.

1 Answers  


Categories