Annotation of sql/oracle/INSTALL, revision 1.2

1.2     ! paf         1: 0.Assuming your perform your builds in $D directory 
        !             2:   and suggested subdirectories.
1.1       parser      3: 
1.2     ! paf         4: 1.What is the process to compile Parser3 Oracle driver? 
1.1       parser      5: 
1.2     ! paf         6:   You sould have Oracle client software and include files installed.
1.1       parser      7: 
1.2     ! paf         8:   As most UNIX libraries Parser3 Oracle driver follows the "standard":
        !             9: 
        !            10:   cd $D/parser3project
        !            11:   gunzip -c parser3oracle-x.x.tar.gz | tar xvf -
        !            12:   cd parser3oracle-x.x
        !            13:   ./configure --prefix=/usr/local
        !            14:   make
        !            15: 
        !            16: 
        !            17:   In case configure could not find directories with your 
        !            18:   Oracle client software include files, specify them with
        !            19:     --with-oracleoci-inc[=DIR]      DIR is the Oracle OCI includes directory
        !            20:     --with-oraclepublic-inc[=DIR]      DIR is the Oracle public includes directory
        !            21:   options.
        !            22:   
        !            23: 2.What is the process to install Parser3 Oracle driver?
        !            24: 
        !            25:   make install
        !            26: 
        !            27:   Installation layout:
        !            28:     $prefix/lib/
        !            29:       libparser3oracle.x     -- driver's dynamic library
        !            30: 
        !            31:   NOTE:
        !            32:   make sure that Parser3 main configuration file, 
        !            33:        $prefix/etc/parser3.conf
        !            34:   has in $SQL[...] configuration section a line like this:
        !            35: 
        !            36: 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
        !            37: 
        !            38:   which specifies 
        !            39:     protocol name
        !            40:     path to Parser 'libparser3oracle' dynamic library
        !            41:     path to Oracle client 'libclntsh' dynamic library
        !            42:       [you sould have it from from your Oracle client installation]
        !            43:       which sould be followed by ? and parameters in form 'key=value' separated by '&'
        !            44:         ORACLE_HOME=path to your Oracle home directory
        !            45:         ORA_NLS33=path to your Oracle nls directory
        !            46: 
        !            47:  
        !            48: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
        !            49: 
        !            50: $Id: INSTALL,v 1.2 2002/01/31 11:11:43 paf Exp $

E-mail: