Code Monkey home page Code Monkey logo

oracle_instant_client_for_ubuntu_64bit's Introduction

##Easy Installation of Oracle Instant Client on Ubuntu/Debian Linux Version 1.1

If you've ever had to mess with installing and configuring the Oracle Instant Client on your Ubuntu/Debian machine, you know that it's a pain in the arse.

The crux of the problem lies in the fact the Oracle doesn't create Ubuntu/Debian compatible packages for their software.

This repo contains a simple script which will convert the binaries that Oracle does provide (Redhat rpm) files into Ubuntu/Debian files and then install them on your system.

Because of way that Oracle licenses their software, you will need to download the rpm's for the version that you want from them directly prior to using the installation script.

Important: Currently, this only supports 64-bit machines.

Instructions

  1. Download the necessary rpm files from Oracle for whatever version you want. You'll need the 'basic', 'devel', and 'sqlplus' packages.
    The filenames should match the following pattern:

    • oracle-instantclient[version]-basic-[more-version-info].x86_64.rpm
    • oracle-instantclient[version]-devel-[more-version-info].x86_64.rpm
    • oracle-instantclient[version]-sqlplus-[more-version-info].x86_64.rpm
  2. Download the install_oracle_instantclient.py script.

  3. Run it as root, specifying the location of the rpm files as an argument: sudo python install_oracle_instantclient.py [directory_holding_rpms]

    • If you have an error, please submit it as an issue.
  4. Obtain your sqlnet.ora, tnsnames.ora, and possibly ldap.ora files from your DBA.

  5. Place those files into the /usr/lib/oracle/[version you installed]/client64/network/admin directory.

Warnings

This utility is provided as-is with absolutely no support.
I will not be able to help you if it hoses up your system somehow.

Further Reading

This program basically automates the instructions found on the Ubuntu help forums.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.