Oracle Connectivity

Variable

Contents

Sample Value

ORACLE_BASE

Top level of directory into which Or­acle client software is installed.

/opt2/oracle8i/app/oracle

ORACLE_HOME

The Oracle product directory.

/opt2/oracle8i/app/oracle/product.8.1.5

ORACLE_SID

The system ID for the host’s database instance.

FME

LD_LIBRARY_PATH

A list of directories which will be searched for shared objects. This list must include the FME_HOME path, as well as the lib subdirectory of ORACLE_HOME.

${LD_LIBRARY_PATH}:
${FME_HOME}:
${ORACLE_HOME}/lib

 

    ora8list <service> <username> <password> -

For example,

    ora8list BONES scott tiger -

Note that the last word must be a hyphen (-). When executed, the list of tables with a geometry column should be output.

The ora8list program is a simple program which connects to the database and executes a single SQL query. If this program cannot be made to work, then FME will not be able to connect to the database either. Safe Software will provide the source code for this program to any party that continues to have problems making a connection to their database to assist in locating the problem with their Oracle configuration.