Why does the error "DXServer encountered an unexpected error: java.lang.UnsatisfiedLinkError: no ocijdbc9 in java.library.path" occur? How to resolve it?

Why does the error "DXServer encountered an unexpected error: java.lang.UnsatisfiedLinkError: no ocijdbc9 in java.library.path" occur? How to resolve it?

book

Article ID: KB0090996

calendar_today

Updated On:

Products Versions
TIBCO DataExchange -
Not Applicable -

Description

Resolution:
1. Make sure System path contains the folder that contains the file ocijdbc9.dll
2. Check tibco.env.PATH variable in dxserver.tra file, it should contain %PATH%, this ensures that system path is included tibco.env.PATH.
3. Restart Data Exchange server and redeploy the tasks.

These 3 steps should solve this problem

If you still enounter the problem, include the path of the folder that contains the file ocijdbc9.dll directly to variable tibco.env.PATH with forward slashes in the path (unix path separator) not back slashes.

KEYWORDS: OCIJDBC9.DLL OCIJDBC9 UNSATISFIEDLINKERROR JAVA.LIBRARY.PATH

Issue/Introduction

Why does the error "DXServer encountered an unexpected error: java.lang.UnsatisfiedLinkError: no ocijdbc9 in java.library.path" occur? How to resolve it?