Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Online backup
The script will need to give the "alter tablespace tablespace_name begin backup;" for every tablespace before it's files are backed up. At the end of those files being backed up, the same command is given changin the word BEGIN to END.
As for writing to tape, just use the tar command. If space is an issue throw in the compress command.
Then, save up the money to get a real backup solution :-)
-- Dave A <thaar_at_my-deja.com> wrote in message news:8teb73$e2l$1_at_nnrp1.deja.com...Received on Sat Oct 28 2000 - 10:49:31 CDT
> Hi everybody,
>
> can any one help me in writing a nightly on_line backup patch file for
> ORACLE under UNIX. the patch muct able to write on tape directly.
>
>
> v.thanks inadvance
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
![]() |
![]() |