Oracle升级_oracle 10g版本由 10.2.0.1.0升级为10.2.0.4.0(即CPU升级)

CPU升级_ oracle 10g版本由 10.2.0.1.0升级为10.2.0.4.0

***********************************************声明************************************************

原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明出处(http://blog.csdn.net/huangyanlong)。

表述有错误之处,请您留言,不胜感激。

提醒:点击目录,更有助于您的查看。

*****************************************************************************************************

实验环境:


虚拟机软件


Vbox 4.2.12


实验系统


Linux RedHat 5.5


数据库


Oracle10g 10.2.0.1.0


注意项点:实验系统为镜像导入,存留其余无关数据库,在下面的实验中会删除,望阅者周知。

1、 升级准备

(1)确认hosts设置

【补充】:修改Linux的IP地址

[[email protected] ~]# vi /etc/hosts

[[email protected] ~]# su - oracle

[[email protected] ~]$ cd $ORACLE_HOME/dbs

[[email protected] dbs]$ ls  

(2)检查磁盘空间

[[email protected] dbs]$ df -h

//u01下只有4g较少,之后升级到11g时需要至少5g以上空间,需给u01增加空间

为了给/u01增加可用空间,将本机内无用数据库卸载,如下:

[[email protected] dbs]$ vi /etc/oratab      //为卸载catdb、test1数据库做准备

[[email protected] dbs]$ dbca

//使用dbca时报错,需要执行export命令,并注销后用oracle用户登陆操作系统

注销系统,使用oracle用户登陆:

$dbca

选择删除数据库,如下图:

先删除catdb库,如下图:

卸载数据库,如下图所示:

接下来,同样的方法卸载test1数据库,如下图:

[[email protected] dbs]$ cd /u01/app/oracle/oradata/

[[email protected] oradata]$ ls

[[email protected] oradata]$ rm -rf catdb

[[email protected] oradata]$ rm -rf test1

[[email protected] oradata]$ cd /u01/app/oracle/admin/

[[email protected] admin]$ ls

[[email protected] admin]$ rm -rf catdb

[[email protected] admin]$ rm -rf test1

[[email protected] admin]$ df -h
  //u01已经变成6.5g,满足了后续安装oracle11g的工作

[[email protected] admin]$ cd /disk1

[[email protected] disk1]$ ls

[[email protected] disk1]$ cd oradata

[[email protected] oradata]$ ls

[[email protected] oradata]$ rm -rf test1

[[email protected] oradata]$ !sql

16:04:45 [email protected] prod>startup

[[email protected] ~]$ tail -f/u01/app/oracle/admin/prod/bdump/alert_prod.log

//开启告警日志文件

16:06:[email protected] prod>select* from v$version;

[[email protected] oradata]# cd /disk2/oradata

[[email protected] oradata]# ls

prod  test1

[[email protected] oradata]# rm -rf test1

16:09:27 [email protected] prod>show parameter archive

//查看一下归档信息,为了删除无用的归档目录

[[email protected] oradata]# cd /

[[email protected] /]# cd disk1

[[email protected] disk1]# ls

arch1  arch2  backup lost+found  oradata  prod recovery  rman

[[email protected] disk1]# rm -rf arch2

//因为之前查看到了prod库的归档为arch1,因此推断出arch2为其它库的文件,之前已经将库删除了所以可以将此目录删除

[[email protected] disk1]# cd backup

[[email protected] backup]# ls

catdb  prod

[[email protected] backup]# rm -rf catdb

//至此,已经将除prod以外的数据库清理干净了

16:13:03 [email protected] prod>archive log list      //查看是否开启归档

[[email protected] backup]# su - oracle

至此,多余的数据库卸载完毕。

(3)关闭无用服务

[[email protected] ~]# chkconfig sendmail off

[[email protected] ~]# chkconfig --list |grep scsi

iscsi          0:off   1:off   2:off  3:on    4:on    5:on   6:off

iscsid         0:off   1:off   2:off  3:on    4:on    5:on   6:off

[[email protected] ~]# chkconfig iscsi off

[[email protected] ~]# chkconfig iscsid off

[[email protected] ~]# chkconfig --list |grep scsi

iscsi          0:off   1:off   2:off  3:off   4:off   5:off  6:off

iscsid         0:off   1:off   2:off  3:off   4:off   5:off  6:off

(4)上传升级包
方式一:使用samba服务器

[[email protected] ~]# service smb start         //报错,没有smb服务

smb: unrecognized service

//接下来安装samba服务器

[[email protected] ~]# mount /dev/cdrom /media/

mount: block device /dev/cdrom iswrite-protected, mounting read-only

[[email protected] ~]# yum install -y samba-*

Loaded plugins: rhnplugin, security

This system is not registered with RHN.

RHN support will be disabled.

base                                                    | 1.3 kB     00:00

Setting up Install Process

Package samba-common-3.0.33-3.28.el5.i386 alreadyinstalled and latest version

Package samba-client-3.0.33-3.28.el5.i386 alreadyinstalled and latest version

Resolving Dependencies

--> Running transaction check

---> Package samba.i386 0:3.0.33-3.28.el5 setto be updated

--> Processing Dependency: perl(Convert::ASN1)for package: samba

---> Package samba-swat.i386 0:3.0.33-3.28.el5set to be updated

--> Running transaction check

---> Package perl-Convert-ASN1.noarch0:0.20-1.1 set to be updated

--> Finished Dependency Resolution

Dependencies Resolved

================================================================================

Package                 Arch         Version                  Repository  Size

================================================================================

Installing:

samba                   i386         3.0.33-3.28.el5          base        16 M

samba-swat              i386         3.0.33-3.28.el5          base       8.2 M

Installing for dependencies:

perl-Convert-ASN1       noarch       0.20-1.1                 base        41 k

Transaction Summary

================================================================================

Install      3 Package(s)

Upgrade      0 Package(s)

Total download size: 24 M

Downloading Packages:

--------------------------------------------------------------------------------

Total                                           8.1GB/s |  24 MB     00:00

Running rpm_check_debug

Running Transaction Test

Finished Transaction Test

Transaction Test Succeeded

Running Transaction

Installing     :perl-Convert-ASN1                                        1/3

error: failed to stat /media/RHEL_5.5 i386 DVD:No such file or directory

Installing     : samba                                                    2/3

Installing     : samba-swat                                              3/3

Installed:

samba.i386 0:3.0.33-3.28.el5        samba-swat.i386 0:3.0.33-3.28.el5

Dependency Installed:

perl-Convert-ASN1.noarch 0:0.20-1.1

Complete!

[[email protected] ~]# service smb start

Starting SMB services:                                     [  OK  ]

Starting NMB services:                                     [  OK  ]

[[email protected] ~]# smbpasswd -a oracle

New SMB password:

Retype new SMB password:

Added user oracle.

将补丁包拷贝到共享的oracle目录下,如下所示:

方式二:使用ssh软件

使用SecureFX上传软件包,如下图界面:

//与虚拟机建立连接(注意使用oracle用户),将windows下对应的文件拖拽到虚拟机相应目录下

方式三:使用X-manager shell软件

//至此,补丁包上传完毕(使用以上任意一种方式即可完成)。

安装包解压:

[[email protected] ~]# su - oracle

[[email protected] ~]$ ls

[[email protected] ~]$ unzip p6810189_10204_Linux-x86.zip         //对第一个补丁包解压

(5)做一次冷备

[[email protected] ~]$ rman target /

RMAN> list backup;

RMAN> list backup of database;    //旧的备份信息

RMAN> list copy;

RMAN> delete backup;

allocated channel: ORA_DISK_1

channel ORA_DISK_1: sid=154 devtype=DISK

List of Backup Pieces

BP Key  BSKey  Pc# Cp# Status      Device Type Piece Name

------- ------- --- --- ----------- ----------- ----------

333    333     1   1  AVAILABLE   DISK        /disk1/rman/PROD_366.bak

334    334     1   1  AVAILABLE   DISK        /disk1/rman/PROD_365.bak

335    335     1   1  AVAILABLE   DISK       /disk1/recovery/PROD/autobackup/2012_10_26/o1_mf_s_797680992_88mw2mnf_.bkp

339    339     1   1  AVAILABLE   DISK       /disk1/recovery/PROD/autobackup/2012_10_26/o1_mf_s_797682372_88mx65co_.bkp

340    340     1   1  AVAILABLE   DISK       /disk1/recovery/PROD/autobackup/2012_10_26/o1_mf_s_797694184_88n8qcjf_.bkp

341    341     1   1  AVAILABLE   DISK       /disk1/recovery/PROD/autobackup/2012_10_26/o1_mf_s_797694788_88n9b64r_.bkp

342    342     1   1  AVAILABLE   DISK       /disk1/recovery/PROD/autobackup/2012_10_26/o1_mf_s_797695808_88nbb1lm_.bkp

Do you really want to delete the above objects(enter YES or NO)?yes

deleted backup piece

backup piece handle=/disk1/rman/PROD_366.bakrecid=333 stamp=797681138

deleted backup piece

backup piece handle=/disk1/rman/PROD_365.bakrecid=334 stamp=797681139

deleted backup piece

backup piecehandle=/disk1/recovery/PROD/autobackup/2012_10_26/o1_mf_s_797680992_88mw2mnf_.bkprecid=335 stamp=797681235

deleted backup piece

backup piecehandle=/disk1/recovery/PROD/autobackup/2012_10_26/o1_mf_s_797682372_88mx65co_.bkprecid=339 stamp=797682373

deleted backup piece

backup piecehandle=/disk1/recovery/PROD/autobackup/2012_10_26/o1_mf_s_797694184_88n8qcjf_.bkprecid=340 stamp=797694187

deleted backup piece

backup piecehandle=/disk1/recovery/PROD/autobackup/2012_10_26/o1_mf_s_797694788_88n9b64r_.bkprecid=341 stamp=797694790

deleted backup piece

backup piecehandle=/disk1/recovery/PROD/autobackup/2012_10_26/o1_mf_s_797695808_88nbb1lm_.bkprecid=342 stamp=797695809

Deleted 7 objects

RMAN> list copy;

RMAN> delete copy;

Do you really want to delete the above objects(enter YES or NO)?yes

deleted archive log

archive logfilename=/disk1/arch1/arch_1_4_797613178.log recid=853 stamp=797680899

deleted archive log

archive logfilename=/disk1/arch1/arch_1_5_797613178.log recid=854 stamp=797680902

deleted archive log

archive logfilename=/disk1/arch1/arch_1_6_797613178.log recid=855 stamp=797680911

deleted archive log

archive logfilename=/disk1/arch1/arch_1_7_797613178.log recid=856 stamp=797686101

deleted archive log

archive logfilename=/disk1/arch1/arch_1_8_797613178.log recid=857 stamp=797765967

deleted archive log

archive logfilename=/disk1/arch1/arch_1_9_797613178.log recid=858 stamp=797769330

deleted archive log

archive logfilename=/disk1/arch1/arch_1_10_797613178.log recid=859 stamp=797779367

deleted archive log

archive logfilename=/disk1/arch1/arch_1_11_797613178.log recid=860 stamp=797781258

deleted archive log

archive logfilename=/disk1/arch1/arch_1_12_797613178.log recid=861 stamp=797782326

deleted archive log

archive logfilename=/disk1/arch1/arch_1_13_797613178.log recid=862 stamp=797785426

deleted archive log

archive logfilename=/disk1/arch1/arch_1_14_797613178.log recid=863 stamp=797786840

deleted archive log

archive log filename=/disk1/arch1/arch_1_15_797613178.logrecid=864 stamp=797852200

deleted archive log

archive logfilename=/disk1/arch1/arch_1_16_797613178.log recid=865 stamp=798037031

deleted archive log

archive logfilename=/disk1/arch1/arch_1_17_797613178.log recid=866 stamp=798242772

deleted archive log

archive logfilename=/disk1/arch1/arch_1_18_797613178.log recid=867 stamp=847641900

Deleted 15 objects

RMAN> list copy;

specification does not match any archive log inthe recovery catalog

RMAN> sql‘alter system switch logfile‘;

sql statement: alter system switch logfile

RMAN> sql‘alter system switch logfile‘;

sql statement: alter system switch logfile

//接下来,做一个冷备

RMAN> run{

2> shutdown immediate;

3> startup mount;

4> backup database format ‘/disk2/backup/%d_%s.bak‘;

5> alter database open;

6> }

RMAN> quit

[[email protected] ~]$ mkdir -p /disk2/backup

[[email protected] ~]$ rman target /

Recovery Manager: Release 10.2.0.1.0 - Productionon Thu May 15 16:51:57 2014

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

connected to target database: PROD(DBID=199802235, not open)

注意:先不要按下面执行,先看看后边的“更正”!

RMAN> run{

2> shutdown immediate;

3> startup mount;

4> backup database format ‘/disk2/backup/%d_%s.bak‘;

5> alter database open;

6> }

using target database control file instead ofrecovery catalog

database dismounted

Oracle instance shut down

connected to target database (not started)

Oracle instance started

database mounted

Total System Global Area     272629760 bytes

Fixed Size                     1218944 bytes

Variable Size                 71304832 bytes

Database Buffers             197132288 bytes

Redo Buffers                   2973696 bytes

Starting backup at 15-MAY-14

allocated channel: ORA_DISK_1

channel ORA_DISK_1: sid=157 devtype=DISK

channel ORA_DISK_1: starting full datafilebackupset

channel ORA_DISK_1: specifying datafile(s) inbackupset

input datafile fno=00001name=/u01/app/oracle/oradata/prod/system01.dbf

input datafile fno=00003name=/u01/app/oracle/oradata/prod/sysaux01.dbf

input datafile fno=00006name=/u01/app/oracle/oradata/prod/test1.dbf

input datafile fno=00002name=/u01/app/oracle/oradata/prod/undotbs01.dbf

input datafile fno=00005name=/u01/app/oracle/oradata/prod/example01.dbf

input datafile fno=00007 name=/u01/app/oracle/oradata/prod/tbs1.dbf

input datafile fno=00008name=/u01/app/oracle/oradata/prod/test3.dbf

input datafile fno=00004name=/u01/app/oracle/oradata/prod/users01.dbf

channel ORA_DISK_1: starting piece 1 at 15-MAY-14

channel ORA_DISK_1: finished piece 1 at 15-MAY-14

piece handle=/disk2/backup/PROD_378.baktag=TAG20140515T165417 comment=NONE

channel ORA_DISK_1: backup set complete, elapsedtime: 00:00:34

Finished backup at 15-MAY-14

Starting Control File and SPFILE Autobackup at15-MAY-14

piece handle=/disk1/recovery/PROD/autobackup/2014_05_15/o1_mf_s_847644081_9q906yj6_.bkpcomment=NONE

Finished Control File and SPFILE Autobackup at15-MAY-14

database opened

更正:由于之前已经处于mount状态,直接执行备份语句即可,如下所示:

RMAN> backup database format ‘/disk2/backup/%d_%s.bak‘;

database closed

database dismounted

Oracle instance shut down

connected to target database (not started)

Oracle instance started

database mounted

Total System Global Area     272629760 bytes

Fixed Size                     1218944 bytes

Variable Size                 71304832 bytes

Database Buffers             197132288 bytes

Redo Buffers                   2973696 bytes

Starting backup at 15-MAY-14

allocated channel: ORA_DISK_1

channel ORA_DISK_1: sid=157 devtype=DISK

channel ORA_DISK_1: starting full datafile backupset

channel ORA_DISK_1: specifying datafile(s) inbackupset

input datafile fno=00001name=/u01/app/oracle/oradata/prod/system01.dbf

input datafile fno=00003name=/u01/app/oracle/oradata/prod/sysaux01.dbf

input datafile fno=00006 name=/u01/app/oracle/oradata/prod/test1.dbf

input datafile fno=00002name=/u01/app/oracle/oradata/prod/undotbs01.dbf

input datafile fno=00005name=/u01/app/oracle/oradata/prod/example01.dbf

input datafile fno=00007name=/u01/app/oracle/oradata/prod/tbs1.dbf

input datafile fno=00008name=/u01/app/oracle/oradata/prod/test3.dbf

input datafile fno=00004name=/u01/app/oracle/oradata/prod/users01.dbf

channel ORA_DISK_1: starting piece 1 at 15-MAY-14

channel ORA_DISK_1: finished piece 1 at 15-MAY-14

piece handle=/disk2/backup/PROD_380.baktag=TAG20140515T170725 comment=NONE

channel ORA_DISK_1: backup set complete, elapsedtime: 00:00:34

Finished backup at 15-MAY-14

Starting Control File and SPFILE Autobackup at15-MAY-14

piecehandle=/disk1/recovery/PROD/autobackup/2014_05_15/o1_mf_s_847645628_9q90zk5q_.bkpcomment=NONE

Finished Control File and SPFILE Autobackup at15-MAY-14

database opened

RMAN> list backup;

RMAN> list copy;

RMAN> alter database open;
         //开库

RMAN>quit

(6)调整内存及数据文件大小

[[email protected] ~]$ sqlplus ‘/as sysdba‘

SQL*Plus: Release 10.2.0.1.0 - Production on ThuMay 15 17:38:44 2014

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

Connected to:

Oracle Database 10g Enterprise Edition Release10.2.0.1.0 - Production

With the Partitioning, OLAP and Data Miningoptions

17:38:45 [email protected] prod>select tablespace_name,sum(bytes/1024/1024)free_M from dba_free_space group by tablespace_name;     //查看各表空间剩余量

17:43:37 [email protected] prod>col name for a50

17:40:13 [email protected] prod>select file#,name from v$datafile;    //查看数据文件号

17:43:48 [email protected] prod>select file#,name,bytes/1024/1024 fromv$datafile; 

//查看数据文件大小,根据上面查询出的表空间剩余空间对其进行相应调整

17:46:04 [email protected] prod>alter database datafile 1 resize 700m;    //给system01.dbf扩容

17:47:09 [email protected] prod>alter database datafile 3 resize 400m;    //给sysaux01.dbf扩容

17:47:44 [email protected] prod>alter database datafile 4 resize 50m;      //给users01.dbf扩容

17:49:28 [email protected] prod>select file#,name,bytes/1024/1024 fromv$datafile;

//再次查看数据文件大小,这里因为undo启动了自动扩展功能,所以未对其进行扩容

17:50:[email protected] prod>show parameter sga      //查看sga设置情况

17:51:54 [email protected] prod>alter system set sga_max_size=600mscope=spfile;  //修改sga最大值

17:53:40 [email protected] prod>alter system set sga_target=600m scope=spfile;     //修改sga目标值

17:54:55 [email protected] prod>show parameter shared      //查看各共享池尺寸

17:55:05 [email protected] prod>alter system set shared_pool_size=200mscope=spfile;//调整共享池尺寸

17:55:41 [email protected] prod>alter system set java_pool_size=300mscope=spfile;

//调整java池尺寸,此操作非必须,这么做是为了之后在执行数据字典升级脚本时加快速度

【补充】:报sga_target太小错误

17:56:14 [email protected]>startupforce nomount;

//由于刚刚对sga进行了扩展,致使大小已经超出初始化文件中设定的sga大小,所以报此错误

[[email protected] ~]$ cd $ORACLE_HOME/dbs

[[email protected] dbs]$ ls

alert_prod.log           c-199802235-20120822-04  init.ora     orapwprod

alert_test1.log          hc_catdb.dat            
initprod.ora  snapcf_prod.f

c-199802235-20120812-1d  hc_prod.dat              lkCATDB       spfileprod.ora

c-199802235-20120812-20  hc_test1.dat             lkPROD

c-199802235-20120812-22  initdw.ora               lkTEST1

[[email protected] dbs]$ vi initprod.ora

补充完毕

[[email protected] dbs]$ !sql

18:06:34 [email protected] prod>create spfile from pfile;

18:08:41 [email protected] prod>startup force nomount;

18:08:54 [email protected] prod>show parameter sga;

18:09:21 [email protected] prod>show parameter cache;

18:09:47 [email protected] prod>show parameter disp;

18:11:16 [email protected] prod>alter system set dispatchers=‘‘;

18:11:51 [email protected] prod>alter system set shared_servers=0;

18:12:17 [email protected] prod>shutdown;

18:12:47 [email protected] prod>exit

(7)查看监听状态

确保监听处于停止状态

[[email protected] dbs]$ lsnrctl status      //查看监听状态

//查看所有相关端口已经关闭

[[email protected] dbs]$ netstat -an |grep 1521

[[email protected] dbs]$ netstat -an |grep 1158

[[email protected] dbs]$ netstat -an |grep 5500

2、 升级oracle软件

运行补丁包中的./runInstaller文件,参考如下图所示:

下面报错了,如下图:

重启虚拟机,再次执行以上操作,不在弹出错误提示,进入如下界面:

[[email protected] ~]# /u01/app/oracle/product/10.2.0/db_1/root.sh        //运行第一个脚本

Running Oracle10 root.sh script...

The following environment variables are set as:

ORACLE_OWNER= oracle

ORACLE_HOME= /u01/app/oracle/product/10.2.0/db_1

Enter the full pathname of the local bindirectory: [/usr/local/bin]:

The file "dbhome" already exists in/usr/local/bin.  Overwrite it? (y/n)

[n]: y

Copyingdbhome to /usr/local/bin ...

The file "oraenv" already exists in/usr/local/bin.  Overwrite it? (y/n)

[n]: y

Copyingoraenv to /usr/local/bin ...

The file "coraenv" already exists in/usr/local/bin.  Overwrite it? (y/n)

[n]: y

Copyingcoraenv to /usr/local/bin ...

Entries will be added to the /etc/oratab file asneeded by

Database Configuration Assistant when a databaseis created

Finished running generic part of root.sh script.

Now product-specific root actions will beperformed.

至此,数据库软件升级完成。

3、 升级数据库

[[email protected] ~]# su - oracle

[[email protected] ~]$ !sql

sqlplus ‘/as sysdba‘

SQL*Plus: Release 10.2.0.4.0 - Production on FriMay 16 09:57:40 2014

Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.

Connected to an idle instance.

SQL> startup upgrade;      //以upgrade状态启库

ORACLE instance started.

Total System Global Area  729808896 bytes

Fixed Size                  1269640 bytes

Variable Size              71303288 bytes

Database Buffers          654311424 bytes

Redo Buffers                2924544 bytes

Database mounted.

Database opened.

(1)升级数据字典

SQL> spool /home/oracle/cpu_up.log     //把脚本信息录入到一个日志文件中

SQL> @?/rdbms/admin/catupgrd.sql       //开始跑脚本,升级数据字典,约10分钟

//如上图,数据库字典升级脚本运行完毕

//根据提示信息,下一步关库,之后正常启库,之后运行utlrp.sql脚本

SQL> spool off;                  //结束日志文件录入

SQL> shutdown immediate;        //关库

Database closed.

Database dismounted.

ORACLE instance shut down.

SQL> startup      //正常启动

ORACLE instance started.

Total System Global Area  729808896 bytes

Fixed Size                  1269640 bytes

Variable Size             130023544 bytes

Database Buffers          595591168 bytes

Redo Buffers                2924544 bytes

Database mounted.

Database opened.

SQL> @?/rdbms/admin/utlrp.sql

//若在没有应用的情况下,运行这个脚本会比较快,约2分钟

//如上图,没有任何错误,数据库字典升级结束

(2)查看版本升级情况

SQL> select * from utl_recomp_errors;   //检测组件升级情况

SQL> col comp_name for a30

SQL> set linesize 200

SQL> select comp_name,version,status from dba_registry;

//comp_name:组建名

SQL>show parametercomp

//compatible参数一旦被修改,数据库将无法进行回退,修改之前,一定确认所有应用在新版本上运行没有问题再去修改此参数

(3)修改兼容性参数

SQL> alter system set compatible=‘10.2.0.4.0‘ scope=spfile; 

//确认应用运行无误后,修改参数compatible

至此,数据库已经由10.2.0.1.0升级为10.2.0.4.0。

SQL> shutdown immediate;

Database closed.

Database dismounted.

ORACLE instance shut down.

***********************************************声明************************************************

原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明出处(http://blog.csdn.net/huangyanlong)。

表述有错误之处,请您留言,不胜感激。

提醒:点击目录,更有助于您的查看。

*****************************************************************************************************

Oracle升级_oracle 10g版本由 10.2.0.1.0升级为10.2.0.4.0(即CPU升级)

时间: 2024-12-27 23:46:19

Oracle升级_oracle 10g版本由 10.2.0.1.0升级为10.2.0.4.0(即CPU升级)的相关文章

Oracle升级_oracle 10g版本由 10.2.0.4.0升级为10.2.0.4.4(即PSU升级)

***************************************************************************************************** 续借上篇:Oracle升级_oracle 10g版本由 10.2.0.1.0升级为10.2.0.4.0(即CPU升级) ***********************************************声明***************************************

centos升级默认node版本

最新版的elasticsearch 在装head插件的时候会报一个错误,这里需要升级下node版本就好了 npm install -g n n stable node -v v9.0.0

Windows 7平台安装Oracle Client 10g版本时需要做的一点变更

新发的笔记本,Windows 7 Pro,需要安装Oracle Client,同事给了一个10g的版本.安装过程中提示: "正在检查操作系统要求- 要求的结果: 5.0,5.1,5.2,6.0 之一实际结果: 6.1 检查完成. 此次检查的总体结果为: 失败 <<<< 问题: Oracle Database 10g 未在当前操作系统中经过认证. 这个问题网上有很多帖子回复,其实很简单,Orace软件会依赖于refhost.xml这个文件中定义的操作系统类型来识别.10g版

oracle 并发与多版本

并发控制 concurrency control 数据库提供的函数集合,允许多个人同时访问和修改数据. 锁(lock)是Oracle管理共享数据库资源并发访问并防止并发数据库事务之间"相互干涉"的核心机制之一. Oracle使用了多种锁,包括: 1. TX锁:修改数据的事务在执行期间会获得这种锁. 2. TM锁和DDL锁:在你修改一个对象的内容(对于TM锁)或对象本身(对应DDL锁)时,这些锁可以确保对象的结构不被修改. 3. 闩(latch):这是Oracle的内部锁,用来协调对其共

Oracle一般有哪些版本,各个版本有什么区别呢?

Oracle一般有哪些版本,各个版本有什么区别呢? 专业回答 1977年,Larry Ellison.Bob Miner和Ed Oates等人组建了Relational软件公司(Relational Software Inc.,RSI).他们决定使用C语言和SQL界面构建一个关系数据库管理系统(Relational Database Management System,RDBMS),并很快发布了第一个版本(仅是原型系统). 1979年,RSI首次向客户发布了产品,即第2版.该版本的RDBMS可以

Nginx平滑升级到最新版本

(一)简述: 早上收到nginx最新漏洞的通知,Nginx官方发布最新的安全公告,在Nginx范围过滤器中发现了一个安全问题(CVE-2017-7529),通过精心构造的恶意请求可能会导致整数溢出并且不正确处理范围,从而导致敏感信息泄漏. 当使用Nginx标准模块时,如果文件头从缓存返回响应,允许攻击者获取缓存文件头.在某些配置中,缓存文件头可能包含后端服务器IP地址或其他敏感信息.此外,如果使用第三方模块有潜在的可能导致拒绝服务. 影响版本 Nginx 0.5.6-1.13.2 漏洞等级 中危

Oracle data guard 10g 搭建

1系统常规参数检查 硬盘 [[email protected] ~]# df -h 内核 [[email protected] ~]# uname -a [[email protected] grs]# uname -a 版本 [[email protected] ~]# cat /etc/redhat-release 物理内存 [[email protected] ~]# grep MemTotal /proc/meminfo 虚拟内存 [[email protected] ~]# grep

升级ruby的版本 https://gems.ruby-china.com/

升级ruby版本,有时候安装ruby的版本过低,需要进行升级,例如安装在centos6.7安装fpm需要ruby版本在1.9以上. 1.主机环境如下: 1 [[email protected] ~]# cat /etc/redhat-release 2 CentOS release 6.7 (Final) 3 [[email protected] ~]# uname -r 4 2.6.32-573.el6.x86_64 2.使用yum安装ruby 1 [[email protected] ~]#

力软敏捷框架7.0.6 葡萄城报表升级到ar14版本

忙了两天终于搞定升级到ar14版本,坑无数,终于算全部解决,在这里做一个小结. 1.第一步去掉框架中原本集成的ar13部分(吐槽一下应该是对12的集成). 首先去掉licenses.licx文件. 然后删掉这些引用 删掉ActiveReports.ReportService.asmx   删掉 去掉web.config文件里的关于ar13的配置,想不懂为什么ar13集成为什么会这么麻烦. 搞定,截图真的是个雷人的活 2.第二部是下载事例工程,地址https://github.com/active