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



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

Answer / guest

Cause: An attempt was made to issue a commit or rollback
from a PL/SQL object (procedure, function, package) in a
session that has this disabled (by 'alter session disable
commit in procedure')

Action: Enable commits from PL/SQL in this session, or do
not attempt to use commit or rollback in PL/SQL when they
are disabled in the current session.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-17612: Failed to discover Oracle Disk Manager library, return value string

1 Answers  


TNS-12557: TNS:protocol adapter not loadable

2 Answers  


ORA-01715: UNIQUE may not be used with a cluster index

1 Answers  


TNS-00064: INTCTL: Failed to find CMANAGER_NAME in INTCHG.ORA

1 Answers  


ORA-30201: Unable to load NLS data object

1 Answers  


ORA-36314: (PHYS01) workspace object must be a dimension, relation or variable.

1 Answers  


ORA-08430: raw data missing leading sign

1 Answers  


UDI-00050: unable to setup parameter processing.

1 Answers  


ORA-30553: The function is not deterministic

1 Answers  


ORA-01550: cannot drop system tablespace

1 Answers  


ORA-02251: subquery not allowed here

1 Answers  


ORA-02162: invalid value for MAXDATAFILES

1 Answers  


Categories