Skip to content

Commit 9709bf7

Browse files
committed
Formatting adjustments
1 parent bd5d102 commit 9709bf7

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

mongo-2-oracle/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,13 @@ Demo Application
4848
2. Change permissions to make the script executable
4949

5050
```bash
51-
<copy>
5251
chmod +x orclMongoMigration.sh
53-
</copy>
5452
```
5553

5654
3. Run the script without arguments to display a user-friendly menu with the following sections:
5755

5856
```bash
59-
<copy>
6057
./orclMongoMigration.sh
61-
</copy>
6258
```
6359

6460
* **Container Management:** - Start/stop Oracle container - Bash and root access - Install utilities and manage volumes - Copy files in and out
@@ -118,27 +114,19 @@ Here’s a typical workflow for demonstrating MongoDB to Oracle migration:
118114
1. Start the container:
119115

120116
```bash
121-
<copy>
122117
./orclMongoMigration.sh start
123-
</copy>
124118
```
125119
2. Start MongoDB instance:
126120
```bash
127-
<copy>
128121
./orclMongoMigration.sh mongodb
129-
</copy>
130122
```
131123
3. Generate demo data:
132124
```bash
133-
<copy>
134125
./orclMongoMigration.sh demodata
135-
</copy>
136126
```
137127
4. Perform the migration:
138128
```bash
139-
<copy>
140129
./orclMongoMigration.sh migrate
141-
</copy>
142130
```
143131
5. Verify the migrated data in Oracle: (The script will offer to connect you to SQL*Plus after migration)
144132

mongo-2-oracle/step-by-step-guide.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ Before you begin, ensure your system meets these requirements:
2424
3. Make the script executable:
2525

2626
```bash
27-
<copy>
2827
chmod +x orclMongoMigration.sh
29-
</copy>
3028
```
3129
### Step 2: Understanding the Script’s Interface
3230
There are two ways to interact with the script:
@@ -41,9 +39,7 @@ For this runbook, we’ll primarily use the interactive menu for clarity, with c
4139
1. Run the script without arguments to access the menu:
4240

4341
```bash
44-
<copy>
4542
./orclMongoMigration.sh
46-
</copy>
4743
```
4844

4945
2. You’ll see a color-coded menu with several sections

0 commit comments

Comments
 (0)