Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
CREATE INDEX does not store the timestamp of the most recent function used - Oracle
Home
>>
Category
>>
Oracle (MCQ) questions and answers
>>
Oracle Indexes and Partitioned Tables
Q. CREATE INDEX does not stores the timestamp of the most recent function used in the function-based index.
- Published on 27 Jul 15
a.
True
b.
False
ANSWER: False
Related Content
Oracle DBA (
67
)
Oracle Replication (
19
)
Oracle Architecture (
20
)
Oracle Transaction (
40
)
Administering and Managing an Oracle Database (
25
)
Managing Oracle Database Processes (
8
)
Oracle Control Files (
27
)
Oracle Redo Log (
23
)
Oracle Tablespaces (
24
)
Oracle Datafiles and Tempfiles (
13
)
Oracle Managed Files (
11
)
Oracle Schema (
26
)
Oracle Tables (
13
)
Oracle Indexes and Partitioned Tables (
24
)
Oracle Clusters (
24
)
Oracle Views, Sequences, and Synonyms (
15
)
Oracle Distributed Database concepts (
28
)
Discussion
Nirja Shah
-Posted on 29 Sep 15
- The above statement is false.
- The true statement is:
- "CREATE INDEX stores the timestamp of the most recent function used in the function-based index."
- This timestamp is updated when the index is validated.
- When performing tablespace point-in-time recovery of a function-based index, if the timestamp on the most recent function used in the index is newer than the timestamp stored in the index, then the index is marked invalid.
- You must use the ANALYZE INDEX ... VALIDATE STRUCTURE statement to validate this index.
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲