Home » RDBMS Server » Backup & Recovery » Can't find libobk.so
Can't find libobk.so [message #115514] Tue, 12 April 2005 05:03 Go to next message
kooman
Messages: 1
Registered: April 2005
Location: Wageningen, the Netherlan...
Junior Member
Hi There,

I'm using backup software Arkeia and the plugin to backup Oracle databases via RMAN. To link Arkeia to RMAN I want to make the following symlink:
ln -s $ARKEIA_DIR/arkobk/libobk.5.2.27-oracle-9.2.0.2.so libobk.so
However, I can't find a libobk.so in dir $ORACLE_HOME/lib/

Probably it's just a Oracle management tool that I need to install but I don't have a clue which one or where to find it.

Any help is greatly appreciated.

P.s. We are using Oracle Enterprise edition 9g on Suse Linux Enterprise Server 9 fully patched (and with orarun installed).
Re: Can't find libobk.so [message #115516 is a reply to message #115514] Tue, 12 April 2005 05:20 Go to previous message
Frank Naude
Messages: 4579
Registered: April 1998
Senior Member
From Oracle9i RMAN searches for the media management library dynamically when allocating a channel. So, you need to create the libobk.so symlink in $OH/lib.

Instead of making the symlink, you can also point to the library in your RMAN RCV script. Example:

allocate channel t1 type 'SBT_TAPE' PARMS='SBT_LIBRARY=/arkeia_dir/arkobk/libobk.5.2.27-oracle-9.2.0.2.so';


Best regards.

Frank
Previous Topic: RMAN and dynamic listener
Next Topic: Oracle Hot Backup Procedure
Goto Forum:
  


Current Time: Thu Apr 18 16:39:32 CDT 2024