Oracle V7.3.4 DB setup as a linked server.
When I try to run the query
select * from tsserver...witems
I receive this:
OLE DB provider 'tsserver' does not contain table 'witems'. The table either does not exist or the current user does not have permissions on that table.
I have the correct security setup and also am able to browse the tables and run querys in enterprise manager.
Is there some naming convention I need to use in specifying the table to ensure it is using the correct schema in Oracle?
When I try to run the query
select * from tsserver...witems
I receive this:
OLE DB provider 'tsserver' does not contain table 'witems'. The table either does not exist or the current user does not have permissions on that table.
I have the correct security setup and also am able to browse the tables and run querys in enterprise manager.
Is there some naming convention I need to use in specifying the table to ensure it is using the correct schema in Oracle?