Home Privacy Policy Feedback Link to us Site Map

Oracle/PLSQL: ORA-00938 Error


Error:

ORA-00938: not enough arguments for function

Cause:

You tried to call an Oracle function, but you supplied too few arguments for the function.

Action:

The options to resolve this Oracle error are:
  1. This error can be corrected by providing the correct number of arguments when calling the Oracle function.

To view a listing of the Oracle functions and their syntaxes, go to our Oracle functions webpage.