Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

TRUNCATE table results in ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired

user5233730Jul 7 2023

We have couple of programs for our internal application.

We use some custom tables which are temporary and used within the programs. One table per program and never used by any other program. Ever since, we upgraded to 19C, we started getting this error once a month in different programs, even though we run the program once a day and the table being truncated is used only that particular process.

ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired

Comments
Post Details
Added on Jul 7 2023
1 comment
5,577 views