File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
data-platform/autonomous-database/autonomous-json/MongoDBReplay Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,15 @@ problems/issues/damages/data corruptions caused by using MongoDB Replay.
26
26
27
27
** Artifacts**
28
28
29
- The repository contains source code of two artifacts:
29
+ The repository contains source code of two artifacts
30
30
31
- -----------------------------------------------------------------------
32
- Artifact Description
33
- ----------------------- -----------------------------------------------
34
- MDBExtractor.jar extracts a stream of commands from a log file
35
- generated by a MongoDB instance.
31
+ ** - MDBExtractor.jar** extracts a stream of commands from a log file
32
+ generated by a MongoDB instance.
36
33
37
- MDBApplier.jar executes commands extracted during the
34
+ ** - MDBApplier.jar** executes commands extracted during the
38
35
extraction process against an Oracle MongoDB
39
36
API instance
40
- -----------------------------------------------------------------------
37
+
41
38
42
39
** Requirements**
43
40
@@ -48,7 +45,7 @@ The repository contains source code of two artifacts:
48
45
< https://www.oracle.com/java/technologies/downloads/#java21 > or\
49
46
OpenJDK available in a Linux packages repository or downloaded and
50
47
installed
51
- from [[ https://openjdk.org/ ] {.underline} ] ( https://openjdk.org/ )
48
+ from [[ https://openjdk.org/ ] ( https://openjdk.org/ )
52
49
53
50
### MDBExtractor
54
51
You can’t perform that action at this time.
0 commit comments