Results 1 to 8 of 8

Thread: Materialised View??

  1. #1
    Junior Member
    Join Date
    Jun 2008
    Answers
    1

    Materialised View??

    What is mean by Materialzed view


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

    Re: Materialised View??

    please find a related article here and here.


  3. #3
    Junior Member
    Join Date
    Jun 2008
    Answers
    1

    Re: Materialised View??

    materialised view is also called the snapshot,schema,and also store in remoteside and also refresh time to time auto.we can call only query not any others.


  4. #4
    Expert Member
    Join Date
    Sep 2007
    Answers
    697

    Re: Materialised View??

    A view is stored as a query in data dictionary. Whenever we execute that view, it takes data from base table using that query in data dictionary.

    A materialised view along with query, it also store the results of the query in the database.
    - A materialised view allow you to maintain copies of remote data on your local node.
    - Materialized views, which store data based on remote tables are also, know as snapshots.
    - After updation of base table materialized view data does not match with base table data. Data in materialized views must be refreshed to keep it synchronized with its base table.


  5. #5
    Junior Member
    Join Date
    Jun 2008
    Answers
    1

    Re: Materialised View??

    Materialised views are like snapshots.
    It is used to store the data locally from a remote database.
    There are following refresh types like
    Fast
    Complete
    Force


  6. #6
    Junior Member
    Join Date
    Jul 2008
    Answers
    1

    Thumbs up Re: Materialised View??

    Quote Originally Posted by suhasnamita View Post
    What is mean by Materialzed view
    Materialized view is an object created by the developer or DBA for a report
    or complex querry which fetches lots of data from multiple tables by joining them in a given querry.

    People may ask why don't use view rather Materialized view, view is data dictionary but where as MV is an object and is locally managed, so the data
    stored in MV is fast retrieval. But it wont automatically does not reflect the data whenever the data changed in database. DBA has to set the command to refresh MV on time to time basis.


  7. #7

    Re: Materialised View??

    What is private cursor and what is dynamic cursor ?


  8. #8
    Expert Member
    Join Date
    Sep 2007
    Answers
    697

    Re: Materialised View??

    >>what is dynamic cursor ?

    A cursor whose contents can be changed dynamically at run time are called dynamic cursors.

    We use ref cursor datatype to create dynamic cursors.


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