今天先把目录搬上来,后续会翻译相应的章节,并更新超链接,希望对想学习oracle的人有所帮助。fighting
Contents
Title and Copyright Information
Preface
AudienceDocumentation AccessibilityRelated DocumentationConventions
1 Backup and Recov...
分类:
其他好文 时间:
2015-02-04 14:39:41
阅读次数:
214
1,在脚本中代入create db flash backup point for recover dg2,测试前主备库状态(备库现角色验证,主库监听状态-->有意stop)主要验证思路,脚本从备库对dg主库连接性做测试,若主库连接性有问题(监听,网络,.....),自动切换备库角色到主库角色;执行验...
分类:
其他好文 时间:
2015-02-04 01:54:58
阅读次数:
279
1. 停应用层的各种程序。 $lsnrctl stop 3. 在独占的系统用户下,备份控制文件: SQL>alter database backup controlfile to trace; SQL>alter system switch logfile; 5. 在独占...
分类:
数据库 时间:
2015-02-03 21:05:32
阅读次数:
229
InstallationYou can install last M2Eclipse release by using the following update site from within Eclipse:http://download.eclipse.org/technology/m2e/r...
分类:
系统相关 时间:
2015-02-03 21:02:50
阅读次数:
183
1、使用sqldump+任务计划mysqldump备份成sql文件==============假想环境:MySQL 安装位置:C:\MySQL论坛数据库名称为:bbsMySQL root 密码:123456数据库备份目的地:D:\db_backup\脚本:rem ******************...
分类:
数据库 时间:
2015-02-03 16:41:13
阅读次数:
184
当前使用的是开发者预览版(8.10.14219.341),最近一直无法备份text + apps + settings,进度条达到97%或99%以后提示:There was a problem backing up your settings. Try again later.MSDN有不少解决方案...
第一步:创建一个名为backmysql的批处理保存在/wwwroot/Backup/里,内容如下: backDate=`date?+%Y%m%d`?
mysqldump?数据库名?-u用户名?-p密码?>?/wwwroot/Backup/$backDate.sql
tar?zcvf?$rq.tar.gz?$...
分类:
数据库 时间:
2015-02-03 11:22:15
阅读次数:
132
Go to Site Actions > Site Settings (make sure you’re in the root site), and click “Search scopes”.Click “New Scope” to create a new scope to load in a...
分类:
其他好文 时间:
2015-02-03 09:28:04
阅读次数:
149
运行ansible前,会出现一下Warning。[WARNING]:Theversionofgmpyouhaveinstalledhasaknownissueregardingtimingvulnerabilitieswhenusedwithpycrypto.Ifpossible,youshouldupdateit(i.e.yumupdategmp).解决方法:忽略下输出cp/usr/lib64/python2.6/site-packages/pycrypto-2.6...
分类:
其他好文 时间:
2015-02-02 20:07:53
阅读次数:
971
#!/bin/bash
#?Name:bakmysql.sh
#?This?is?a?ShellScript?For?Auto?DB?Backup?and?Delete?old?Backup
#备份地址
backupdir=/home/mysqlbackup
#备份文件后缀时间
time=_`?date?+%Y_%m_%d_%H_%M_%...
分类:
数据库 时间:
2015-02-02 18:20:52
阅读次数:
176