How to fix the Oracle error PLS-00424: RPC defaults cannot include Package State?
In this post, you’ll learn more about the Oracle ErrorPLS-00424: RPC defaults cannot include Package State with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00424: RPC defaults cannot include Package State
Reason for the Error PLS-00424: RPC defaults cannot include Package State
An attempt was made to call a remote subprogram whose defaulted parameters depend on package state, which is not allowed. When calling remote subprograms, the actual parameters must be passed explicitly if the corresponding formal parameters depend on package state.
How to fix the Error PLS-00424: RPC defaults cannot include Package State ?
You can fix this error in Oracle by following the below steps
Call the remote subprogram by passing each actual parameter explicitly.
Leave Your Comment