You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-platform/autonomous-database/autonomous-json/mongodb-compatibility-advisor-19c/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This tool helps you to identify which MongoDB queries are supported when using t
6
6
7
7
# When to use this asset?
8
8
9
-
This tool generates a report which indicates the percentage of compatibilty. There is an example on this repository. This advisor has been tested for 19c version.
9
+
This tool generates a report which indicates the percentage of compatibility. There is an example in this repository. This advisor has been tested for the 19c version.
10
10
11
11
# How to use this asset?
12
12
@@ -16,7 +16,7 @@ You need to provide the MongoDB log as an argument.
16
16
python3 advisor.py --file mongod.log
17
17
```
18
18
19
-
You need to enable the logging in the MongoDB by running the following command. It is recommended to run it in non-production environments.
19
+
You need to enable logging in the MongoDB by running the following command. It is recommended to run it in non-production environments.
0 commit comments