Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: HOT BACKUP
You can do as folows
SVRMGR> ALTER TABLESPACE <tablespace_name> BEGIN BACKUP;
2. Make backup of the tablespace's datafile(s) any which way you like:
UNIX; tar, cpio, dd, fbackup etc... PC; any which way.
3. Last step is to take the tablespace out of backup mode;
SVRMGR> ALTER TABLESPACE <tablespace_name> END BACKUP;
This is what is known as a hot backup of the Oracle database, as opposed to a cold backup where the database is shut down first.
Hope this is of any help.
Torkild Hagen
Norhayati Hassalli wrote in message <35580D5D.306A59A0_at_mimos.my>...
>Other than the export command, what other ways of doing a hot backup ?
>
Received on Tue May 12 1998 - 05:08:52 CDT
![]() |
![]() |