码迷,mamicode.com
首页 >  
搜索关键字:veeam backup job    ( 7696个结果
yarn介绍
hadoop 1.0 mapreduce过程主要问题:JobTracker 是 Map-reduce 的集中处理点,存在单点故障。JobTracker 完成了太多的任务,造成了过多的资源消耗,当 map-reduce job 非常多的时候,会造成很大的内存开销,潜在来说,也增加了 JobTracke...
分类:其他好文   时间:2014-06-18 20:00:19    阅读次数:377
oracle 查询 函数练习
/*--以下代码是对emp表进行显示宽度设置col empno for 9999;col ename for a10;col job for a10;col mgr for 9999; col hiredate for a12;col sal for 9999;col comm for 9999.....
分类:数据库   时间:2014-06-18 14:48:50    阅读次数:242
poj 3249 Test for Job (DAG最长路 记忆化搜索解决)
Test for Job Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 8990   Accepted: 2004 Description Mr.Dog was fired by his company. In order to support his famil...
分类:其他好文   时间:2014-06-18 11:17:50    阅读次数:177
第一章习题
1.2#include #include #include #include #include using namespace std;char arr[20][20];char words[30][4]={ "boy","own","sad","job","dry", "can","may","b...
分类:其他好文   时间:2014-06-18 11:08:35    阅读次数:211
oracle 存储过程 ,触发器练习
/*以下代码是对emp表进行显示宽度设置 */col empno for 9999;col ename for a10;col job for a10;col mgr for 9999;col hiredate for a12;col sal for 9999;col comm for 9999;c...
分类:数据库   时间:2014-06-18 00:22:31    阅读次数:371
linuxshell 实现自动清理rman备份文件的脚本
rman备份脚本 #! /bin/bash su - oracle rman target / backup AS COMPRESSED BACKUPSET   database include current controlfile format'/orabak/db_%d_%T_%s' plus archivelog format'/orabak/a...
分类:系统相关   时间:2014-06-17 19:33:13    阅读次数:348
find之depth列出第一层目录
gamedb:/bak/backup/web#find.-maxdepth1-ctime+60|more ./cncgcg ./gm ./igame ./20140410 ./20140403 ./qzstatistics ./20140415使用maxdepth可以指定列出的层数
分类:其他好文   时间:2014-06-17 17:07:30    阅读次数:253
RMAN之参数BACKUP_TAPE_IO_SLAVES
ocp 053:656.The BACKUP_TAPE_IO_SLAVES parameter is set to FALSE for the database instance. Whichstatement is true while performing a tape backup in an...
分类:其他好文   时间:2014-06-17 15:27:56    阅读次数:481
oracle 查询 函数练习2
/*以下代码是对emp表/dept表/salgrade表进行显示宽度设置 */col empno for 9999;col ename for a10;col job for a10;col mgr for 9999;col hiredate for a12;col sal for 9999;col...
分类:数据库   时间:2014-06-17 14:43:28    阅读次数:416
Mysql 数据库备份脚本
[root@rhel6sbin]#moremysqlbackup.sh#IfanyofyourtablesrunonInnoDBengine#directorytostorebackupsinDST=/backup/dbback#Aregex,passedtoegrep-v,forwhichdatabasestoignoreIGNREG=‘^snort$‘#TheMySQLusernameandpasswordDBUSER=rootDBPASS=62201042#Anybackupsolderthanthis..
分类:数据库   时间:2014-06-16 16:17:27    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!