RAY_HT Messages: 134 Registered: May 2005 Location: CAIRO
Senior Member
Dear all ,
i'm facing big problem ..
when i'm executing calculation funtion of customer invoices , exclusive lock happening to customer account table .
if user try to update any record while this funtion running on deferent set of customer invoices , the system hange until the function execution complet.
i'm useing
LOCK TABLE bl_USAGE_TX IN ROW SHARE MODE;
but when i'm tracing this issue i get this information