I'm getting this error when trying to DROP a table.
I've googled and googled and tried all possible solutions to the best of my abilities but none of them have worked for me so far.
This is the error I'm getting:
Error starting at line : 1 in command -
DROP TABLE INTEREST
Error report -
SQL Error: ORA-00054: resource busy and acquire with NOWAIT specified
00054. 00000 - "resource busy and acquire with NOWAIT specified"
*Cause: Resource interested is busy.
*Action: Retry if necessary.
Keep in mind I'm not that knowledgable about SQLDeveloper or SQL itself so please try and be as elaborate as possible.
Thank you!