HomeOracleOracle Error PLS-00591: this feature is not supported in client-side programs

Oracle Error PLS-00591: this feature is not supported in client-side programs

Oracle Error Message

PLS-00591: this feature is not supported in client-side programs

Reason for the Error

One of the following features was used in a wrong context: pragma AUTONOMOUS_TRANSACTION, dynamic SQL statements, (e.g. EXECUTE IMMEDIATE), and bulk binds. These listed features can only be used in server-side programs but not client-side programs.

Solution

Remove it or define a server-side subprogram to do the work and call the subprogram from the client.

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...