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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Function - Based Indexes

RE: Function - Based Indexes

From: M Rafiq <rafiq9857_at_hotmail.com>
Date: Mon, 01 Mar 2004 13:27:35 -0500
Message-ID: <BAY99-F36aaYXfAKAk500007a39@hotmail.com>


Run this script

SELECT index_name, table_name, status FROM dba_indexes WHERE FUNCIDX_STATUS is not null
/

Regards
Rafiq

From: Muqthar Ahmed <Muqthar.Ahmed_at_decoratetoday.com> Reply-To: oracle-l_at_freelists.org
To: "'oracle-l_at_freelists.org'" <oracle-l_at_freelists.org> Subject: Function - Based Indexes
Date: Mon, 1 Mar 2004 13:05:45 -0500

Hi,

If an Index is created on a column using Function then how do you find out this information using Data Dictionary.

For example:

    create index tab1_idx1 on tab1(trim(lower(billaddress))) tablespace users;

Usually I export table without DATA to see Create Index syntax.

Please let me know if I can use any Data Dictionary.

Thanks
Muqthar Ahmed

The information contained in this E-mail message is privileged, confidential, and may be protected from disclosure; please be aware that any other use, printing,copying,
disclosure or dissemination of this communication may be subject to legal restriction or sanction. If you think that you have received this E-mail message in error, please
reply to the sender and delete it from your computer. Thank you.



Stay informed on Election 2004 and the race to Super Tuesday. http://special.msn.com/msn/election2004.armx

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Mon Mar 01 2004 - 12:25:18 CST

Original text of this message

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