Skip to Main Content

Oracle Database Discussions

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

index creation error

ramesh kumarMay 22 2023

> create index emp_mgr_idx on employees (manager_id);
create index emp_mgr_idx on employees (manager_id)
*
ERROR at line 1:
ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired

i got this type of request from developer,how to resolve this type issues?

can any tell me brefily

1)how to i do know who are accessing the table while creating index on that table?

2)how to know which types of locks are there in that table?

Comments
Post Details
Added on May 22 2023
1 comment
276 views