Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: EBU
I use EBU in combination with ADSM. It works quite fine and easy.
Actually, there are three softwares involved :
Ebu has to have a special library "libobk.a" to interact with the connect
agent.
Ebu gives its orders to the agent and the agent tells adsm to backup.
Of course, everything has to be configured before you can backup a database
with
ebu and adsm.
example of how we backup our database :
environment :
export ORACLE_SID=DBA1
export ORACLE_HOME=/softa/app/oracle/product/734
export OBK_HOME=$ORACLE_HOME/obackup
export EBU_HOME=$ORACLE_HOME/obackup
export LD_LIBRARY_PATH=$OBK_HOME/lib:$ORACLE_HOME/lib
script olbu_DBA1.bu :
backup online database
db_name="DBA1"
parallel=4
archivelog
archdelete
buffer_size=256
disk_io_size=128
tape_io_size=128
trace=/softa/output/trace_ebu.log
log="/softa/output/olbu_DBA1.log"
running script :
/softa/app/oracle/product/734/obackup/bin/ebu /softa/dbascripts/backup/olbu_DBA1.bu
Benny Derous
DBA Roularta Media Group
bderous_at_roularta.be
LuVonda Petitt wrote in message <38C57199.BCA77643_at_westgeo.com>...
>Is anyone familiar with the Enterprise Backup Utility (EBU)?
>In particular as related to the ADSM Connect Agent. I am
>interested in any information on how to start a backup using
>this utility.
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> LuVonda Petitt
> Systems Administrator
> Western Geophysical - Systems Support
> Email: luvonda.petitt_at_westgeo.com
> Phone: 713.689.7123
Received on Thu Mar 09 2000 - 06:27:47 CST
![]() |
![]() |