I have an SQL Server 2008 Express Edition and added an Oracle DB as a linked server with the OraOLEDB.Oracle
provider. The connection works but I can only see the views from the Oracle server, no tables, and no materialized views.
I can SELECT *
on the visible views, so there doesn't seem to be an obvious problem with the linking.