|
-
how often the view get's updated
Hi ,
I created a view based on three tables.I would like to know how often the view gets updated.
The based tables will get updated every 2 to 5minutes.Will it get updated if We have new data in any table
Can some one explain me
thanks
-
Re: how often the view get's updated
Originally posted by prodadmin
Hi ,
I created a view based on three tables.I would like to know how often the view gets updated.
The based tables will get updated every 2 to 5minutes.Will it get updated if We have new data in any table
Can some one explain me
thanks
What view? A materialized view?
Oracle Certified Master
Oracle Certified Professional 6i,8i,9i,10g,11g,12c
email: [email protected]
-
-
Regular view does not take any time. It is as good as you are fetching data from base tables. So it should be instantaneous. what made you think it takes 2-3 minutes? any test/observation?
-- Dilip
-
thanks
Thank you Dilip!!
I was just guessing "will there be any delay?"
I know materiliazed views updates depend upon the time we specify.
-
Read the concepts manual, 'cos ithink you don't understand what a view is. It's just a query hidden inside a logical wrapper -- you selct from the view, the query get's executed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|