自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(20)
  • 资源 (25)
  • 收藏
  • 关注

原创 Hacmp failover test

今天的hacmp test:Environment:  Hacmp: 5.4Problem:  When stop one primary node, The service Ip address can not switch to another node.Reason:  When execute below command:    smit clstop

2012-02-26 18:36:42 501 1

原创 oracle 体系架构 - (绝对原创) (二)

This I will continue to intruduce Instance and Media recovery structure:Step1:  The Oracle server provide a number of standard views to obtain information on the database  and instance, These vi

2012-02-24 11:46:11 499

原创 oracle 体系架构 (绝对原创) (一)

This I will intruduce Instance and Media recovery structure:    After completing this lesson, you should be able to do the following:    1: Describle the Oracle process, memory structures, and

2012-02-24 10:34:24 566

原创 跟我学plsql - 写可执行的语句 (二)

This I will intruduce How to write excelent PLSQL:Step1:  The scope of variables:    1: The internal variables can be only used in internal declaration.  2: The external variables can be use

2012-02-21 11:04:34 528

原创 跟我学plsql - 写可执行的语句 (一)

This I will intruduce the PLSQL:Step1:  Using Literals:  1: Character and date literals must be enclosedin quotation marks  2: Number can be simple values or in scientific notation.    e

2012-02-20 11:17:00 872

原创 跟我学plsql - 定义变量 (二)

This I will continue to intruduce the PLSQL:    Guidelines for Declaring and initializing PL/SQL variables    1: Follo naming conventions.  2: Using meaningful identifiers for variables.

2012-02-20 10:06:24 835

原创 跟我学plsql - 定义变量 (一)

Class 1:This I will intruduce the PLSQL:  First, list the useful of plsql:  1: variable,constant, and data types  2: Control structures such as conditional statement and loops  3: Reusable p

2012-02-18 22:48:32 6385

原创 11g 新特性之 plsql

This day I will introduce the 11G plsql:Step1:  Let us create one sequence first:  create sequence dept_seq start with 101;    Now I had viewed the sequence had created in left side: SEQENCE

2012-02-18 18:10:32 506

转载 SCO UNIX 快速 上手

前言:这是应该我的UNIX的“讲义”吧,虽然只有一个“学生”,但我还是很认真的“备课”了, 我尽量做到通俗易懂,让从未接触过UNIX的朋友快速入门。呵呵,匆匆,错误难免! 以后一定花更多的时间整理,为自己,也为需要它的朋友!  苏华,首先,我和你一起看看UNIX的目录,因为我觉得清楚了目录,才能对UNIX的框 架有个大概的印象!当然这里讲的是系统正常运转所必须的,并且一定不能删除或

2012-02-17 16:38:26 556

原创 ora-00257 默认的 db_recovery_dest 满 用户不能登入 (解决)

This afternoon, customer had faced one problem:The user can not not connect to database,ora-00257 error log occur:Caustion:  The achivelog is full    1: Even we delete the archivelog from

2012-02-15 18:42:00 1528

原创 我来说说 监控 oracle session

This I will highlight the oracle session monitor:  I will do a workshop to begin this:Step1:  Open one session to update one row data:  SQL> select * from t1;        ID----------

2012-02-15 11:34:09 1097

转载 关于oracle 锁的实际 解决方法

$lock视图的各个列及其说明ADDR    RAW(4)    在内存中锁定的对象的地址KADDR    RAW(4)    在内存中锁的地址SID    NUMBER    保持或申请锁的会话的标识号TYPE    VARCHAR2(2)    锁的类型。    TX=行锁或事务锁;TM=表锁或DML锁;UL=PL/SQL用户锁

2012-02-14 11:55:57 552

原创 关于 oacle 锁做的 小实验

This time I will introduce about the Oracle lock:  Let us begin at one workshop:  Step1:  Open two session to connect to an open database:    then I will check the session number:    S

2012-02-14 11:54:12 377

原创 Manage Undo tablespace (datafile + v$rollstat + 01555)

This time I will introduce some about tablespace UNDO: There are three types tablespace :    Permanent   temporary   undo   Step1: If you want to see the tablespace type, you can use bel

2012-02-12 17:55:03 524 1

原创 oracle EXP & IMP 维护 + 字符集的处理

This time I will introduce the Oracle import and export utilities:After Completing this lesson, You should be able to do the following:1: Describe the use of the export and Import utilities.2: D

2012-02-10 21:53:05 764

原创 ORA-00600: [keltnfy-ldmInit]

1:今天重启数据库的报错:SQL> startup mountORA-03113: end-of-file on communication channel看一下alert.log:...PMON started with pid=2, OS id=7359PSP0 started with pid=3, OS id=7361MMAN started with pid=

2012-02-07 16:19:51 536

原创 rman 维护 - ( crosscheck + retention + keep + catalog)

This time ,I will introduce the Rman maintenance:After completing this lession, you should be able to do the following:  1: Perform Cross-checking of backups and copies.  2: Update the repositor

2012-02-05 19:20:45 658

原创 tsm 上创建一个有admin 权限的账号

tsm 上创建一个有admin 权限的账号:Step1:cd /opt/tivoli/tsm/client/ba/bin./dsmadmc -admin -adminupdate admin sheng(new admin ID) sheng(new admin password)Step2:test: ./dsmadmc -sheng -shengtsm: T

2012-02-04 23:00:34 2633

原创 备份成功,可在磁带 没有 - (测试成功) - 2012-02-04

今天发现备份成功,可是在磁带上没有内容:成功:[root@aoracle bin]# ./dsmc selective /tmp/test.sh IBM Tivoli Storage ManagerCommand Line Backup/Archive Client Interface  Client Version 5, Release 5, Level 1.0    C

2012-02-04 17:36:20 1680 1

原创 tsm 备份的监控脚本 - cankao

#! /bin/sh# Author: Sheng Huiping# Date: Feb 1 2012#Date=`date +%Y_%m_%d`log=/tmp/tsm/tsm_backup_$Date.log# List the TSM backup event for one day:/usr/tivoli/tsm/client/ba/bin/dsmadmc -i

2012-02-03 14:53:46 1240

Ansible自动化运维技术与最佳实践.pdf

Ansible 作为很火的集群管理处理软件,没有agent, 可以大量操作很多机器,实现自动化,包含了和docker / jenkin 的集合。

2019-06-29

sudo file for all UNIX

支持HP,solaris, aix,lunix sudo 安装文件

2016-06-13

驻足 思考 - 思维方式提高

驻足 思考 - 思维方式提高, 沟通技巧 很重要。

2013-12-05

db2 数据恢复 文档

这是 ibm db2 红皮书,看看很有好处,对db2 的数据 recover, restore, 很有好处。

2013-01-23

swf 播放器:flashplayer_11_sa_debug_32bit.exe

awf 绿色播放器,把要播放的东西 放进这个软件就可以了。

2012-10-19

vbisam-2.0.mingw.zip

cobol 作为银行的商业化语言,有一个自己的试验环境 也是很重要的,这个编译器,很不错,可以安装在window 环境下。不要环境变量的设定. vbisam-2.0.mingw.zip 是必不可少的patcket.

2012-10-19

bdb-1.85.mingw.zip

cobol 作为银行的商业化语言,有一个自己的试验环境 也是很重要的,这个编译器,很不错,可以安装在window 环境下。不要环境变量的设定. bdb-1.85.mingw.zip 是必不可少的patcket.

2012-10-19

pdcurses-2.4.mingw.zip

cobol 作为银行的商业化语言,有一个自己的试验环境 也是很重要的,这个编译器,很不错,可以安装在window 环境下。不要环境变量的设定。 pdcurses-2.4.mingw.zip 是必不可少的patcket.

2012-10-19

tinycobol 编译器 tinycobol-0.66-1.mingw.exe

cobol 作为银行的商业化语言,有一个自己的试验环境 也是很重要的,这个编译器,很不错,可以安装在window 环境下。不要环境变量的设定。

2012-10-19

vnc 图形化工具

vnc 图形化工具 对oracle db2 的安装很有帮助

2012-05-19

win7 操机终端 SecuCRT6.6 免破解

win7 操机终端 SecuCRT6.6 免破解, 这个可以,不用注册码

2012-05-12

win7 rs232 usb转窜口 驱动

win7 rs232 usb转窜口 驱动, 这个连接操作系统,肯定可以了

2012-05-12

nmon_analyser_v327

aix 的nmon 是可以很好的cpu, memory 分析工具,用:nmon -fT -s 5 -c 5 可以生成nmon 文件,再运行宏,就可以分析了。

2011-07-06

aix nmon 图像分析工具

aix 上的nmon 是很有用的cpu, memory 分析工具,生成的nmon文件用 nmon分析工具可以形象的看出图像。

2011-07-05

aix 安装ssh openssh-4.7_new5302.tar.z

安装ssh 很重要openssh-4.7_new5302.tar.z

2010-08-14

aix 上安装ssh openssl.9.8.602.tar.Z

在aix 上安装ssh 是很重要和必要的,还是先装openssl.9.8.602.tar.Z

2010-08-14

Aix 5.3 安装文档

周末在家安装aix 5.3 ,很有收获,希望对大家有用。

2010-08-14

Weblogic 中Apach 配置

值得一看的weblogic 配置文档。说明一下, 是在linux 下的weblogic 的应用。

2010-07-02

一个身份证校验的小程序

可以进行改良的身份证校验小程序。平时可以看看!

2010-03-03

DAO 信息管理系统的开发JAVA SE 实战

对个人信息的增加,删除,更新,查询的操作。

2010-02-26

深入浅出struts2(中文版)

对初学者是很好的学习资料!深入浅出struts2(中文版) 对B/S 架构很有帮助!

2010-01-15

Tws user guide

对IBM TWS 学习和研究的人很有帮助! 特别是对JOB和SCHEDULE 的定制,以及TWS 后台的操作很有帮助!

2010-01-15

windows平台下oracle+10g+安装+视频

这是个安装ORACLE 10G不错的视频,非常详细! 还有关于OEM (oracle enterprice manager) 的介绍!

2009-12-26

和大机有关的JCL学习资料

JCL学习资料,和大家一起分享!现在MF中,大机技术中,JCL是不可缺少的一部分。大家共同进步!

2009-02-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除