ADSM-L

Re: Linking RMAN to ADSM

2001-02-08 22:41:57
Subject: Re: Linking RMAN to ADSM
From: James Thompson <mezron AT HOTMAIL DOT COM>
Date: Thu, 8 Feb 2001 20:49:09 -0700
I always like the command

find / -name libobk.a -exec ls -l {} \;
and
find / -name libobk.a -exec what {} \;

The first searches for all occurences of libobk.a and lists them in long
format so
that you can see if your links are correct.  You should rename Oracle's
libobk.a disk
library file.

The second makes sure that the libobk.a is the right version.

All you need is a soft link in the Oracle directory to /usr/lib/libobk.a
which should in
turn point to the tsm directory where the TDP for Oracle library file
resides.


James Thompson
<Prev in Thread] Current Thread [Next in Thread>