SYS_NC00005$ in DBSCHEMA_INDEXES.COLUMN_NAME
Hi,
I would like to get properties of indexes via OLEDB schema of indexes.
There is a table that have an index with two column, Col2 DESC, Col3 ASC.
I receive fals column name from schema rowset: SYS_NC00005$ for Col2 (I guess it is for DESC) and content COLLATION field also wrong (DB_COLLATION_ASC).
How can I get right data (properties)?
Thank you for any idea.
Regards,
Imre