1 升级过程
1.1升级AIX上的db2
1.运行如下命令确定系统中的实例以及管理实例(root)
/usr/opt/db2_08_01/instance/db2ilist
/usr/opt/db2_08_01/instance/daslist
...
Jun.26
1 升级过程
1.1升级AIX上的db2
1.运行如下命令确定系统中的实例以及管理实例(root)
/usr/opt/db2_08_01/instance/db2ilist
/usr/opt/db2_08_01/instance/daslist
...
1.Analyzing the following error report listing, how would a system specialist find out detailed information on why the system shutdown?
IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION
...
1.To limit the IP addresses for logging on to an AIX server, the best method is:
A.install tcpwrap
B.configure inetd.conf to enable telnet audit
...
昨天在一台新的机器装64位的linux和oracle 10G,32位的linux和oracle装了无数次,心想这对我来讲还不是小菜。没想到遇到了几个非常棘手的问题,今天终于搞定了,得写个博客留个纪念。
64位的LINUX安装没有什么区别,只是安装完了网卡找不到,PC机的供应商提供了一个驱动,是C语言的源程序,按照readme的提示make了一下就搞定了。
然后是把64位的oracle安装包传上去,先gunzip解压,再cpio -idmv < 文件名展开。打开oracle的官方文档,发现64位的安装方法居然和32位的一模一样,一路轻车熟路,装完了,只是没有建库。
...