Latest Answer: And.. It does not store any data value in it unlike normal index do.Queries will not get benefitted. This can be used only for analysis. ...
Virtual Indexes are another undocumented feature used by Oracle. Virtual indexes, as the name suggests are pseudo-indexes that will not behave the same way that normal indexes behave, and are meant for
Latest Answer: Query Rewrite option advantages we can get with the materialize view option also. ...
Latest Answer: Function-based indexes can use any Function or Object method that is declared as repeatable. Queries using expressions can use the index. Ex:- CREATE INDEX sales_margin_inx ON sales(revenue - cost); Sql> SELECT ...
Latest Answer: The explanations are above, read further in the concepts manual.I would advice caution when using these, as they can cause severe conention when used in Update/Insert Intensive / OLTP environs.This is because of the way the bitmap index is organized:Value1:rowid,rowid,rowid........Value2:rowid,rowid,rowid........ ...
Latest Answer: An Extent is a set of contignous data blocks obtain in a single allocation and used to store specific type of information. ...
Latest Answer: 1. set SHARED_SERVERS=(more than 1) in init.ora2. make changes in tnsnames.ora file to get the connection with DISPATHERS rather than dedicated servers ...
Latest Answer: datafile,control file and redo logs ...
Latest Answer: Data objects are used to stored data when needs to grow take chunks of space that is called extents and an data objects multiple extents are stored in segment. ...
Latest Answer: data segmentundo segmenttemperory segmentIndex segments ...
View page << Previous 10 11 12 13 [14] 15 16 17 18 19 Next >>

Go Top