January 2005
Beginner to intermediate
928 pages
22h 14m
English
You can restore the backup image obtained by the BACKUP DATABASE command using the RESTORE DATABASE command. You can choose to recover the entire database or just the individual table space(s).
You can restore a database backup image into a new or existing database. You need SYSADM, SYSCTRL, or SYSMAINT authority to restore into an existing database, and SYSADM or SYSCTRL authority restore to a new database.
This syntax of the RESTORE command is:
RESTORE DATABASE source-database_alias { restore_options | CONTINUE | ABORT }
You can use one or more of the following for restore_options:
[USER username [USING password]] [{TABLESPACE [ONLINE] | ...
Read now
Unlock full access