ocp 053703. Given below are RMAN commands to enable ba ckup optimization and set the retention policy:The USERS tablespace has never been backed up. Y...
分类:
其他好文 时间:
2014-06-28 21:01:00
阅读次数:
307
#!/bin/bash###################################################### export the whole database use exp utility. ##################################...
分类:
其他好文 时间:
2014-06-28 19:58:18
阅读次数:
215
/** * @author gao */package gao.org;public class RunnableDemo implements Runnable{ @Override public void run() { // TODO Auto-generated method stub .....
分类:
编程语言 时间:
2014-06-20 22:51:06
阅读次数:
325
备忘,一段代码:@Override public void init(FilterConfig arg0) throws ServletException { // TODO Auto-generated method stub logger.info("=====...
分类:
Web程序 时间:
2014-06-18 09:14:10
阅读次数:
233
spring-mybatis-data-common-2.0新增分表机制,在1.0基础上做了部分调整.基于机架展示分库应用数据库分表实力创建create table tb_example_1( id bigint primary key auto_increment , eId bigint, .....
分类:
编程语言 时间:
2014-06-18 00:07:38
阅读次数:
317
转:https://www.centos.bz/2011/03/auto-run-task-crontab/ 我们的PHP程序有时候需要定时执行,我们可以使用ignore_user_abort函数或是在页面放置js让用户帮我们实现。但这两种方法都不太可靠,不稳定。我们可以借助Linux的Cront....
分类:
Web程序 时间:
2014-06-17 23:51:41
阅读次数:
456
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
vi.profile-----------------aliasls=‘ls-F‘aliascls=‘clear‘aliasgrep=‘grep--color=auto‘CLICOLOR="xterm-color"LSCOLORS="gxfxcxdxcxegedabagacad"exportCLICOLORLsCOLORSvi.vimrc-----------------syntaxon
分类:
其他好文 时间:
2014-06-17 17:27:36
阅读次数:
280
gamedb:/bak/backup/web#find.-maxdepth1-ctime+60|more
./cncgcg
./gm
./igame
./20140410
./20140403
./qzstatistics
./20140415使用maxdepth可以指定列出的层数
分类:
其他好文 时间:
2014-06-17 17:07:30
阅读次数:
253
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