Skip to content

Commit 7683345

Browse files
authored
Merge pull request #115707 from lauradolan/oracle-db-functions
Oracle Database connector nonscalar values
2 parents e333704 + ca99db0 commit 7683345

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

articles/connectors/connectors-create-api-oracledatabase.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Connect to Oracle Database
33
description: Insert and manage records with Oracle Database REST APIs and Azure Logic Apps
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: klam, logicappspm
6+
ms.reviewer: estfan, logicappspm
77
ms.topic: article
8-
ms.date: 03/29/2017
8+
ms.date: 05/20/2020
99
tags: connectors
1010
---
1111

@@ -16,6 +16,13 @@ Using the Oracle Database connector, you create organizational workflows that us
1616
* Build your workflow by adding a new customer to a customers database, or updating an order in an orders database.
1717
* Use actions to get a row of data, insert a new row, and even delete. For example, when a record is created in Dynamics CRM Online (a trigger), then insert a row in an Oracle Database (an action).
1818

19+
This connector doesn't support the following items:
20+
21+
* Views 
22+
* Any table with composite keys
23+
* Nested object types in tables
24+
* Database functions with non-scalar values
25+
1926
This article shows you how to use the Oracle Database connector in a logic app.
2027

2128
## Prerequisites
@@ -103,12 +110,6 @@ This article shows you how to use the Oracle Database connector in a logic app.
103110
**Cause**: The table does not have any primary key. 
104111

105112
**Resolution**: The Oracle Database connector requires that a table with a primary key column be used.
106-
107-
#### Currently not supported
108-
109-
* Views 
110-
* Any table with composite keys
111-
* Nested object types in tables
112113

113114
## Connector-specific details
114115

0 commit comments

Comments
 (0)