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

oracle

PLS-00591: this feature is not supported in client-side programs
Cause: One of the following features was used in a wrong context: 

     pragma AUTONOMOUS_TRANS 

     dynamic SQL statements (for example, EXECUTE IMMEDIATE) 

     bulk binds 

These listed features can only be used in server-side programs but not client-side programs.
Action: Remove it or define a server-side subprogram to do the work and call the subprogram from the client.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/