Consider the below query from DB1
, which has DBLINK FOR Table TAB
on DB2
:
SELECT * FROM [TAB] FOR UPDATE NOWAIT
When I executed the query on 20 processes in parallel, 16 of the processes were successful and 4 processes failed with ORA Error.