Oracle Error ORA-00034: cannot string in current PL/SQL session

Oracle Error Message

ORA-00034: cannot string in current PL/SQL session

Reason for the Error

In a session when this has been disabled (via “change session disable commit in procedure”), an attempt was made to issue a commit or rollback from a PL/SQL object (procedure, function, or package).

Solution

If PL/SQL commits aren’t enabled for this session, don’t try to use the commit or rollback functions in PL/SQL while they are.

Share:

Leave A Reply

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

You May Also Like

Oracle Error Message ORA-24328: illegal attribute value Reason for the Error The attribute value passed in is illegal. Solution Consult...
Oracle Error Message ORA-01346: LogMiner processed redo beyond specified reset log scn Reason for the Error LogMiner has detected a...
Oracle Error Message ORA-13241: specified dimensionality does not match that of the data Reason for the Error An error occurred...