If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Materialized view hangs

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-17-02, 14:19
myaney myaney is offline
Registered User
 
Join Date: Dec 2002
Posts: 2
Exclamation Materialized view hangs

I have a schema in which I have a table ALIGNMENT and a snapshot log:

CREATE MATERIALIZED VIEW LOG ON ALIGNMENT WITH PRIMARY KEY;

Materialized view log created.

Then, in another schema, I try to create the snapshot:

CREATE MATERIALIZED VIEW ALIGNMENT BUILD IMMEDIATE REFRESH FAST AS SELECT * FROM ALIGNMENT@SYNCH;

and it hangs (I left it overnight). So, I guess this points to a lock issue, but I didn't see anything in DBA_LOCK referencing either of my schemas. Any idea what I should look at next?
Reply With Quote
  #2 (permalink)  
Old 12-19-02, 14:05
remivisser remivisser is offline
Registered User
 
Join Date: Dec 2002
Location: Netherlands
Posts: 118
Your Alertlog

I'd start with looking at the alertlogs (but at the site your building and the originating site)

Good luck!
__________________
Remi Visser

Oracle Database Administrator
(OCP certified 8i)

Homepage: http://home.remidian.com/
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On