Hi.

For connecting to Oracle 10g i am using QOCI. But in my oracle database there are some tables which contains field types such as subclasses oracle object types (example: SDO_GEOMETRY), and i want to select this information. But it seems that QOCI driver can't select this types.

Is it possible to select domain types such as SDO_GEOMETRY using QOCI?

Thanks.