There was an error while loading. Please reload this page.
1 parent 30e18e5 commit 6b6dfc0Copy full SHA for 6b6dfc0
Lab5.md
@@ -222,15 +222,17 @@ sudo yum install git
222
223
Copy instant client from you local machine to linux host machine
224
```
225
+mkdir instantclient_19_3_linux/
226
+
227
+cd instantclient_19_3_linux/
228
229
wget https://download.oracle.com/otn_software/linux/instantclient/193000/instantclient-basic-linux.x64-19.3.0.0.0dbru.zip
230
231
-- 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
233
234
-mkdir instantclient_19_3_linux/
235
-cd instantclient_19_3_linux/
236
237
unzip instantclient-basic-linux.x64-19.3.0.0.0dbru.zip
238
0 commit comments