简体   繁体   English

如何将 Oracle 数据库引用到 SQL Server 的 Azure 实例:它们可以链接吗?

[英]How to reference an Oracle Database an Azure instance of SQL Server: Can they be linked?

I want reference data residing on an Oracle server from within an Azure managed instance of SQL Server.我想要从 SQL Server 的 Azure 托管实例中驻留在 Oracle 服务器上的参考数据。 Oracle Server is not a cloud instance. Oracle Server 不是云实例。

Azure SQL Database doesn't support linked servers. Azure SQL 数据库不支持链接服务器。 Azure SQL Database contains single database and managed instance. Azure SQL 数据库包含单个数据库和托管实例。 You can see here: Linked Servers .您可以在此处查看: 链接服务器 在此处输入图片说明

So you can not create a linked Oracle Server for the Azure managed instance.因此,您无法为 Azure 托管实例创建链接的 Oracle 服务器。

Other words, it's impossible to reference data residing on an Oracle server from within an Azure managed instance of SQL Server换句话说,不可能从 SQL Server 的 Azure 托管实例中引用驻留在 Oracle 服务器上的数据

Hope this can helps you.希望这可以帮助你。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在SQL链接服务器中查询oracle数据库 - how to query oracle database in SQL linked server 与 Oracle 数据库链接的 SQL Server - SQL Server Linked with Oracle Database 在SQL Server数据库项目中,如何动态引用在使用OpenQuery的视图中使用的Oracle链接服务器? - In a SQL Server database project, how do I dynamically reference an Oracle linked server used in a view which uses OpenQuery? 从 SQL Express 实例创建到 SQL Azure 数据库的链接服务器时出错“此版本的 SQL Server 不支持 Windows 登录。” - Error in creating a linked server to SQL Azure database from a SQL Express instance “Windows logins are not supported in this version of SQL Server.” 如何在Oracle上为SQL Server创建LInked服务器 - How to Create a LInked Server to SQL Server on Oracle 除了链接服务器和SSIS,如何将Oracle数据库与SQL Server数据库同步? - How to sync Oracle database with SQL Server database other than linked server and SSIS..? 如何在SQL Server 2017中使用MFA创建Azure SQL数据库的链接服务器 - How to create a Linked Server of Azure SQL Database with MFA in SQL Server 2017 无论如何要在 Azure 托管实例中创建链接服务器到进度数据库? - Is there anyway to create a Linked Server in an Azure Managed Instance to a Progress Database? 如何使用链接服务器从 SQL Server 2012 连接到 Oracle 数据库? - How to connect to Oracle database from SQL Server 2012 using linked server? 未从链接服务器(Oracle 数据库)获取 SQL 值 - Not getting SQL values from Linked Server (Oracle Database)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM