Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: DBV Cannot Load Module LIBDCE.A
Sam,
I've never worked in a DCE environment, but here's a couple of things to verify:
$ lslpp -L |grep -i dce
I think you should get hits like
dce.client.rte.pthreads
If you don't, then I wonder why dbv thinks it needs it... Try the following just to make sure you're running the dbv you think you are:
$ which dbv
It should return $ORACLE_HOME/bin/dbv, for example:
$ which dbv
/u01/app/oracle/product/8.1.7/bin/dbv
If it returns the Oracle 'dbv', then you might check the
$ORACLE_HOME/rdbms/lib/sysliblist to see if it
has an entry for libdce. If so, the product was linked
at some point with the DCE Advanced Networking Option
(see MetaLink Note 1043700.6
This doc notes the following:
NOTE: You may have to manually remove the library reference from "sysliblist". In Oracle 7.3.4, the Installer did not remove the library reference during a deinstallation.)
In any case, I would be slow to add PTFs or relink or make
other changes in a production environment just for the sake
of dbv (if the rest of the environment is stable) until I had
a better understanding of the opsys environment and
the Oracle installation history.
HTH,
Scott
>>> sbootsma_at_gbrownc.on.ca 3/12/03 5:15:58 PM >>>
Hi all,
First, thanks Jared for the info.
The libdce.a file does not exist on any of our AIX servers. It just AINT there!
I typed libdce.a into google and from there downloaded PTF2,3, and 4 that are supposed contain DCE fixes to this file. Instructions say to rename the old file and replace it with this new file.
After the download, I was not able to uncompress the files on my XP workstation. So I ftp'd the file (in binary mode) to our AIX server and used uncompress to expand the files to libdce2.exe, libdce3.exe, libdce4.exe (originally the files were named libdce2.exe.Z, etc.). The .exe extension confused me (I am told .exe is Windows only, not UNIX).
I ftp'd the files back to my workstation, and tried running it from DOS. I get an error message "Program too big to fit in memory". However, the exe is only 217,856 bytes (not kilobytes). My next step was to ask my neighbour if he could unzip the original libdce2.exe.Z on his W2K workstation - he was successful! However, he received the same message when he attempted to run the resultant .exe on his workstation.
I am relatively new to UNIX (took a course, and did some reading, but not much hands-on). I am told by a more experience colleague that .exe's do not run on UNIX. So now I am at a loss on what to try next.
Any ideas?
Thanks,
Sam Bootsma
George Brown College
sbootsma_at_gbrownc.on.ca
416-415-5000 x4933
-----Original Message-----
Sent: March 11, 2003 7:14 PM
To: Multiple recipients of list ORACLE-L
Just found it: on AIX ( 4.3 at least ) it's LIBPATH
Jared.Still_at_radisys.com
Sent by: root_at_fatcity.com
03/11/2003 03:23 PM
Please respond to ORACLE-L
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
cc: Subject: Re: DBV Cannot Load Module LIBDCE.A
Make sure LD_LIBRARY_PATH includes /usr/lib.
At least, I think it's LD_LIBRARY_PATH, been awhile since doing anything on AIX. In any case, libdce.a should be in /usr/lib.
Jared
PS. Google is your friend
"Sam Bootsma" <sbootsma_at_gbrownc.on.ca>
Sent by: root_at_fatcity.com
03/11/2003 01:44 PM
Please respond to ORACLE-L
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
cc: Subject: DBV Cannot Load Module LIBDCE.A
We are running Oracle 7.3.4.5.0 on an IBM/AIX RISC System/6000: Version 2.3.4.0.0.
When I attempt to run DBV I get the following error messages
$ dbv help=y
exec(): 0509-036 Cannot load program dbv because of the following
errors:
0509-150 Dependent module libdce.a(shr.o) could not be loaded. 0509-022 Cannot load module libdce.a(shr.o). 0509-026 System error: A file or directory in the path name does
not exist.
$
I do not want to play around with a custom installation to try to
install
missing components because this is a production database and because I
am
new here. The regular DBA is on holidays and not available.
I did a search for file "libdce" on the original CD for "Oracle
7.3.4.0.0
for AIX based systems", but did not find it there. I considered
installing Oracle 7.3.4 on my workstation and ftp'ing the files over the
network to my workstation. Then doing the database verify. But total
size of the data files is 25 GB, and this would unnecessarily clog up
our
network (even at night).
Any ideas on how I can resolve the DBV problem not loading problem? The
short answer is to find the module libdce.a file and any modules dependent
on this, but how do I do this?
Thanks,
Sam
sbootsma_at_gbrownc.on.ca
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Scott Behrens INET: behrens-2_at_medctr.osu.edu Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: 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 Thu Mar 13 2003 - 08:59:01 CST
![]() |
![]() |