Skip to content

Commit 0adcdf3

Browse files
Live publish for 22 July 2024.
2 parents 01d4216 + 3fe3e5e commit 0adcdf3

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

powerapps-docs/maker/data-platform/create-virtual-tables-using-connectors.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create virtual tables using virtual connectors (Microsoft Dataverse) | Microsoft Docs"
33
description: "Learn how to create virtual tables using virtual connectors in Microsoft Dataverse."
4-
ms.date: 07/02/2024
4+
ms.date: 07/22/2024
55
ms.reviewer: matp
66
ms.topic: article
77
author: NHelgren
@@ -23,6 +23,7 @@ This document covers the new experience using Power Apps (make.powerapps.com) t
2323
- Microsoft SharePoint
2424
- Microsoft Fabric. More information: [Build apps and automations, drive action with insights from Microsoft Fabric](azure-synapse-link-build-apps-with-fabric.md)
2525
- Salesforce (preview)
26+
- Oracle (preview)
2627

2728
You can create a virtual table for Excel using the virtual connector provider by following the legacy process. More information: [Create the virtual table for Microsoft Excel](#create-the-virtual-table-for-microsoft-excel)
2829

@@ -32,6 +33,7 @@ To learn more about supported actions and limitations with the connector, go to:
3233
- [Connector reference for the Microsoft Excel Online Business connector](/connectors/excelonlinebusiness/)
3334
- [Connector reference for the SharePoint Online connector](/connectors/sharepointonline/)
3435
- [Connector reference for the Salesforce connector](/connectors/salesforce/)
36+
- [Connector reference for the Oracle connector](/connectors/oracle/)
3537

3638
## Overview
3739

@@ -157,6 +159,19 @@ Select Add connection:
157159
- **Login URI**: Select either **Production** (default) or **Sandbox**.
158160
- **Salesforce API version**: Select **v41.0** (default) or a later version.
159161

162+
# [Oracle (preview)](#tab/oracle)
163+
164+
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
165+
166+
> [!IMPORTANT]
167+
>
168+
> - This is a preview feature.
169+
> - [!INCLUDE [cc-preview-features-definition](../../includes/cc-preview-features-definition.md)]
170+
171+
For Oracle connections, you must provide a server, authentication type, username, password, and a gateway.
172+
173+
Server should be provided in **Server:Port/SID**-format. Notice that the server name or IP-address needs to be accessible from the [on-premises data gateway](/data-integration/gateway/service-gateway-onprem).
174+
160175
---
161176

162177
3. Select **Create**.

powerapps-docs/maker/data-platform/limits-tshoot-virtual-tables.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: NHelgren
55
ms.author: nhelgren
66
ms.service: powerapps
77
ms.topic: conceptual
8-
ms.date: 04/12/2024
8+
ms.date: 07/22/2024
99
ms.custom: template-how-to
1010
contributors:
1111
- psimolin
@@ -105,6 +105,12 @@ The following are limitations for each data source.
105105
- For Salesforce connector limitations, go to [Salesforce connector reference](/connectors/salesforce/).
106106
- Fields that are referencing other Salesforce objects are locked.
107107

108+
# [Oracle (preview)](#tab/oracle)
109+
110+
- For Oracle connector limitations, go to [Oracle connector reference](/connectors/oracle/).
111+
- Oracle table needs to have a primary key defined.
112+
- Oracle table needs to have at least one string type field besides the primary key.
113+
108114
---
109115

110116
## Troubleshooting

0 commit comments

Comments
 (0)