Dear Hareesh,
1) SELECT * FROM SAP_XI.MCON_INTF_OPS WHERE CSTATUS = 'N' FOR UPDATE
2) UPDATE SAP_XI.MCON_INTF_OPS set CSTATUS = 'S',CXI_READ = sysdate WHERE CSTATUS = 'N'
from the above 2 queries what will be the first the xi is handling?
what is the difference SELECT ..... FOR UPDATE and SELECT FOR UPDATE.
both are same or different?
Regards,
KIRAN POLANI