1.1重点检查作业事务码检查过程检查R/3系统是否已经启动· 登录到R/3系统检查每日备份是否正常DB12-Backup Logs:Overview· 检查数据库备份· 检查数据库备份运行时间· 检查操作系统级备份· 检查操作系统级备份运行时间1.2 R/3系统检查(每日4次)作业事务码检查过程检查...
分类:
其他好文 时间:
2014-08-20 16:07:12
阅读次数:
283
ProblemSharePoint administrators need to run regular backups using PowerShell, the STSADM tool or in Central Administration. There is no "built in" wa...
VBS上传文件(调用ftp)首先创建一个UploadFile.bat文件,内容为:ftp-s:ftp.cfgdimrs,conn,sConnDimstrDateDimfs,txtname,oldtxtnameDimtxtpathstrDate=Date‘写文件setfs=createobject("scripting.filesystemobject")txtpath="D:\bak\"txtname="ServiceEvaluation_backup_"&Y..
/*--特别注意 请按步骤进行,未进行前面的步骤,请不要做后面的步骤 否则可能损坏你的数据库. --*/ 1.清空日志 DUMP TRANSACTION 库名 WITH NO_LOG 2.截断事务日志: BACKUP LOG 数据库名 WIT...
分类:
数据库 时间:
2014-08-19 10:38:53
阅读次数:
304
1)、检查集群状态: [grid@rac02 ~]$ crsctl check cluster CRS-4537: Cluster Ready Services is online CRS-4529: Cluster Synchronization Services is online CR...
分类:
数据库 时间:
2014-08-18 23:32:53
阅读次数:
449
腾讯 http://sou.qq.com/online/get_weather.php?callback=Weather&city=南京 中国天气-weather.com.cn http://61.4.185.48:81/g/ (根据IP查询城市ID) http://m.weather.com.cn...
题目链接:http://acm.hnu.cn/online/?action=problem&type=show&id=12906解题报告:题目意思看了很久都没懂,就是一个10*10的方格,然后上面要放一些船,船的规格分别是1艘占4个格子的船,2艘占3个格子的,3艘占2 个格子的,4艘占一个格子的。然...
分类:
其他好文 时间:
2014-08-18 12:17:14
阅读次数:
241
1.如何确定数据库是否启动
su - oracle
ps -ef |grep ora_|head -2
两种关系数据库是ora或者是自动存储管理的asm开头的,
查看进程可以知道数据库实例至少已经启动,但是数据库是否挂载,是否打开,不得而知
asm
crs_stat -t
updb.db online
srvctl status database -d updb
db
...
分类:
数据库 时间:
2014-08-18 00:18:03
阅读次数:
503
II
U C ONLINE
C ON TEST
2 008
Problem D: GCD LCM
Input: standard input
Output: standard output
The GCD of two positive integers is the largest integer ...
分类:
其他好文 时间:
2014-08-17 21:24:53
阅读次数:
189
前几天问一个表空间状态的问题,也暴露了自己基础知识的薄弱,之所以总结如下两篇博文,主要还是让自己静下心来,补一下相关知识点,并通过实践强化自己的理解。
主要参考:
《11g Concept》
《11g Administrator's Guide》
表空间的ONLINE和OFFLINE状态
1. 只要数据库处于OPEN状态,除了SYSTEM表空间外的其他表空间,都可以将其置为onl...
分类:
其他好文 时间:
2014-08-16 23:53:12
阅读次数:
566