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!

drop view command hangs

user613483Sep 26 2008 — edited Sep 29 2008
I would like to recreate a view.
But the session hangs.
I can't drop this view too.

It is a simple view like this:

create or replace forse view
(t.col1,t.col2,tt.col3,t.col4) as
select col1,col2,col3,col4
from tab1t,tab3 tt
on t.col1 = tt.col1

There is no lock on this object. I looked in v$lock and v$locked objects
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2008
Added on Sep 26 2008
18 comments
1,554 views