How to create oracle linked server in SQL Server

preview_player
Показать описание
Thank You for Watching!

*** Advance your career or learn some new skills with one of these courses ***

--------------------SQL SCRIPT----------------------------------------------

/****** Object: LinkedServer [DEV3] Script Date: 11/21/2022 8:59:38 AM ******/
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.0.112)(PORT = 1521))
)
(CONNECT_DATA =
(SID =DEV)
)
)'
/* For security reasons the linked server remote logins password is changed with ######## */
GO
Рекомендации по теме
Комментарии
Автор

Thank you so much!! I'm an Oracle guy and SQL Server drives me crazy. This video showed me exactly what I needed.

kmaywfec
Автор

thank you so much my friend you did an amazing work. I have been trying to figure out this for hours because i installed the oracle client 11 g 32 bits and my sql server is 2022 tnsping worked by the ssms was not able to see the oracle provided. I followed lot of different pages. at the end I saw your video which saved me. thanks again for saving my day you are genius. God bless you.!!

benjisamuel
Автор

Been chasing myself in circles for two weeks trying to find the right ODAC version to use, didn't even think of downloading the full client. Thank you for showing the cloud download offerings.

Fenrir
Автор

It worked for me. Very helpful. Thank you.

duanjoe
Автор

Thank you for your clean explanation 👍

yalcinaksan
Автор

Linked server test connection working fine but, while expading tables in linked server getting below. Error.

Cannot obtain the schema rowset "DBSCHEMA_TABLES" for OLE DB provider "OraOLEDB.Oracle" for linked server "ORACLE_testlinked". The provider supports the interface, but returns a failure code when it is used. (Microsoft SQL Server, Error: 7311)

madhukethu