How to fix the Oracle error PLS-00733: RPCs to variable argument functions are not allowed?
In this post, you’ll learn more about the Oracle ErrorPLS-00733: RPCs to variable argument functions are not allowed with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00733: RPCs to variable argument functions are not allowed
Reason for the Error PLS-00733: RPCs to variable argument functions are not allowed
Attempted to call a vararg function (a function which contains ellipsis in the formal parameter list) as an RPC.
How to fix the Error PLS-00733: RPCs to variable argument functions are not allowed ?
You can fix this error in Oracle by following the below steps
Do not call vararg functions as an RPC.
Leave Your Comment