What Is the Extra Code for LD_LIBRARY_PATH in the .profile for?
(Doc ID 2809656.1)
Last updated on MAY 24, 2023
Applies to:
Oracle Financial Services Analytical Applications Infrastructure - Version 8.0.0 and laterInformation in this document applies to any platform.
Oracle Financial Services Analytical Applications (OFSAA)
Oracle Financial Services Analytical Applications Infrastructure (OFSAAI / AAI)
Goal
What does the following code in the .profile do?
if [ "`set|grep LD_LIBRARY_PATH`" = "" ] ; then
LD_LIBRARY_PATH=""
export LD_LIBRARY_PATH
fi
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |