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
3131
3232The 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,
4242no 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
126126Use your current SYSTEM and SYS passwords, and also your actual
127127default 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
142142source /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
148148sqlplus system/systempw
149149@drop_sch.sql
150150```
You can’t perform that action at this time.
0 commit comments