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:50] – 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:// | ||
+ | wget https:// | ||
+ | wget https:// | ||
- | unzip instantclient-basic-linux.x64-23.7.0.25.01.zip | + | unzip instantclient*linux.x64-23.7.0.25.01.zip |
- | unzip instantclient-sqlplus-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 19: | Line 28: | ||
=== With Password === | === With Password === | ||
- | < | + | < |
The port number does not need to be specified if it is 1521\\ | The port number does not need to be specified if it is 1521\\ | ||
Line 26: | Line 35: | ||
In this case you need to quote your connect string and escape the quotes with backslashes.\\ | In this case you need to quote your connect string and escape the quotes with backslashes.\\ | ||
- | < | + | < |
+ | |||
+ | ==== Oracle Sample Schemas ==== | ||
+ | < | ||
+ | wget https:// | ||
+ | perl -p -i.bak -e ' | ||
+ | </ |
instantclient.1743090635.txt.gz · Last modified: 2025/03/27 15:50 by z0hpvk