Hello all,
thank you for your help. Problem is solved.
Problem was in variable in environment.
OLD: LIBPATH=/usr/lib:/lib:/usr/sap/SBX/SYS/exe/run:
/oracle/client/10x_64/instantclient_10204/:/oracle/SBX/102_64/lib
NEW: LIBPATH=/usr/lib:/lib:/usr/sap/SBX/SYS/exe/run:/oracle/client/10x_64/instantclient_10204
I think the problem was /oracle/SBX/102_64/lib, cause in one note 819829, is written following:
The library search path ('LD_LIBRARY_PATH', 'SHLIB_PATH',
'LIBPATH') MUST refer to only one instant client directory. It MUST NOT contain
more than one instant client directory or any Oracle Home directory
('$ORACLE_HOME/lib'), regardless of the order.
Rgs,
Ivan