Skip to content

Instantly share code, notes, and snippets.

@jgoux
Forked from tcnksm/install_sqlplus.md
Created November 8, 2016 13:28
Show Gist options
  • Select an option

  • Save jgoux/9796006d0c063996420e3a282a446318 to your computer and use it in GitHub Desktop.

Select an option

Save jgoux/9796006d0c063996420e3a282a446318 to your computer and use it in GitHub Desktop.

Revisions

  1. @tcnksm tcnksm renamed this gist Nov 29, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @tcnksm tcnksm revised this gist Nov 5, 2013. 1 changed file with 11 additions and 2 deletions.
    13 changes: 11 additions & 2 deletions install.md
    Original 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
    1. Install alien(`sudo apt-get install alien`)
    - 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
    - `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



  3. @tcnksm tcnksm revised this gist Nov 5, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion install.md
    Original 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
    - oracle-instantclinet*-basic-*.rpm
    1. Install alien(`sudo apt-get install alien`)
    1. Convert the rpm files and install
    - sudo alien -i
  4. @tcnksm tcnksm revised this gist Nov 5, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion install.md
    Original 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
    - oracle-instantclinet\*\-_basic_\-\*.rpm
    1. Install alien(`sudo apt-get install alien`)
    1. Convert the rpm files and install
    - sudo alien -i
  5. @tcnksm tcnksm revised this gist Nov 5, 2013. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion install.md
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,8 @@
    ## Install Oracle DB instant Client
    ## 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

  6. @tcnksm tcnksm created this gist Nov 5, 2013.
    2 changes: 2 additions & 0 deletions install.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    ## Install Oracle DB instant Client