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 different permissions/ownership)
or have a manual installation of Eclipse and place it in your profile’s home folder if you want to use Eclipse for running your webapp.

SPEAK / ADD YOUR COMMENT
Comments are moderated.

You must be logged in to post a comment.

Return to Top