Home » Developer & Programmer » Forms » ORA-00054: resource busy and acquire with NOWAIT specified
ORA-00054: resource busy and acquire with NOWAIT specified [message #175791] Mon, 05 June 2006 06:54 Go to next message
emadbsb
Messages: 334
Registered: May 2005
Location: egypt
Senior Member

Hii all


i try to drop a table by this syntax

Quote:

drop table GIMCADTXX;



and i got that error

Quote:

ORA-00054: resource busy and acquire with NOWAIT specified



Thnaks for everyone helped and helping me
Re: ORA-00054: resource busy and acquire with NOWAIT specified [message #175804 is a reply to message #175791] Mon, 05 June 2006 07:42 Go to previous message
Frank Naude
Messages: 4580
Registered: April 1998
Senior Member
00054, 00000, "resource busy and acquire with NOWAIT specified"
// *Cause:  Resource interested is busy.
// *Action: Retry if necessary.


Someone is using that table, so you cannot drop it.

Some workarounds, try again later, kill those users or restart the database in restricted mode.
Previous Topic: VISSUAL ATTRIBUTE
Next Topic: COMPILING FORMS FROM THE COMMAND LINE
Goto Forum:
  


Current Time: Fri Sep 20 09:47:25 CDT 2024