Git Product home page Git Product logo

ojdbc8-osgi's Introduction

OSGi wrapper for Oracle Database 12.2.0.1 JDBC Driver (Java 8)

Overview

This Maven project produces OSGi wrapper for Oracle Database 12.2.0.1 JDBC Driver.

Build instructions

The build depends on the official Oracle JDBC driver JAR file provided by Oracle.

For example to build the bundle for the Oracle JDBC driver for Java 8, follow the steps below.

  1. Download the desired driver ojdbc8.jar for Oracle 12c.

  2. Edit the POM to reflect the Oracle RDBMS version.

  3. Install the driver to the local Maven repository.

     mvn install:install-file -Dfile=ojdbc8.jar -DgroupId=com.oracle -DartifactId=ojdbc8 -Dversion=12.2.0.1 -Dpackaging=jar
    
  4. Build and install the OSGi wrapped driver bundle.

     mvn install
    

Licensing

This Maven build script is licensed under the terms contained in the file named "LICENSE.txt" in this directory.

ojdbc8-osgi's People

Contributors

clemensberndt avatar chenjiou avatar

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.