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

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

Oracle Error Message

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

Reason for the Error

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.

Solution

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

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...