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 -> Describing indexes of a table in OCI

Describing indexes of a table in OCI

From: andras <szandras_at_yahoo.com>
Date: 21 Dec 2001 02:16:49 -0800
Message-ID: <d53c11a7.0112210216.495e633@posting.google.com>


Hello to you all,

I would like to get a description of all indexes of a specific table. I have seen the 'table description' structure for OCIDescribeAny() in the docs so I am aware of the node structure and I also am able to describe the columns of a table without problems.

My specfic question to you is what OCIAttrGets and OCIParamGets should I use to access 'statistics' -> 'indexes' -> ... from the describeTableHandle.

I have tried to figure it out from the header file but I could find no OCI_ATTR_LIST_STATISTICS, OCI_ATTR_LIST_INDEX or anything like that.

Please help me if you can, any small hint is welcome!

Thank you,

Andras Received on Fri Dec 21 2001 - 04:16:49 CST

Original text of this message

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