Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: recovery question
Assuming your database is in Archivelog mode and you have a valid backup,
you should be able to recover the system tablespace datafiles.
startup mount the database.
recover database.
alter database open.
To ensure you know what you are doing, I recommend you refer to the Backup and Recovery Guide, before proceeding.
Best of Luck.
Stephen C. Ashmore
Brainbench MVP for Oracle Administration
http://www.brainbench.com
Author of: 'So You Want to be an Oracle DBA?'
"kent" <kent_at_com.com> wrote in message
news:b7dtsr$468$1_at_hfc.pacific.net.hk...
> if i lost all the files stores the the system tablespace, which one i can
> do:
> 1.recover the whole database(including all data files and controll files)
> 2.recover the system table space.
>
>
Received on Mon Apr 14 2003 - 05:42:41 CDT
![]() |
![]() |