Skip to content

Commit 0740598

Browse files
Update README.md
1 parent 05fd45e commit 0740598

File tree

1 file changed

+2
-2
lines changed
  • data-platform/autonomous-database/autonomous-json/mongodb-compatibility-advisor-19c

1 file changed

+2
-2
lines changed

data-platform/autonomous-database/autonomous-json/mongodb-compatibility-advisor-19c/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This tool helps you to identify which MongoDB queries are supported when using t
66

77
# When to use this asset?
88

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.
1010

1111
# How to use this asset?
1212

@@ -16,7 +16,7 @@ You need to provide the MongoDB log as an argument.
1616
python3 advisor.py --file mongod.log
1717
```
1818

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.
2020
```
2121
db.setProfilingLevel(0, -1)
2222
```

0 commit comments

Comments
 (0)