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

Home -> Community -> Usenet -> c.d.o.server -> Re: Describing indexes of a table in OCI

Re: Describing indexes of a table in OCI

From: andras <szandras_at_yahoo.com>
Date: 26 Dec 2001 02:38:16 -0800
Message-ID: <d53c11a7.0112260238.38db2cab@posting.google.com>


I thought of SELECTing from the user_* and all_* tables for accessing index information, but I wanted to create a pure OCI solution. It was evident from the docs that it CAN be done, but I didn't (and still don't) know how.

In my opinion there should be some speed difference between the direct OCI call and explicit SELECTING from user_* and all_*, but speed is not that important for me, because index description is only executed at application startup.

Thank you for your input and I will definitely let you know if I manage to find the OCI solution.

Andras Received on Wed Dec 26 2001 - 04:38:16 CST

Original text of this message

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