BC remote Oracle DBA - Call (800) 766-1884
Free Oracle Tips

Oracle Consulting Oracle Training Development

Remote DBA

 

Remote DBA Plans
Remote DBA Service

 
Remote DBA Oracle Home
Remote DBA Oracle Training
Remote DBA SQL Tuning Consulting
Remote DBA Oracle Tuning Consulting
Remote DBA Data Warehouse Consulting
Remote DBA Oracle Project Management
Remote DBA Oracle Security Assessment
Remote DBA Unix Consulting
Burleson Books
Burleson Articles
Burleson Web Courses
Burleson Qualifications
Oracle Internals Magazine
Oracle Links
Remote DBA Oracle Monitoring
Remote DBA Support Benefits
Remote DBA Plans & Prices
Our Automation Strategy
What We Monitor
Oracle Apps Support
Print Our Brochure
Contact Us (e-mail)
Oracle Job Opportunities
Oracle Consulting Prices





   

 

 

   
  Oracle Tips by Burleson

Monitoring Functional Indexes

The concept of a functional index was added to Oracle8i. A functional index uses a function or collection of functions to operate on its column, thus allowing the same function or collection of functions to be applied in the WHERE clause of a SELECT that uses the index. A simple example would be a functional index using UPPER on a name field. This would allow selects of the form:

See Code Depot 

The new functionality will simplify table and application design tremendously in applications that retrieve data based on UPPER, LOWER, SOUNDEX, and other function-based queries.      

The Remote DBA will want to know about, and track, the use of function-based indexes in his or her database. The Remote DBA_INDEXES view has a new column that makes this easier, the FUNCIDX_STATUS column. The FUNCIDX_STATUS column contains NULL if the index is not a function-based index, ENABLED if it is a function-based index and is ready for use, and DISABLED if it is a function-based index that is disabled and can’t be used. If the value in FUNCIDX_STATUS is not NULL, a join to the Remote DBA_IND_EXPRESSIONS view will provide the information on the expression used to create the function-based column in the index.

www.oracle-script.com

Remote DBA Service
 

Oracle Tuning Book

Free Oracle dictionary reference poster

BC Oracle support

Oracle books by Rampant

Oracle monitoring software

North Carolina Oracle Users Group

 

 Arabian horse breeder

Seeing eye horses

 

 

Burleson is the American Team

American Flag

 

 

BC Remote Oracle Support
P.O. Box 511 • Kittrell, NC, 27544

Remote DBA

Remote DBA Services

 

Copyright © 1996 -  2011 by Burleson Enterprises. All rights reserved.

Oracle® is the registered trademark of Oracle Corporation.