How to fix the Oracle error PLS-00735: Attempted to declare more than one formal ellipsis parameter?

In this post, you’ll learn more about the Oracle ErrorPLS-00735: Attempted to declare more than one formal ellipsis parameter with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PLS-00735: Attempted to declare more than one formal ellipsis parameter

Reason for the Error PLS-00735: Attempted to declare more than one formal ellipsis parameter

More than one ellipsis (‘…’) was found in a formal parameter specification for a function or procedure

How to fix the Error PLS-00735: Attempted to declare more than one formal ellipsis parameter ?

You can fix this error in Oracle by following the below steps

Make sure only one ellipsis appears in a formal parameter specification for any given function or procedure

Tags :

Leave Your Comment