Does analyzing tables using dbms cause blocking locks?
If during analizing the table using cascade=tru in the dbms the client issue a select statement of a view that reference the table analizing, can this cause blocking locks?
0