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

RMAN-06290: Report of database schema

1 Answers  


NNL-00352: Cancelled save config

1 Answers  


ORA-02443: Cannot drop constraint - nonexistent constraint

1 Answers  


ORA-16507: unrecognized request identifier

1 Answers  


SQL*Loader-00802: numeric EXTERNAL with DEFAULTIF clause not supported by External Table

1 Answers  






ORA-00473: ARCH process terminated with error

1 Answers  


PCC-02203: found end of file when not expected

1 Answers  


QSM-01028: materialized view, string, is currently being refreshed

1 Answers  


ORA-01051: deferred rpc buffer format invalid

1 Answers  


ORA-01905: STORAGE keyword expected

1 Answers  


NNO-00801: Error: OCI_SUCCESS_WITH_INFO: string

1 Answers  


ORA-01585: error identifying backup file string

1 Answers  


Categories