May 6th, 2008
Dive into the archives.
- Debugging in Eclipse, calling shell scripts
Background:
i’m using Ubuntu, my Eclipse was installed via apt-get
i have Oracle installed under ‘oracle’ profile
i run and debug my program through Eclipse
Issue:
attempt to run sqlldr which is called from the webapp results to an error/sqlldr exit code 3.
Solution:
run the webapp externally, don’t use Eclipse when running the webapp(since it was installed via apt-get and uses […]

