UPDATE
Well I know what the consequence of doing the change I mentioned. The SAP dispatcher refuses to start.
So now I am in a dilemma, if I keep it as is and leave LIBPATH set as follows :-
LIBPATH=/usr/lib:/lib:/usr/sap/SID/DVEBMGS00/exe:/oracle/client/11x_64/instantclient
I can run brtools with user SIDadm, but not sqlplus. If I change to using LD_LIBRARY_PATH together with LIBPATH like so (they are set in different logon scripts)
LIBPATH=/usr/lib:/lib:/usr/sap/SID/DVEBMGS00/exe
LD_LIBRARY_PATH=/usr/lib:/lib:/oracle/client/11x_64/instantclient
I can run both programs but the sap dispatcher fails to stay up, as in comes up and then dies. Should I therefore replace LIBPATH completely in all scripts with LD_LIBRARY_PATH?
Thanks
Craig