File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ concepts. The schemas themselves are documented in
31
31
32
32
The schemas are:
33
33
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*
40
40
41
41
* Due to widespread dependence on these scripts in their current form,
42
42
no pull requests for changes can be accepted.*
@@ -121,7 +121,7 @@ sqlplus system/systempw
121
121
@mksample systempw syspw hrpw oepw pmpw ixpw shpw bipw users temp /your/path/to/log/
122
122
```
123
123
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.
125
125
126
126
Use your current SYSTEM and SYS passwords, and also your actual
127
127
default and temporary tablespace names. The passwords for the new
@@ -138,13 +138,13 @@ Review output in your log directory for errors.
138
138
139
139
### 3.1. Set the Oracle environment
140
140
141
- ```
141
+ ``` shell
142
142
source /usr/local/bin/oraenv
143
143
```
144
144
145
- ### 3.> 2. Run the schema removal script
145
+ ### 3.2. Run the schema removal script
146
146
147
- ```
147
+ ``` shell
148
148
sqlplus system/systempw
149
149
@drop_sch.sql
150
150
```
You can’t perform that action at this time.
0 commit comments