Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Fatal Error: cannot map libwtc8.so
Thomas:
Try setting the LD_LIBRARY_PATH environment variable. Typically for Solaris it is set to the following:
export
LD_LIBRARY_PATH=/lib:/usr/lib:/usr/ccs/lib:/usr/dt/lib:/usr/ucblib:$ORACLE_HOME/lib:$ORACLE_HOME/network/lib
export LIBPATH=$LD_LIBRARY_PATH
If you still get that error, try relinking the sqlldr executable , using the make command: make -f $ORACLE_HOME/rdbms/lib/ins_rdbms.mk isqlldr I hope this helps.
RWB "Thomas Day" <tday6_at_csc.com>@fatcity.com on 09/10/2002 01:13:27 PM
Please respond to ORACLE-L_at_fatcity.com
Sent by: root_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
cc:
Subject: Fatal Error: cannot map libwtc8.so
I'm trying to use SQLLDR Oracle 8.1.6 on a UNIX box but I'm getting:
Fatal Error: cannot map libwtc8.so
My environmental variables are:
ORACLE_BASE=/m1/oradec1/app/oracle
ORACLE_HOME=$ORACLE_BASE/product/8.1.6
LIBPATH=$ORACLE_HOME/lib
CLASSPATH=$ORACLE_HOME/jlib
NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P9 NLS_DATE_FORMAT="DD-MON-YY" ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data ORA_NLS=$ORACLE_HOME/ocommon/nls/admin/dataPATH=$ORACLE_HOME/bin:$PATH
The ORACLE_SID and ORACLE_TERM are also set.
Am I missing something?
Yes, I know about ORAENV but I'm not the SA and they have it pointing to 7.3.4 (our current production environment). I'm trying to override those values in my script.
Thanks in advance.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Thomas Day
INET: tday6_at_csc.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Liststo: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Sep 10 2002 - 12:51:56 CDT
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
![]() |
![]() |