Skip to content

Commit a4e04e1

Browse files
committed
Markdown format changes
1 parent c503824 commit a4e04e1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ concepts. The schemas themselves are documented in
3131

3232
The schemas are:
3333

34-
- HR: Human Resources
35-
- OE: Order Entry
36-
- PM: Product Media
37-
- IX: Information Exchange
38-
- SH: Sales History
39-
- BI: Business Intelligence
34+
- HR: *Human Resources*
35+
- OE: *Order Entry*
36+
- PM: *Product Media*
37+
- IX: *Information Exchange*
38+
- SH: *Sales History*
39+
- BI: *Business Intelligence*
4040

4141
*Due to widespread dependence on these scripts in their current form,
4242
no pull requests for changes can be accepted.*
@@ -121,7 +121,7 @@ sqlplus system/systempw
121121
@mksample systempw syspw hrpw oepw pmpw ixpw shpw bipw users temp /your/path/to/log/
122122
```
123123

124-
*Note: Use an absolute path and also append a trailing slash to the log directory name.*
124+
*Note*: Use an absolute path and also append a trailing slash to the log directory name.
125125

126126
Use your current SYSTEM and SYS passwords, and also your actual
127127
default and temporary tablespace names. The passwords for the new
@@ -138,13 +138,13 @@ Review output in your log directory for errors.
138138

139139
### 3.1. Set the Oracle environment
140140

141-
```
141+
```shell
142142
source /usr/local/bin/oraenv
143143
```
144144

145-
### 3.>2. Run the schema removal script
145+
### 3.2. Run the schema removal script
146146

147-
```
147+
```shell
148148
sqlplus system/systempw
149149
@drop_sch.sql
150150
```

0 commit comments

Comments
 (0)