The query I have made in oracle does not work with linked server with sql server 2008.
The OLE DB provider "MSDAORA" for linked server "ORACLE" supplied invalid metadata for column "DATETIME_INS". The data type is not supported.
The query:
select * from ORACLE..U_GERAN.CELLSTATS4
What are the modification that must be done to execute the query.