Home > Database > Mysql Tutorial > 一个Oracle soft 启用2个Clone 的数据库

一个Oracle soft 启用2个Clone 的数据库

WBOY
Release: 2016-06-07 17:21:14
Original
1432 people have browsed it

1.先恢复数据库test 到 data卷.2.然后shudown test. copy 所有的datafiles, tempfile,redofile, 到yldata卷.3. 使用pfile, open

如下所示,,
 
1.先恢复数据库test 到 data卷.
2.然后shudown test. copy 所有的datafiles, tempfile,redofile, 到yldata卷.
3. 使用pfile, open test 库,copy pfile  --> ylpfile, 更改演练环境的ylpfile, controlfile 的
path, 使之指向 yldata 卷的datafile.
4. 使用ylpfile open nomount  , yldata卷上的 datafile.
5. 重建yldata库的控制文件(注意更改contronfile中,datafile,redo 执行yldata的路径)
6. alter database open resetlogs.  打开yldata卷上的数据库.
 
a2bs1010: test > df -h|grep test
/dev/vx/dsk/test_yl1/testl1_data  200G  123G    76G    62%    /db/bank/test/data
/dev/vx/dsk/test_yl1/testl1_log  200G  3.5G  195G    2%    /db/bank/test/log
/dev/vx/dsk/test_yl2/testl2_data  200G  124G    76G    62%    /db/bank/test/yldata

linux

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template