Hi!
I need to transfer data from oracle to SQL server 2005. I've used linked server for it as I can easily map CLOB datas to TEXT data types. But I am facing the following error.
The OLE DB provider "MSDAORA" for linked server "ORALINKSERVER" returned a "NON-CLUSTERED and NOT INTEGRATED" index "PK_TEST_ID" with the incorrect bookmark ordinal 0.
How to get rid of this error.
Also where can I check the permissions for the tables in linked server.
Please help. Its really important.
Thanks