PGA 一点认识

操作已加载到内存中的数据时所需要的工作区域,这块内存区对于每个服务器进程都是私有的,不允许其它进程或线程的访问,PGA 一般是通过C 语言在运行时调用malloc() 和memmap() 来分配的,运行时可以动态的扩大,在8i后甚至可以动态的收缩,…

oracle 9201升级到9208 for windows 步骤

今天有网友说他的数据库服务今天又自动停了,以前也说过查看alert日志并没报错,stackpack也看不出什么问题,windows排错还是必较麻烦(黑盒),所以建议升级到9208版试试 我刚好本机有9i201的环境,帮他测一把看升级有没有什么异常(不排除特殊环境) 网上下载了升级补丁p4547809_92080_WINNT,我的xp上装有9i和10g 下面看我的操作 set oracle_sid=anbob set oracle_home=D:\oracle\product\9.2.0\Db_2 set path=D:\oracle\product\9.2.0\Db_2\bin;%path% sqlplus “/ as sysdba” 另存为ora9.bat ,因为我是先装的9I后装的10G所以每次要配一下环境 SQL*Plus: Release 9.2.0.1.0 – Production on 星期二 12月 13 16:29:32 2011 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. 连接到: Oracle9i Enterprise Edition Release 9.2.0.1.0 – Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release … Read more