From Yan Liu and Shaowen Wang:
This is the first version of the new oracle plugin. To build this plugin one needs to install the following Oracle InstantClient rpms: oracle-instantclient-basic-10.1.0.3-1 oracle-instantclient-devel-10.1.0.3-1 And the following environment variables in your .[bash_]profile: export ORACLEINCDIR=/usr/include/oracle/10.1.0.3/client export ORACLELIBDIR=/usr/lib/oracle/10.1.0.3/client/lib export LD_LIBRARY_PATH=$ORACLELIBDIR:$LD_LIBRARY_PATH git-svn-id: http://root.cern.ch/svn/root/trunk@11203 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- Makefile 7 additions, 1 deletionMakefile
- config/Makefile.in 4 additions, 0 deletionsconfig/Makefile.in
- configure 70 additions, 28 deletionsconfigure
- oracle/Module.mk 71 additions, 0 deletionsoracle/Module.mk
- oracle/inc/LinkDef.h 22 additions, 0 deletionsoracle/inc/LinkDef.h
- oracle/inc/TOracleResult.h 66 additions, 0 deletionsoracle/inc/TOracleResult.h
- oracle/inc/TOracleRow.h 53 additions, 0 deletionsoracle/inc/TOracleRow.h
- oracle/inc/TOracleServer.h 59 additions, 0 deletionsoracle/inc/TOracleServer.h
- oracle/src/TOracleResult.cxx 139 additions, 0 deletionsoracle/src/TOracleResult.cxx
- oracle/src/TOracleRow.cxx 132 additions, 0 deletionsoracle/src/TOracleRow.cxx
- oracle/src/TOracleServer.cxx 293 additions, 0 deletionsoracle/src/TOracleServer.cxx
Loading
Please register or sign in to comment