For an alternative to the Oracle Database, it was necessary to remove the SQLPlus and SQLLoader dependent functionality like ElementBulkerSQLLDR (now deprecated).
If you still want to use this functionality you have to set the two environment properties ORACLE_HOME and TNS_ADMIN.
Windows OS:
set ORACLE_HOME=<Path_to_oracle_home> set TNS_ADMIN=%IS_SHARE%\system\config\oracle
Linux OS:
export ORACLE_HOME=<Path_to_oracle_home> export TNS_ADMIN=$IS_SHARE/system/config/oracle
Add this to the existing environment shell or batch script.
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.