适用于SQLServer2005的方法1 Backup Log DNName WITH no_log2 GO3 DUMP TRANSACTION DNName WITH no_log4 GO5 USE DNName 6 DBCC SHRINKFILE (2)7 GO说明:由于SQLServer200...
分类:
数据库 时间:
2014-07-22 22:56:16
阅读次数:
257
注意:使用配置文件时一定要先备份一份,取名:name-backup.conf公益图书馆平台一、环境搭建篇:1.修改apache中默认的项目文件夹在httpd.conf中修改DocumentRoot "XXX/htdocs" 为 DocumentRoot "E:/Source/PhpStorm" .....
分类:
其他好文 时间:
2014-07-16 20:45:41
阅读次数:
129
本章内容Consistent and Inconsistent RMAN BackupsOnline Backups and Backup ModeBackup SetsImage CopiesMultiple Copies of RMAN BackupsControl File and Serve...
分类:
其他好文 时间:
2014-07-16 20:40:30
阅读次数:
352
获取最新代码svn update --username %SVN_USER% --password %SVN_PASSWORD% >> "../%LOG_FILE%"备份Tomcat 站点md "%APP_ROOT%\backup\%MVN_PROFILE%-%CUR_DATE%-%myran%" ...
分类:
其他好文 时间:
2014-07-16 19:25:56
阅读次数:
231
IssueAll media managers services failed to start after rebuilding sg driversErrorError nbjm (pid=27800) NBU status: 2009, EMM status: All compatible d...
分类:
其他好文 时间:
2014-07-16 18:59:05
阅读次数:
284
公司一直使用YourSQLDba做本地备份,磁带机将本地备份文件上带做异地容灾备份。近期整理、验证备份时发现本地备份目录命名五花八门 其中有历史原因,也有无规划化的缘故,看着这些五花八门的目录,越看越不顺眼。于是想统一规范化。备份目录统一为DB_BACKUP,完整备份位于FULL_BACKUP子目录...
分类:
数据库 时间:
2014-07-16 17:45:50
阅读次数:
448
问题:Error: [1146] ORA-01146: cannot start online backup - file 1 is already in backupORA-01110: data file 1: 'C:\ORACLE\ORADATA\ORCL8\SYSTEM01.DBF'以上问题...
分类:
数据库 时间:
2014-07-16 17:37:05
阅读次数:
398
scp就是secure copy,是用来进行远程文件拷贝的。数据传输使用 ssh,并且和ssh 使用相同的认证方式,提供相同的安全保证 。 与rcp 不同的是,scp 在需要进行验证时会要求你输入密码或口令。从 本地 复制到 远程scp /home/backup.zip root@www.examp...
分类:
其他好文 时间:
2014-07-16 11:52:18
阅读次数:
210
11gR1版本 asmcmd的新命令--cp、md_backup、md_restore...
分类:
其他好文 时间:
2014-07-13 16:02:55
阅读次数:
212
#!/bin/bash#Authorxieping1991@163.comcd/sqlbak/usr/local/mysql/bin/mysqladmin-uroot-p123456flush-logsMAXIMUM_BACKUP_FILES=10BACKUP_FOLDERNAME="database_backup"DB_HOSTNAME="localhost"DB_USERNAME="root"DB_PASSWORD="123456"DATABASES=("数据库名称""数据库名称""..
分类:
数据库 时间:
2014-07-13 14:27:14
阅读次数:
376