Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Newbie backup question
I understand that we are in a compromising position. But our backup requirements are a bit odd for a database system.
We run NOARCHIVELOG mode because the database runs unattended. We cannot guarantee that the users will do periodic backups, so we cannot manage the size of archived redo logs.
The 24x7 requirement is for "planned" outages. We can't have any. But are willing to suffer some data loss due to "unplanned" outages. We are gathering real-time data, and gaps due to an unplanned outages are permissible.
Is it possible to temporarily turn ARCHIVELOG mode on, do a hot backup, and then turn ARCHIVELOG mode off? If we can limit the size of the archived redo logs, then would have a workable solution.
"andrew_webby at hotmail" <spam_at_no.thanks.com> wrote in message
news:984151599.9387.0.nnrp-07.c30bdde2_at_news.demon.co.uk...
> You're on the road to hell already.
>
> 24x7 and NOARCHIVE? You can't create a backup like that without shutting
the
> database down.
>
> If you want 24x7, you need to be doing hot backups in ARCHIVELOG mode, so
> read the appropriate chapters in Oracle manual for that.
>
> Also, search the web - there are quite a few hotbackup scripts in
> circulation, the reading of which will help you become familiar with what
> you need to do.
>
> "Brian Dick" <bdick_at_home.com> wrote in message
> news:D66q6.13243$PR.91127_at_news1.wwck1.ri.home.com...
> > I am mainly an application developer, but I've been tossed onto a
project
> > that needs a quick solution for backup. We have no "real" DBA, just me
as
a
> > "de facto" DBA.
> >
> > The project uses Oracle V8.1.6 as an imbedded database, so it needs to
run
> > almost entirely unattended and 24x7. The database is relatively small
and
is
> > configured to run in NOARCHIVE mode.
> >
> > But the users of the system do want to be able to frequently run a
script
> > that takes a full backup of the database. If the system incurrs a media
> > crash, then the users would run a script for a restore from the backup.
Loss
> > of data from the time of backup to the time of restore is NOT an issue.
> >
> > I've read the Oracle8i Backup and Recovery Guide a couple of times, and
I
am
> > confused with all of the options available. I think my requirements are
> > fairly simple and all of these ARCHIVE/NOARCHIVE,
consistent/inconsistent,
> > complete/incomplete decisions really blur the picture.
> >
> > I know the above scenario is less than optimal, but I have to play with
the
> > cards I have been delt. We plan to have a robust backup/recovery process
in
> > the next version of our system (promise <g>).
> >
> > Later,
> > BEDick
> >
> >
> >
>
>
Received on Fri Mar 09 2001 - 10:53:58 CST
![]() |
![]() |