diff --git a/product_docs/docs/livecompare/3/oracle_support.mdx b/product_docs/docs/livecompare/3/oracle_support.mdx index 3d2873e13ea..b226a3270d5 100644 --- a/product_docs/docs/livecompare/3/oracle_support.mdx +++ b/product_docs/docs/livecompare/3/oracle_support.mdx @@ -17,7 +17,7 @@ For example, you can define `technology = oracle` in a data connection. You can All other data connections must be PostgreSQL. -The `user` you use to connect to Oracle must have the necessary privileges to read the data from the tables you want to compare. Specifically, `CONNECT`, `SELECT ANY TABLE` and `SELECT_CATALOG_ROLE`. These can be granted with the command: +The `user` you use to connect to Oracle must have the privileges needed to read the data from the tables you want to compare. Specifically, these privileges are `CONNECT`, `SELECT ANY TABLE`, and `SELECT_CATALOG_ROLE`. These can be granted with the command: ```sql GRANT CONNECT, SELECT ANY TABLE, SELECT_CATALOG_ROLE TO username; diff --git a/product_docs/docs/livecompare/3/rel_notes/3.0.2_rel_notes.mdx b/product_docs/docs/livecompare/3/rel_notes/3.0.2_rel_notes.mdx index 3d274b86c53..361b4790e77 100644 --- a/product_docs/docs/livecompare/3/rel_notes/3.0.2_rel_notes.mdx +++ b/product_docs/docs/livecompare/3/rel_notes/3.0.2_rel_notes.mdx @@ -11,5 +11,5 @@ LiveCompare 3.0.2 includes the following new features, enhancements, bug fixes, | Type | Description | Addresses | |:--------|:---------------------------------------------------------------------------------|:----------| -| Bug Fix | Fixed an issue which caused the application to crash when using replication sets | | -| Enhancement | Revised documentation to clarify what roles are required for Oracle | | +| Bug Fix | Fixed an issue that caused the application to crash when using replication sets. | | +| Enhancement | Revised documentation to clarify the roles that are required for Oracle. | |