-
-
Save jgoux/9796006d0c063996420e3a282a446318 to your computer and use it in GitHub Desktop.
Revisions
-
tcnksm renamed this gist
Nov 29, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
tcnksm revised this gist
Nov 5, 2013 . 1 changed file with 11 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,16 @@ 1. Download .rpm package [here](http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html) - oracle-instantclinet*-basic-*.rpm - oracle-instantclinet*-devel-*.rpm - oracle-instantclinet*-sqlplus-*.rpm 1. Install alien (`sudo apt-get install alien`) 1. Convert the rpm files and install - `sudo alien -i oracle-instantclinet*-basic-*.rpm` - `sudo alien -i oracle-instantclinet*-devel-*.rpm` - `sudo alien -i oracle-instantclinet*-sqlplus-*.rpm` 1. Install libaio1 1. Add oracle.conf (`echo /usr/lib/oracle/12.1/client/lib > /etc/ld.so.conf.d/oracle.conf`) and Reload .conf (`sudo ldconfig`) - - If `libsqlplus.so: cannot open shared object file: No such file or directory` is displayed when execute sqlplus -
tcnksm revised this gist
Nov 5, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ ## Install SQL\*Plus 1. Download .rpm package [here](http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html) - oracle-instantclinet*-basic-*.rpm 1. Install alien(`sudo apt-get install alien`) 1. Convert the rpm files and install - sudo alien -i -
tcnksm revised this gist
Nov 5, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ ## Install SQL\*Plus 1. Download .rpm package [here](http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html) - oracle-instantclinet\*\-_basic_\-\*.rpm 1. Install alien(`sudo apt-get install alien`) 1. Convert the rpm files and install - sudo alien -i -
tcnksm revised this gist
Nov 5, 2013 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,8 @@ ## Install SQL\*Plus 1. Download .rpm package [here](http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html) - oracle-instantclinet\*\-*basic*\-\*.rpm 1. Install alien(`sudo apt-get install alien`) 1. Convert the rpm files and install - sudo alien -i -
tcnksm created this gist
Nov 5, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ ## Install Oracle DB instant Client