How to fix the Oracle error PLS-00427: RPC defaults cannot use builtins when versions of STANDARD differ?

In this post, you’ll learn more about the Oracle ErrorPLS-00427: RPC defaults cannot use builtins when versions of STANDARD differ with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PLS-00427: RPC defaults cannot use builtins when versions of STANDARD differ

Reason for the Error PLS-00427: RPC defaults cannot use builtins when versions of STANDARD differ

An attempt was made to call a remote subprogram whose defaulted parameter value is calculated using a builtin operation. If the calling system uses a different version of package STANDARD than does the called system, a defaulted expression must be either a simple numeric or string literal, NULL, or a direct call to a user-written function.

How to fix the Error PLS-00427: RPC defaults cannot use builtins when versions of STANDARD differ ?

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

Call the remote subprogram by passing each actual parameter value explicitly.

Tags :

Leave Your Comment