简体   繁体   English

如何从 azure 数据块通过 vpn 读取 oracle db?

[英]How to read oracle db over vpn from azure databricks?

When I try to read a oracle table via azure databricks(I connect to vpn for accessing this db), it shows below error当我尝试通过 azure 数据块(我连接到 vpn 以访问此数据库)读取 oracle 表时,它显示以下错误

Java. Java。 Sql. Sql。 Sqlrecoverableexception: IO Error: The network adapter could not establish the connection.. Sqlrecoverableexception: IO 错误: 网络适配器无法建立连接..

Do I need to specify the VPN details in databricks?我是否需要在 databricks 中指定 VPN 详细信息?

Even if you connected to VPN, the Databricks cluster that is running in the cloud couldn't reach your on-premise Oracle installation.即使您连接到 VPN,在云中运行的 Databricks 集群也无法访问您的本地 Oracle 安装。 To achieve that you need to work with your networking team on setting VPN connection between on-premise & cloud.要实现这一点,您需要与您的网络团队合作,在本地和云之间设置 VPN 连接。 It's described in the documentation in great details, so it doesn't make sense to repeat it here. 文档中描述的很详细,所以在这里重复是没有意义的。

Hostnames which are being used in the Databricks clusters should be enabled to access on-prem resources through Endpoint Services.You can ref: link应启用 Databricks 集群中使用的主机名,以通过 Endpoint Services 访问本地资源。您可以参考: link

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

相关问题 如何在 Azure Databricks 中使用 JDBC 从 PostgreSQL 读取表数据? - How to read table data from PostgreSQL using JDBC in Azure Databricks? Azure Databricks Pyspark - 如何唤醒暂停的无服务器 Azure SQL DB - Azure Databricks Pyspark - how to wake paused serverless Azure SQL DB 将数据从 Azure Databricks 保存到 Cosmos DB 非常慢 - Saving data to Cosmos DB from Azure Databricks is very slow 如何将文件从 blob 存储读取到 azure 数据块,文件名中包含每日日期 - How to read a file from blob storage to azure databricks with daily date in the file name 如何使用 Azure 数据块读取和写入来自 ADLS gen 2 的多个工作表的 Excel 数据 - How to use Azure databricks to read and write excel data with multiple sheets from ADLS gen 2 如何从 Python Azure Synapse 笔记本连接到 Oracle DB? - How to connect to an Oracle DB from a Python Azure Synapse notebook? 如何从 Azure 数据块写入 RabbitMQ? - How to write into RabbitMQ from Azure databricks? 从 Azure 存储资源管理器中读取数据块中的 zip 文件 - Read a zip file in databricks from Azure Storage Explorer 如何从文件存储中读取数据块中的 .shp 文件? - How read .shp files in databricks from filestore? 如何读取空的增量分区而不会在 Azure Databricks 中失败? - How to read empty delta partitions without failing in Azure Databricks?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM