Fatal Error: cannot map libwtc8.so

2002-09-10 Thread Thomas Day


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/data
PATH=$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: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).



RE: Fatal Error: cannot map libwtc8.so

2002-09-10 Thread Jerry Hess

Check your LD_LIBRARY_PATH setting.

-Original Message-
Sent: Tuesday, September 10, 2002 1:13 PM
To: Multiple recipients of list ORACLE-L



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/data
PATH=$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: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jerry Hess
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).



Re: Fatal Error: cannot map libwtc8.so

2002-09-10 Thread Reginald . W . Bailey


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 [EMAIL PROTECTED]@fatcity.com on 09/10/2002 01:13:27 PM

Please respond to [EMAIL PROTECTED]



Sent by:  [EMAIL PROTECTED]


To:   Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
cc:



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/data
PATH=$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: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).



RE: Fatal Error: cannot map libwtc8.so

2002-09-10 Thread DENNIS WILLIAMS

Thomas
export LD_LIBRARY_PATH=$ORACLE_HOME/lib

 
Dennis Williams
DBA
Lifetouch, Inc.
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 


-Original Message-
Sent: Tuesday, September 10, 2002 1:13 PM
To: Multiple recipients of list ORACLE-L



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/data
PATH=$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: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: DENNIS WILLIAMS
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).



Re: Fatal Error: cannot map libwtc8.so

2002-09-10 Thread Jared . Still

I don't see LD_LIBRARY_PATH in there.

It should be set to $ORACLE_HOME/lib

Jared






Thomas Day [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
 09/10/2002 11:13 AM
 Please respond to ORACLE-L

 
To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
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/data
PATH=$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: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).