From ee8262dd2765be8b5b16d077247acff1fbfb41e4 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Mon, 11 Nov 2024 13:26:30 +0000 Subject: [PATCH] 3.0.2 release update Signed-off-by: Dj Walker-Morgan --- .../docs/livecompare/3/oracle_support.mdx | 8 ++++++++ .../livecompare/3/rel_notes/3.0.2_rel_notes.mdx | 15 +++++++++++++++ .../docs/livecompare/3/rel_notes/index.mdx | 8 +++++--- 3 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 product_docs/docs/livecompare/3/rel_notes/3.0.2_rel_notes.mdx diff --git a/product_docs/docs/livecompare/3/oracle_support.mdx b/product_docs/docs/livecompare/3/oracle_support.mdx index ecaab121097..3d2873e13ea 100644 --- a/product_docs/docs/livecompare/3/oracle_support.mdx +++ b/product_docs/docs/livecompare/3/oracle_support.mdx @@ -17,6 +17,14 @@ 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: + +```sql +GRANT CONNECT, SELECT ANY TABLE, SELECT_CATALOG_ROLE TO username; +``` + +Where `username` is the user you want to use to connect to Oracle. + Here's a simple example of comparison between an Oracle database and a PostgreSQL database: ```ini 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 new file mode 100644 index 00000000000..3d274b86c53 --- /dev/null +++ b/product_docs/docs/livecompare/3/rel_notes/3.0.2_rel_notes.mdx @@ -0,0 +1,15 @@ +--- +title: "LiveCompare 3.0.2 release notes" +navTitle: Version 3.0.2 +--- + +Released: 21 November 2024 + +LiveCompare 3.0.2 includes the following new features, enhancements, bug fixes, and other changes: + + + +| 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 | | diff --git a/product_docs/docs/livecompare/3/rel_notes/index.mdx b/product_docs/docs/livecompare/3/rel_notes/index.mdx index e3eb37e5eed..c0ff6bc6625 100644 --- a/product_docs/docs/livecompare/3/rel_notes/index.mdx +++ b/product_docs/docs/livecompare/3/rel_notes/index.mdx @@ -2,13 +2,15 @@ title: Release notes originalFilePath: release_notes.md navigation: +- 3.0.2_rel_notes - 3.0.1_rel_notes --- -The LiveCompare documentation describes the latest version of LiveCompare 3 including minor releases and patches. The release notes in this section provide information on what's new in each release. +The LiveCompare documentation describes the latest version of LiveCompare 3 including minor releases and patches. The release notes in this section provide information on what's new in each release. -| Version | Release Date | -|--------------------------|--------------| +| Version | Release Date | +|------------------------------|--------------| +| [3.0.2](3.0.2_rel_notes.mdx) | Nov 21 2024 | | [3.0.1](3.0.1_rel_notes.mdx) | Sep 30 2024 |