Amanda-Users

RE:Oracle backup via AMANDA

2003-01-27 14:38:04
Subject: RE:Oracle backup via AMANDA
From: "Keith Higgs" <dkh2 AT po.cwru DOT edu>
To: "'amanda users list'" <amanda-users AT amanda DOT org>
Date: Mon, 27 Jan 2003 14:04:02 -0500
I run a cron script that runs the Oracle export utility and tar/gzips
the dmp and log files using a date named file.  You can then use AMANDA
to backup the output.

The alternative is to purchase a third party interface for each Oracle
installation you wish to backup.  Unfortunately, such warez tend to be
expen$ive.

The stumbling points you will run into with exp are as follows:
* You should use a parameter file that includes the
userid=user/pwd@connect_string and the owner=schema_to_backup
properties.  If you feel your userid MUST be 'sys/[pwd] AS SYSDBA' you
MUST remember to quote the string.  Otherwise, exp gives errors on the
undefined use of keyword 'AS', and on the attempt to use multiple
userids.

* Your crontab file MUST include definitions of ORACLE_HOME and
ORACLE_BASE environment variables, and probably needs a definition of
PATH as well.  Without the two Oracle envars the cron session has no
idea where to look for the Oracle environment.

D. Keith Higgs <mailto:dkh2 AT cwru DOT edu> x0559
 Case Western Reserve University, Webmaster - University Library
 Additional Information at http://www.cwru.edu/UL/ and
http://keith.cwru.edu/
"Follow the white rabbit."


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