2016年12月9日
摘要:
适用情形: Oracle-11g 数据库启动时,出现类似如下错误。 ORA-01092: ORACLE instance terminated. Disconnection forced ORA-18008: cannot find OUTLN schema ID: 7715 ID: 241 3 故
阅读全文
posted @ 2016-12-09 14:09
autopenguin
阅读(684)
推荐(0)
2016年12月5日
摘要:
# -*- coding: UTF-8 -*-import paramikoimport time##################################################################'''类名称: SSHCommunication描述:SSH通讯类作者
阅读全文
posted @ 2016-12-05 10:45
autopenguin
阅读(847)
推荐(0)
2016年11月30日
摘要:
安装前提条件: (1).安装 instantclient-basic-nt (2).安装 instantclient-sdk-nt (3).安装 Microsoft Visual C++ Compiler for Python(用于编译源码) 安装步骤: 1.激活虚拟环境 在 Windows 上,执
阅读全文
posted @ 2016-11-30 15:11
autopenguin
阅读(432)
推荐(1)
2016年11月14日
摘要:
利用 SQL Monitor 查看语句运行状态步骤 1.确定语句被 SQL Monitor 监控 SQL> SELECT * FROM GV$SQL_MONITOR WHERE sql_id='sql_id'; 其中,sql_id 为待查看的 SQL 号。 注意:对于执行时长较短的 SQL 语句(5
阅读全文
posted @ 2016-11-14 15:00
autopenguin
阅读(1590)
推荐(0)
2016年10月25日
摘要:
安装环境: SuSE Linux Enterprise Server 11 SP3 安装环境: SuSE Linux Enterprise Server 11 SP3 Oracle 11g 11.2.0.3 卸载步骤: 1.卸载 Database 软件(oracle,第一节点) (1).运行 $OR
阅读全文
posted @ 2016-10-25 16:43
autopenguin
阅读(1172)
推荐(0)
2016年10月18日
摘要:
回滚环境: 1.源库版本: Grid Infrastructure:11.2.0.3.15 Database:11.2.0.3.15 2.目标库版本: Grid Infrastructure:11.2.0.3.13 Database:11.2.0.3.13 执行步骤: 1.备份源库(root & g
阅读全文
posted @ 2016-10-18 14:33
autopenguin
阅读(869)
推荐(0)
2016年10月14日
摘要:
升级环境: 1.源库版本: Grid Infrastructure:11.2.0.3.13 Database:11.2.0.3.13 2.目标库版本: Grid Infrastructure:11.2.0.3.15 Database:11.2.0.3.15 执行步骤: 1.备份源库(root & g
阅读全文
posted @ 2016-10-14 19:50
autopenguin
阅读(382)
推荐(1)
2016年10月13日
摘要:
搭建环境: Windows-x64 10 Celery 3.1.23 Celery-with-redis 3.0 Celery 3.1.23 Celery-with-redis 3.0 Redis-win32-win64 2.4.5 实现步骤: 1.安装 Redis 由于 Redis 并没有官方支持
阅读全文
posted @ 2016-10-13 14:49
autopenguin
阅读(1329)
推荐(0)
2016年10月12日
摘要:
Oracle 中利用闪回查询确定某表在某时间点之后的修改内容: 1.查看 DELETE 及 UPDATE 操作修改的数据: SQL> SELECT * FROM tab AS OF TIMESTAMP to_timestamp('time_point', 'yyyy-mm-dd hh24:mi:ss
阅读全文
posted @ 2016-10-12 14:23
autopenguin
阅读(6875)
推荐(0)
2016年10月8日
摘要:
Redis 配置文件 Redis.conf 参数说明 参数名 参数说明 参数实例 daemonize 是否以后台守护进程运行,默认为 no, 取值 yes, no daemonize no pidfile pid 文件存放路径 pidfile /var/run/redis.pid port 配置 R
阅读全文
posted @ 2016-10-08 11:30
autopenguin
阅读(1992)
推荐(0)