Annotation of sql/oracle/INSTALL, revision 1.6

1.6     ! moko        1: 1.What is the process to compile Parser3 Oracle driver?
1.1       parser      2: 
1.6     ! moko        3:   Oracle client software and include files should be installed.
        !             4:   Parser3 sources should be in ../../parser3 directory.
        !             5:   Execute the following commands:
1.1       parser      6: 
1.4       paf         7:   ./configure --prefix=$HOME/parser3install --silent
1.2       paf         8:   make
                      9: 
1.6     ! moko       10:   In case configure could not find directories with your
1.2       paf        11:   Oracle client software include files, specify them with
1.6     ! moko       12:     --with-oracleoci-inc=DIR      DIR is the Oracle OCI includes directory
        !            13:     --with-oraclepublic-inc=DIR      DIR is the Oracle public includes directory
1.2       paf        14:   options.
1.6     ! moko       15: 
1.2       paf        16: 2.What is the process to install Parser3 Oracle driver?
                     17: 
                     18:   make install
                     19: 
                     20:   Installation layout:
                     21:     $prefix/lib/
1.6     ! moko       22:       libparser3oracle.so     -- driver's dynamic library
1.2       paf        23: 
                     24:   NOTE:
1.6     ! moko       25:   make sure that Parser3 main configuration file, $prefix/bin/auto.p
        !            26:   has in $SQL[...] configuration section a tab-delimited line like this:
1.2       paf        27: 
                     28: oracle $sqldriversdir/libparser3oracle.so      /u01/app/oracle/product/8.1.5/lib/libclntsh.so?ORACLE_HOME=/u01/app/oracle/product/8.1.5&ORA_NLS33=/u01/app/oracle/product/8.1.5/ocommon/nls/admin/data
                     29: 
                     30:   which specifies 
                     31:     protocol name
                     32:     path to Parser 'libparser3oracle' dynamic library
                     33:     path to Oracle client 'libclntsh' dynamic library
                     34:       [you sould have it from from your Oracle client installation]
1.6     ! moko       35:       which can be followed by ? and parameters in form 'key=value' separated by '&'
1.2       paf        36:         ORACLE_HOME=path to your Oracle home directory
                     37:         ORA_NLS33=path to your Oracle nls directory
                     38: 
1.6     ! moko       39: $Id: INSTALL,v 1.5 2007-02-19 10:56:42 misha Exp $

E-mail: