Skip to content

Commit afc8761

Browse files
author
ecfan
committed
Fix Acrolinx issues
1 parent 1c02485 commit afc8761

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For example, you can perform the following tasks with the connector:
3535

3636
* [Create an Azure gateway resource for your gateway installation](../logic-apps/logic-apps-gateway-connection.md).
3737

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:
3939

4040
* [Create an example Consumption workflow in multitenant Azure Logic Apps](../logic-apps/quickstart-create-example-consumption-workflow.md).
4141
* [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:
5151

5252
* Any table with composite keys
5353
* Nested object types in tables
54-
* Database functions with non-scalar values
54+
* Database functions with nonscalar values
5555

5656
For more information, see the [connector's reference documentation](/connectors/oracle/).
5757

@@ -89,7 +89,7 @@ For available connector operations, see the [connector's reference documentation
8989

9090
**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).
9191

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).
9393

9494
**Cause**: The Oracle client SDK isn't installed on the computer where the on-premises data gateway is running.
9595

0 commit comments

Comments
 (0)