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

Home -> Community -> Usenet -> c.d.o.misc -> internal handling of views

internal handling of views

From: Charles M <CharlesM_at_nowhere.com>
Date: Sat, 05 Aug 2006 22:07:46 -0500
Message-ID: <tJCdneITiIafwEjZnZ2dnUVZ_tqdnZ2d@giganews.com>


I was having a discussion with a fellow wherein he remarked that changing a value in one of a view's originating table(s) causes the views defining sql to fire in order to populate the view. I was always under the impression that a view element was a pointer (as in the C programming language) back to the same memory storage as in the underlying table*, i.e no sql, triggers, etc are fired - changing a value is really changing the memory storage, and the table and view are both pointing back to that memory, so one being changed IS (IS as in 'exactly' not 'the same thing as') the other being changed.

So , who's right here (or neither of us)?

CMM

Received on Sat Aug 05 2006 - 22:07:46 CDT

Original text of this message

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