|
| Total Answers and Comments: 4 |
Last Update: October 06, 2009 Asked by: support dba 8910 |
|
| | |
|
Submitted by: senapati99 sql>alter tablespace <tablespace_name> begin backup; copy all the datafile,redolog file, from querying v$datafile,v$controlfile after backing up end the command. sql>alter tablespace <tablespace_name> end backup; repeat this for all tablespaces
Above answer was rated as good by the following members: madaninterview | Go To Top
|