#!/bin/sh

dp0="`dirname "$0"`"
LD_LIBRARY_PATH="$dp0" "$dp0"/sqlldr "$@"

