instantclient
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| instantclient [2025/03/27 15:46] – created z0hpvk | instantclient [2025/06/03 08:11] (current) – z0hpvk | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| sudo apt install -y libaio1 | sudo apt install -y libaio1 | ||
| mkdir oracle && cd " | mkdir oracle && cd " | ||
| + | |||
| wget https:// | wget https:// | ||
| wget https:// | wget https:// | ||
| - | unzip instantclient-basic-linux.x64-23.7.0.25.01.zip | + | wget https:// |
| - | unzip instantclient-sqlplus-linux.x64-23.7.0.25.01.zip | + | wget https:// |
| + | |||
| + | unzip instantclient*linux.x64-23.7.0.25.01.zip | ||
| export LD_LIBRARY_PATH=$PWD/ | export LD_LIBRARY_PATH=$PWD/ | ||
| export PATH=$PWD/ | export PATH=$PWD/ | ||
| + | </ | ||
| + | |||
| + | Newer versions of Ubuntu no longer have the libaio1 package.\\ | ||
| + | Instead it is called libaio1t64. Install this package and create a symbolic link. | ||
| + | |||
| + | < | ||
| + | sudo apt install -y libaio1t64 | ||
| + | sudo ln -s / | ||
| </ | </ | ||
| Line 24: | Line 36: | ||
| < | < | ||
| + | |||
| + | ==== Oracle Sample Schemas ==== | ||
| + | < | ||
| + | wget https:// | ||
| + | perl -p -i.bak -e ' | ||
| + | </ | ||
instantclient.1743090403.txt.gz · Last modified: by z0hpvk
