Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3548355
  • 博文数量: 715
  • 博客积分: 1860
  • 博客等级: 上尉
  • 技术积分: 7745
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-07 08:51
个人简介

偶尔有空上来看看

文章分类

全部博文(715)

文章存档

2023年(75)

2022年(134)

2021年(238)

2020年(115)

2019年(11)

2018年(9)

2017年(9)

2016年(17)

2015年(7)

2014年(4)

2013年(1)

2012年(11)

2011年(27)

2010年(35)

2009年(11)

2008年(11)

最近访客

发布时间:2019-03-13 13:31:33

有时想用sql plus的spool生成脚本直接执行,但是通常会带sql 、字段名和记录数等,需要清理掉这些,只留下纯粹的语句,用如下方法:set feedback offset heading offset linesize 180set pagesize 9999set echo offset verify off spool /tmp/rename_log.sqlselect 'ALTER DATABA.........【阅读全文】

阅读(3968) | 评论(0) | 转发(0)

发布时间:2019-03-11 23:36:12

python oracle 读取 参数 用户 数据库大小 批量 脚本.......【阅读全文】

阅读(73060) | 评论(0) | 转发(0)

发布时间:2019-03-11 23:09:31

经常做恢复验证,每次都有些小不同,想省点事,搞个一键还原可好?适用于不同实例,源端和目标端最好版本一致,平台一致,开始吧。步骤介绍:#适用oracle 11g单机环境#备份在192.168.1.1的RESTORDIR目录下,采用rman备份的多个备份集文件,含参数文件(.par)、控制文件(c-xxx)、全库备份、归档备份#先清理本地的验证库.........【阅读全文】

阅读(10370) | 评论(0) | 转发(1)

发布时间:2018-12-21 15:02:53

关于数据库初始化参数SETALL 后可能引起坏块的问题,oracle和redhat都做了说明,跟ext4文件类型有关。redhatORA-1578 ORA-353 ORA-19599 Corrupt blocks with zeros when filesystemio_options=SETALL on ext4 file system using Linux (文档 ID 1487957.1)oracle对RHEL5、6具体的内核号说的很清楚,当然不忘先自吹一下.........【阅读全文】

阅读(4952) | 评论(0) | 转发(0)

发布时间:2018-10-18 18:19:32

Start RUEI processing:# On the Reporter server as $RUEI_USERproject -start wgStart the RUEI web server:# On the Reporter server as root service httpd startTo start the Collector, issue the following command as the moniforce user:appsensor start wg......【阅读全文】

阅读(2042) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册