NOTE:876004.1 - How to Apply WebLogic Server (WLS) Patches Using Smart Update [Video]NOTE:942815.1 - How to Apply Patches to a WLS 8.1 EnvironmentNOTE:1302053.1 - How to Locate and Download Patches for WebLogic Server Using My Oracle SupportNOTE:265.
前段时间发布的系统(Oracle+weblogic)频繁挂掉,每天早上9点.下午2点高峰期就挂,纠结了很长时间,最终解决,方法描述下. 执行select count(*),status from v$session group by status;指令,发现不活动连接数比较大,当上升到一定数值之和,就挂. 做了下面优化,包括数据库的优化和WebLogic的优化. 1.数据库优化 1) 创建pfile SQL>create pfile from spfile 检查 oracle/product/
当Oracel的一个新功能出来的时候,我们可能不知道所有与此功能关联的数据字典名称,那么如何才能得到这些 meta data 的 meta data 呢? 可以通过 dicitonary 来查看: 例如,查找所有 名字里带有 memory 的 数据字典名字列表: SQL> col table_name for a30SQL> col comments for a80SQL>select table_name,comments from dictionary where table_nam
-- Call the procedure begin ' ) loop dbms_output.put_line('v_rlt = '||v_rlt.ID||v_rlt.inspection_no); end loop; dbms_output.put_line('FOR循环已经结束!'); end;
在scott用户下面,搜索含有'要找的值'的数据的表和字段穷举法: declare v_Sql ); v_count number; begin for xx in (select t.OWNER, t.TABLE_NAME, t.COLUMN_NAME from dba_tab_columns t where t.OWNER = 'scott') loop begin v_Sql := 'select count(1) from ' || xx.owner || '.' || xx.table
今天支付服务器测试退款的时候爆了异常:Caused by: java.security.InvalidKeyException: IOException : Short read of DER length ... 今天支付服务器测试退款的时候爆了异常: Caused by: java.security.InvalidKeyException: IOException : Short read of DER length at sun.security.pkcs.PKCS8Key.decode(
1. 什么是Active GridLink Data Source 从Oracle WebLogic Server 10.3.4版本开始引进了一种单数据源实现来支持Oracle RAC集群.它对FAN事件进行响应来提供快速连接故障转移.运行时连接负载均衡和RAC实例优雅停机.在全局事务ID级别支持XA关联.这个新的特性叫做WebLogic Active GridLink for RAC,在WebLogic Server中叫做GridLink Data Source. Active Gr
http://www.techpaste.com/2013/04/soa-infra-start-fails-weblogic-common-resourceexception-good-connections-error-weblogic/ After installing SOA 11g, but the soa-infra component fails to start. The following error message shows up in the soa diagnostic