Here are the system requirements and an description how to install connection from a sun unix server :
System Requirements
In addition to the requirements detailed in the Getting Started book, to install and
run the Oracle database adapters:
? You must be running Oracle 7 version 7.3.4 or Oracle 8 version 8.0.5 or later.
? Verify that the Oracle environment variables (for example, ORACLE_HOME) are
defined. Refer to your Oracle documentation for information about how to do
this.
? When running on UNIX, the Oracle client creates a process whenever a
connection is made to Oracle. If any of these processes terminates, defunct
processes will remain in the process list. Although not required (because these
do not cause problems nor do they consume resources), you can prevent this
occurrence by adding the following line to the sqlnet.ora file in the
$ORACLE_HOME/network/admin path:
bequeath_detach=YES
The effect of this line will be to create these same connection processes as
detached orphans, thus eliminating the possibility of them becoming defunct.
? Set the shared library path environment variable for UNIX.
After installing the database adapters on a UNIX platform and running the
environment variable setup program (setup), add the Mercator directory to
your shared library path environment variable if it is not already there. The
following instructions assume that your Mercator installation directory is
defined in the environment variable MERC_HOME_DIR.
O r a c l e A d a p t e r R e f e r e n c e G u i d e
Note After you have initially run the setup program, if you make changes to
your path and/or library path at a later date, you need to re-run this
program.
Note These instructions assume that your UNIX environment is the Korn (ksh)
or Bourne (sh) shell.
For HP-UX
SHLIB_PATH=$MERC_HOME_DIR/libs:$ORACLE_HOME/lib:$SHLIB_PATH
export SHLIB_PATH
For Sun Solaris
LD_LIBRARY_PATH=$MERC_HOME_DIR/libs:$ORACLE_HOME/
lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH
For IBM RS/6000 AIX
LIBPATH=$MERC_HOME_DIR/libs:$ORACLE_HOME/lib:$LIBPATH
export LIBPATH
For Compaq Tru64 UNIX
LD_LIBRARY_PATH=$MERC_HOME_DIR/libs:$ORACLE_HOME/
lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH
i hope you can use it as help
greets stiffler
if you like send me that files: dj1@gmx.ch