Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle table view and index
It sounds like you do not understand what a view is. A view is nothing more
than a "canned query". A view does not occupy storage and cannot have
indexes. When you submit a query such as "select *
from view_name", Oracle just translates that into the query you provide
merged with the underlying view query against the actual table.
Bert Scalzo
DBA
EDS, Plano TX
Received on Tue Jul 21 1998 - 12:59:43 CDT
![]() |
![]() |