instantclient
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
instantclient [2025/03/27 15:48] – z0hpvk | instantclient [2025/06/03 08:11] (current) – z0hpvk | ||
---|---|---|---|
Line 2: | Line 2: | ||
==== Installation ==== | ==== Installation ==== | ||
- | < | + | < |
sudo apt install -y libaio1 | sudo apt install -y libaio1 | ||
mkdir oracle && cd " | mkdir oracle && cd " | ||
Line 8: | Line 8: | ||
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 26: | Line 36: | ||
< | < | ||
+ | |||
+ | ==== Oracle Sample Schemas ==== | ||
+ | < | ||
+ | wget https:// | ||
+ | perl -p -i.bak -e ' | ||
+ | </ |
instantclient.1743090495.txt.gz · Last modified: 2025/03/27 15:48 by z0hpvk