Results 1 to 3 of 3

Thread: Materialized views

  1. #1
    Junior Member
    Join Date
    Apr 2006
    Answers
    12

    Thumbs up Materialized views

    I got a materialized view which is based on a table having 100million records.If i added 10 more records to that base table how can i refresh only the newly added 10 records into the Materialized views without using refresh on commit since refresh on commit scans the entire table


  2. #2
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    Re: Materialized views

    You need to use fast refresh method.

    FAST:-It uses MATERIALIZED VIEW LOG to send changes from master table row to the MAT-VIEW.

    and for this u need to create a materialized view log on the source table.


  3. #3
    Junior Member
    Join Date
    Mar 2008
    Answers
    6

    Re: Materialized views

    In any case u will have to perform the full refresh for reflecting those record. Moreover you can use the fast refresh.;


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact