You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/connectors/connectors-create-api-oracledatabase.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ For example, you can perform the following tasks with the connector:
35
35
36
36
*[Create an Azure gateway resource for your gateway installation](../logic-apps/logic-apps-gateway-connection.md).
37
37
38
-
* The logic app workflow where you want to connect to your Oracle database. This connector provides only actions, no triggers, so use any trigger that you want to start your workflow. To create the logic app and add a trigger, see the following documentation:
38
+
* The logic app workflow where you want to connect to your Oracle database. This connector provides only actions, not triggers. You can use any trigger that you want to start your workflow. To create the logic app and add a trigger, see the following documentation:
39
39
40
40
*[Create an example Consumption workflow in multitenant Azure Logic Apps](../logic-apps/quickstart-create-example-consumption-workflow.md).
41
41
*[Create an example Standard workflow in single tenant Azure Logic apps](../logic-apps/create-single-tenant-workflows-azure-portal.md)
@@ -51,7 +51,7 @@ This connector doesn't support the following items:
51
51
52
52
* Any table with composite keys
53
53
* Nested object types in tables
54
-
* Database functions with non-scalar values
54
+
* Database functions with nonscalar values
55
55
56
56
For more information, see the [connector's reference documentation](/connectors/oracle/).
57
57
@@ -89,7 +89,7 @@ For available connector operations, see the [connector's reference documentation
89
89
90
90
**Mitigation**: Make sure your gateway is running on the on-premises computer where you installed the gateway and has internet connectivity. Avoid installing the gateway on a computer that might be turned off or go to sleep. You can also try restarting the on-premises data gateway service (PBIEgwService).
91
91
92
-
#### **Error**: The provider being used is deprecated: 'System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.'. See [https://go.microsoft.com/fwlink/p/?LinkID=272376](/power-bi/connect-data/desktop-connect-oracle-database) to install the official provider.
92
+
#### **Error**: The provider being used is deprecated: 'System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.' To install the official provider, see [https://go.microsoft.com/fwlink/p/?LinkID=272376](/power-bi/connect-data/desktop-connect-oracle-database).
93
93
94
94
**Cause**: The Oracle client SDK isn't installed on the computer where the on-premises data gateway is running.
0 commit comments