Skip to content

Commit c3605de

Browse files
authored
Merge pull request #6225 from EnterpriseDB/docs/livecompare/release302
3.0.2 release update
2 parents b2f39a9 + ee8262d commit c3605de

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

product_docs/docs/livecompare/3/oracle_support.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ For example, you can define `technology = oracle` in a data connection. You can
1717

1818
All other data connections must be PostgreSQL.
1919

20+
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:
21+
22+
```sql
23+
GRANT CONNECT, SELECT ANY TABLE, SELECT_CATALOG_ROLE TO username;
24+
```
25+
26+
Where `username` is the user you want to use to connect to Oracle.
27+
2028
Here's a simple example of comparison between an Oracle database and a PostgreSQL database:
2129

2230
```ini
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "LiveCompare 3.0.2 release notes"
3+
navTitle: Version 3.0.2
4+
---
5+
6+
Released: 21 November 2024
7+
8+
LiveCompare 3.0.2 includes the following new features, enhancements, bug fixes, and other changes:
9+
10+
11+
12+
| Type | Description | Addresses |
13+
|:--------|:---------------------------------------------------------------------------------|:----------|
14+
| Bug Fix | Fixed an issue which caused the application to crash when using replication sets | |
15+
| Enhancement | Revised documentation to clarify what roles are required for Oracle | |

product_docs/docs/livecompare/3/rel_notes/index.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
title: Release notes
33
originalFilePath: release_notes.md
44
navigation:
5+
- 3.0.2_rel_notes
56
- 3.0.1_rel_notes
67
---
78

8-
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.
9+
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.
910

10-
| Version | Release Date |
11-
|--------------------------|--------------|
11+
| Version | Release Date |
12+
|------------------------------|--------------|
13+
| [3.0.2](3.0.2_rel_notes.mdx) | Nov 21 2024 |
1214
| [3.0.1](3.0.1_rel_notes.mdx) | Sep 30 2024 |
1315

1416

0 commit comments

Comments
 (0)