Skip to content

Commit ca99db0

Browse files
committed
Update per feedback
1 parent 8961a04 commit ca99db0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, logicappspm
77
ms.topic: article
8-
ms.date: 05/19/2020
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,13 +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
112-
* Database functions with non-scalar values
113113

114114
## Connector-specific details
115115

0 commit comments

Comments
 (0)