Skip to content

Commit 1c02485

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,21 @@ For available connector operations, see the [connector's reference documentation
8585

8686
#### **Error**: Cannot reach the Gateway
8787

88-
**Cause**: The on-premises data gateway is not able to connect to the cloud. 
88+
**Cause**: The on-premises data gateway can't connect to the cloud.
8989

90-
**Mitigation**: Make sure your gateway is running on the on-premises machine where you installed it, and that it can connect to the internet.  We recommend not installing the gateway on a computer that may be turned off or sleep. You can also restart the on-premises data gateway service (PBIEgwService).
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).
9191

9292
#### **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.
9393

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

9696
**Resolution**: Download and install the Oracle client SDK on the same computer as the on-premises data gateway.
9797

9898
#### **Error**: Table '[Tablename]' does not define any key columns
9999

100-
**Cause**: The table does not have any primary key. 
100+
**Cause**: The table doesn't have a primary key.
101101

102-
**Resolution**: The Oracle Database connector requires that a table with a primary key column be used.
102+
**Resolution**: The Oracle Database connector requires that you use a table with a primary key column.
103103

104104
## Related content
105105

0 commit comments

Comments
 (0)