My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
Search
for
Updated Feb 04 (4 days ago) by christophe.sebille
JdbcFolderFirstSteps  
First steps to use the jdbcFolder library

Introduction

In this page you will find the procedure to follow to use jdbcFolder with two tools :
  • SQuirreL SQL
  • Oracle Data Integrator

Configuration

  1. Download the rhino1_5R5.zip file from the following website :
Rhino project
  1. Go to Downloads-> Rhino downloads archive section
  2. Extract js.jar and add it in the classpath of the java application
  3. Add jdbcFolder0.1.jar at the java application classpath

The driver class is :

com.ysance.tools.jdbc.driver.JdbcFolderDriver

By now the driver url is fixed at :

jdbc:folder

No login information to enter ( by now )

SQuirreL SQL

  1. Add the two jar files in the lib directory of SQuirreL an then launch the application.
  2. Configure a new driver named JdbcFolder and fill-up the field with the url and driver class given before
  3. Create an alias selecting the JdbcFolder driver. The url is still the same than above.
  4. Connect and try a select * from /windows query

Oracle Data Integrator

  1. Add the two jar files in the drivers directory of ODI.
  2. Launch jython.bat once ( it caches the jars ) and exit (Ctrl+Z).

Configure the technology

  1. Insert new logical schema ( ex : JFLDR_TEST ) in the File Technology
  1. Go in the Topology -> Physical architecture and insert a new Dataserver ( ex : JDBCFOLDER_TEST ) always for the File technology.
  2. Set the driver class as com.ysance.tools.jdbc.driver.JdbcFolderDriver
  3. Set the driver URL as jdbc:folder
  1. Under the server, add a new physical schema, it can be blank.
  2. Associate the logical and the physical schemas in a context.

Create a new Treatment

The only drawback is that, by now, ODI substitution methods don't work.


Sign in to add a comment
Hosted by Google Code