An employee would like to query a table in an Oracle database using SQL Server 2000, Enterprise Manager.
He knows how to do the whole DTS thing, but doesnβt want to go this route to add hoc requests.
Is there another way?
Here's a step-by-step guide: Configuring a Linked Oracle Server
Note that the default Microsoft driver for Oracle RDBMS does not work, so you need to install the Oracle client (or instant client)
Another Microsoft Link: MSDN
Linked Server ( Security in Enterprise Manager). :
SELECT * FROM OracleServer.Database.dbo.Table
- Oracle , , "dbo" , SQL Server.
Source: https://habr.com/ru/post/1698478/More articles:Is it possible to iterate over the contents of a text field? If not, what is the best strategy for reading in turn? - c #How to get the content of an XML element using XmlSerializer? - c #How to deserialize this simple xml configuration using the XmlSerializer class? - xmlDynamically assigning master pages using MVC - asp.net-mvcHow to get comparison items in a general list - c #For those using SubSonic, what performance do you see in large applications? - performanceCatch the Paste event? - event-handlingReplace main Flex application - flexWhen to use a private constant? - privateHow do ExceptionSorter classes work in JBoss? - jbossAll Articles