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!

Unable to drop Schema

JamsherMay 5 2011 — edited May 7 2011
Hi All,

I am trying to drop schema but below error is coming

1)bdr_local>drop user HILLS_ISSUE_TRACKER cascade;
drop user HILLS_ISSUE_TRACKER cascade
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-00069: cannot acquire lock -- table locks disabled for B_ISSUE_COMMENTS

2)bdr_local>alter table HILLS_ISSUE_TRACKER.B_ISSUE_COMMENTS enable table lock;
alter table HILLS_ISSUE_TRACKER.B_ISSUE_COMMENTS enable table lock
*
ERROR at line 1:
ORA-00054: resource busy and acquire with NOWAIT specified

3)bdr_local>SELECT * FROM v$lock
WHERE id1 = (SELECT object_id FROM all_objects WHERE owner ='HILLS_ISSUE_TRACKER' AND object_name ='B_ISSUE_COMMENTS'); 2

no rows selected

I have taken the bounce of db to release the lock if any. Please help if some body the same issue.

Thanks
Jamsher.
This post has been answered by orawiss on May 5 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 4 2011
Added on May 5 2011
56 comments
2,330 views