码迷,mamicode.com
首页 >  
搜索关键字:restore    ( 1014个结果
Oracle数据库运行时rm误删文件的解决方法 (2)-- 通过脚本实现恢复
根据上篇文章,整个恢复过程可以使用脚本完成,既节约时间,也增加恢复的成功率。这个方法对误删的数据文件,包括onlineredo,undo,controlfile,system或普通数据文件均有效。整个过程分两部分:第一部分是通过tail命令hold住文件描述符FD,然后建立数据文件的softlink。完成..
分类:数据库   时间:2014-11-05 15:09:31    阅读次数:329
NBU7.0 RMAN 异机恢复 not found in NetBackup catalog
问题描述: RMAN>  run { 2>  allocate channel t1 type 'sbt_tape'; 3>  send 'NB_ORA_SERV=netbackup,NB_ORA_CLIENT=hz1'; 4>  restore controlfile to '/oracle11/oradata/control01.ctl' from '/c-3201563006-201...
分类:Web程序   时间:2014-11-02 18:22:20    阅读次数:183
D23_01_Window类 RegistryKey Rect
Show Window Close Me Center Me Save Position and Size(配置文件方式) Restore Position and Size(注册表方式) MainWindow(窗体类) using System; using System.Collect...
分类:Windows程序   时间:2014-11-02 13:49:33    阅读次数:222
mycircle
预览地址->mycircle 应该是最简单的canvas动画的制作,主要难点是画布的旋转,这里要用到save和restore方法。主要思路是画出一个圆,然后旋转画布,递增坐标,产生动的效果。 碰撞后的轨迹没有进行计算。 1 2 3 4 100 101 102 ...
分类:其他好文   时间:2014-11-01 14:43:03    阅读次数:259
sql2000 还原BAK文件
restore database SGD from disk='C:\20141023.bak' --c:\a.bak是备份文件名 with move 'AIS20050620140226_Data' to 'c:\SGD.mdf' --将sxt_d...
分类:数据库   时间:2014-10-30 11:37:22    阅读次数:179
mongodump and mongorestore of mogodb
The another tool will be mentioned in this blog, namely mongodump and mongorestore.  General speaking, it’s very useful to back up or to restore the data of database or collection by means of mongodu...
分类:数据库   时间:2014-10-29 02:00:22    阅读次数:224
OpenStack之虚机热迁移代码解析
OpenStack之虚机热迁移代码解析 话说虚机迁移分为冷迁移以及热迁移,所谓热迁移用度娘的话说即是:热迁移(Live Migration,又叫动态迁移、实时迁移),即虚机保存/恢复(Save/Restore):将整个虚拟机的运行状态完整保存下来,同时可以快速的恢复到原有硬件平台甚至是不同硬件平台....
分类:其他好文   时间:2014-10-28 12:08:43    阅读次数:362
Create Oracle Enterprise Manager repository data after restore a database from another server
1. Set password for SYS in password file:orapwd file=$ORACLE_HOME/dbs/orapw2. Drop repos data copied from the original database ( you may need to unlo...
分类:数据库   时间:2014-10-28 07:03:56    阅读次数:193
Restore Oracle database to another server
1. Copy or remotely mount the backupset folder from the source server to the target server2. On the target server, export ORACLE_SID as same as the so...
分类:数据库   时间:2014-10-28 00:34:09    阅读次数:309
NArrange 配置与使用
1.在VS中设置一下就可以用了2、It is also recommended to setup a restore command using the same parameters, replacing /b with /r. However, be careful when using res...
分类:其他好文   时间:2014-10-24 12:54:14    阅读次数:262
1014条   上一页 1 ... 88 89 90 91 92 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!