Hi To All,
I'm having problem when accessing my Oracle table in SQL Server, I successfully created and OracleLinkedSer ver but when I tried to select the oracle table via linked server I encountered the error message OLE DB provider 'OracleLinkedSe rver' does not contain table '"[oracle schema]"."[tablename]"' Actually the owner of the table is under the schema that I mentioned when creating my linked server.
Thanks in advance for all your inputs.
I'm having problem when accessing my Oracle table in SQL Server, I successfully created and OracleLinkedSer ver but when I tried to select the oracle table via linked server I encountered the error message OLE DB provider 'OracleLinkedSe rver' does not contain table '"[oracle schema]"."[tablename]"' Actually the owner of the table is under the schema that I mentioned when creating my linked server.
Thanks in advance for all your inputs.
Comment