SQL Server, reading and writing data from Oracle 12c. Linked server.
Hi Guys, Welcome back! Today i will show you, briefly, how to read and write data from Oracle directly from your SQL Server installation. Today Key word is linked server ! Are you ready? Yes i suppose! Three steps to access data from Oracle (12c) The first step is installing the Oracle Data Access components that provide the network library required to establish connectivity to the Oracle database. You must download a zip file named ODAC121021Xcopy_x64 from the oracle official site. The installation is easy infact you need only to unzip the files and run as administrator the install.bat file. The installation procedure will create the following dll and exe files: The second step . Open the ODBC Data source Aministrator and press add button in the system DNS. Enter the Oracle datasource name, a description and the user ID. Third step, the most interesting: create a linked server to Oracle . Open the SSMS and locate Server Objects item, then locate Linked Server item and finally...