现在的位置: 首页

Memory Notification: Library Cache Object Loaded Into Sga

发表于1 天前 Oracle Troubleshooting  暂无评论
Symptoms The following messages are reported in alert.log after 10g Release 2 is installed. Memory Notification: Library Cache Object loaded into SGA Heap size 2294K exceeds notification threshold (2048K) Changes Installed / Upgraded to 10g Release 2 Cause These are warning messages that should not cause the program responsible for these errors to fail.  They appear as a result of new event messaging mechanism and memory manager in 10g Release 2. The meaning i...
阅读全文

ORA-28056: Writing audit records to Windows Event Log failed

发表于72 天前 Oracle Troubleshooting  评论数1
登陆windows环境测试数据库,抛出如下错误:   ERROR: ORA-28056: Writing audit records to Windows Event Log failed ORA-28056: Writing audit records to Windows Event Log failed   经查询metalink,原文如下: Doc ID: 784068.1   Cause   The Event Viewer log is full and not able to log any more events. Justified by unpublished Bug 6823281 ORA-28056 WRITING AUDIT RECORDS TO WINDOWS EVENT LOG FAILED which was closed as not a bug. Solution  ...
阅读全文

Oracle RAC concepts–Fast Connection Failover

发表于149 天前 WebLogic  暂无评论
  一.介绍 Fast Connection Failover(FCF)提供一种基于JDBC驱动的方式,使application连接Oracle Database实现Connect Failover,这一特性始于Oracle Database 10.1。 Fast Connection Failover(FCF)集成的内容: 1.Driver independence Fast Connection Failover(FCF)同时支持JDBC Thin和JDBC OCI两种连接方法,这点有别于TAF。 2.Integration with implicit connection cache Fast Connection Failover(FCF)支持Connect Pool采用...
阅读全文

WebLogic GridLink Link to Oracle RAC(三)

发表于152 天前 WebLogic  暂无评论
一.概述 本文讲述了Oracle RAC重要的特性之–Fast Connection Failover?(FCF),FCF的出现,对J2EE连接Oracle RAC之间的高可用性有很大的提升。另外Weblogic 10.3.4带来的GridLink数据源,同时引入最新的jdbc 11g version,支持了FCF、RCLB、SCAN等新特性,在Weblogic 10.3.1版本中已经支持FCF,但10.3.4版本才推出支持这些特性的gridlink数据源。本文采用Weblogic 10.3.4+Oracle 11g RAC为基础环境,...
阅读全文

WebLogic GridLink Link to Oracle RAC(二)

发表于152 天前 WebLogic  评论数1
一.概述 本文主要介绍如何创建和配置GridLink数据源,以及在数据库端查看ONS和RAC数据库的连接状态,是WebLogic GridLink Link to Oracle RAC系列文章之二。 二.过程 环境: Oracle 11g RAC 双节点(gwrac1、gwrac2)—公司测试服务器 WebLogic 测试服务器,我创建了一个域,名字为test(ip:192.98.15.161) Oracle RAC和WebLogic的环境部署这里不做介绍,欢迎阅读我的博客Oracle、WebLogic...
阅读全文

基于Workstation+StarWind构建Oracle RAC存储环境

发表于157 天前 RAC  评论数2
一.概述 介绍一种新的方式来实现Oracle RAC的共享存储,就是采用StarWind产品。它是基于Windows平台的,在磁盘上可以划分一块物理磁盘,或者划分一块磁盘内的区域来提供共享存储。StarWind可以到官方网站下载免费的基本版本和官方提供的license来搭建我们的学习环境。高级版本是收费的,免费版本就够用了官方也提供license(一定要下载),我已在自己的测试环...
阅读全文

RAC+ASM下ASM spfile迁移篇

发表于158 天前 ASM  暂无评论
在RAC+ASM环境下,可以使用asmcmd scopy命令可以将ASM spfile文件从一个磁盘组迁移到别的ASM磁盘组。   在ASMCMD工具内,scopy语法:spcopy [-u] source destination   -u:自动更新GPnP profile配置文件   具体操作方法如下: [grid@rac1 ~]$ asmcmd 1.查看ASM spfile位置 ASMCMD> spget +OCR/rac-cluster/asmparameterfile/registry.253.768576137   2.执行spcopy 命令 ASMCMD> spcopy -u '+OCR/rac-cluste...
阅读全文

WebLogic GridLink Link to Oracle RAC(一)

发表于165 天前 WebLogic  暂无评论
一.概述 GridLink是WebLogic 10.3.4版本推出的新特性,引入Jdbc 11g version驱动,全面支持Oracle 11G RAC AWM的特性,包括我之前写的SCAN新特性。 WebLogic被Oracle公司收购后,先是版本跟随数据库版本走,例如10.3.0命名为10g R2,10.3.1命名为11g R1,WebLogic越来越跟数据库亲密,我想是一家的东西要高度粘合,便是走上为企业应用提供成套的解决方案。WebLogic是J2EE企业级应用服...
阅读全文