Skip to content

Commit 6b6dfc0

Browse files
authored
Update Lab5.md
1 parent 30e18e5 commit 6b6dfc0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Lab5.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,17 @@ sudo yum install git
222222

223223
Copy instant client from you local machine to linux host machine
224224
```
225+
mkdir instantclient_19_3_linux/
226+
227+
cd instantclient_19_3_linux/
228+
225229
wget https://download.oracle.com/otn_software/linux/instantclient/193000/instantclient-basic-linux.x64-19.3.0.0.0dbru.zip
226230
```
227231

228-
- Unzip the file and move the files to /opt/oracle/instantclient_12_2
232+
- Unzip the file and move the files to /opt/oracle/instantclient_19_3
229233

230234
```
231-
mkdir instantclient_19_3_linux/
232235
233-
cd instantclient_19_3_linux/
234236
235237
unzip instantclient-basic-linux.x64-19.3.0.0.0dbru.zip
236238

0 commit comments

Comments
 (0)