Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Omniback with RMAN

Re: Omniback with RMAN

From: Luis_Nobre <lnobre_at_my-deja.com>
Date: 2000/07/13
Message-ID: <8kkn44$i2s$1@nnrp1.deja.com>#1/1

Yes, we have. In fact, we already got the job done. What really worked for us was relinking RMAN with the Omniback API library in the following way:

 % cd $ORACLE_HOME/rdbms/lib
 % make -f ins_rdbms.mk ioracle \
   LIBMM= LLIBMM= LLIBOBK=/opt/omni/lib/libob2oracle8.sl

   Note, the spaces after 'LIBMM=' and 'LLIBMM='. These ensure the preset values in env_rdbms.mk are overwritten.

We tried something first that didn´t work:

   "Edit the $ORACLE_HOME/rdbms/lib/env_rdbms.mk file and set LLIBM=0 and LLIBMM=0 and relink".

Do you have any idea why this last one doesn´t work?

Thanks!!

In article <8kkhvk$dnv$1_at_nnrp1.deja.com>,   cdoganay_at_my-deja.com wrote:
> Hi, this is the errror generally caused by relinking Oracle
 executables
> with Omniback libraries. Have you relinked All Oracle executables with
> Omniback library?
>
> In article <8kkciv$9jt$1_at_nnrp1.deja.com>,
> Luis_Nobre <lnobre_at_my-deja.com> wrote:
> > Hi!
> > Our cold backups are performed by Omniback. Since this product
 doesn´t
> > perform hot backups, we are trying to make it work with RMAN. Does
> > anybody know how we could get rid of the error "ORA-19506:failed to
> > create sequencial file..."?
> > We would appreciate any help.
> > Thanks!
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.
> >
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Jul 13 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US