Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Materialized Views

Materialized Views

From: SSB <sailf3_at_earthlink.net>
Date: Sat, 11 May 2002 22:18:14 GMT
Message-ID: <GMgD8.4269$Ok3.2497672@news1.news.adelphia.net>


I am trying to create (and populate a materialized view that is a join between two tables that have a primary key/foreign key relationship:

Select <some columns from each>

    FROM header h, detail d
  where d.header_key = h.header_key

The problem occurs when I try to refresh this MV for the first time. Transactions began backing up immediately, until the instance ran out connections. This caused my users great heartburn.

Is there any way to do this while allowing the users to still access the table, or am I going to have to take downtime?

Sean Bradley
sailf3_at_adelphia.net Received on Sat May 11 2002 - 17:18:14 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US