How to update customized table from two different sessions without having ORA-00054: resource busy a
Hi,
We are trying to update customized tables using a customized package registered as concurrent program. When we submit the concurrent program in session 1 the process works ok. However calling the concurrent program in a second session (session 2 ) is causing the first concurrent to stop with an error: ORA-00054: resource busy and aquire with NOWAIT specified or timeout expired.
We have registered our concurrent program under receivables responsibility. We are trying to submit the concurrent program using two different users (referred above as session 1 and seesion 2)
How can we submit the same concurrent program using two different users withouht facing the locking of the tables problem?
We are trying to update customized tables using a customized package registered as concurrent program. When we submit the concurrent program in session 1 the process works ok. However calling the concurrent program in a second session (session 2 ) is causing the first concurrent to stop with an error: ORA-00054: resource busy and aquire with NOWAIT specified or timeout expired.
We have registered our concurrent program under receivables responsibility. We are trying to submit the concurrent program using two different users (referred above as session 1 and seesion 2)
How can we submit the same concurrent program using two different users withouht facing the locking of the tables problem?
0