adspace


What is mutating error in pl sql?

Answer Posted / Deep Kumar Singh

A mutating error in PL/SQL occurs when a SQL statement modifies the same table as another SQL statement or PL/SQL block that is currently executing. This is not allowed because it can lead to inconsistent data. To avoid this, you should use implicit transactions or explicit BEGIN...COMMIT blocks.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I remove duplicates in two columns?

1187


what is dbms? : Sql dba

1061


what are the advantages of sql ? : Sql dba

1142


how many tables will create when we create table, what are they? : Sql dba

1144


how to escape special characters in sql statements? : Sql dba

1114


how to start mysql server? : Sql dba

1267


what is sql server agent? : Sql dba

1182


what is collation? : Sql dba

1229


Does group by remove duplicates?

1112


Can delete statement be rollbacked?

1054


define sql insert statement ? : Sql dba

1098


Is primary key clustered index?

1019


If a cursor is open, how can we find in a pl/sql block?

1238


how to use regular expression in pattern match conditions? : Sql dba

1113


Can we use distinct and group by together?

1133