Oracle Error ORA-00909
Cause: An Oracle function was referenced with an incorrect number of arguments. All Oracle functions, except for SYSDATE, require at least one argument so you get ORA-00909.
Action: Correct the syntax of the function by entering the required number of arguments. |