上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 57 下一页

2010年12月20日

How to Change the DBID and the DBNAME by using NID [ID 224266.1]

摘要: How to Change the DBID and the DBNAME by using NID [ID 224266.1]Modified 16-JUL-2009Type PROBLEMStatus PUBLISHEDChecked for relevance on 05-March-08Introduction============The NID (New Database ID)is a new utility introduced with Oracle 9.2. The NIDutility allows you to change only the DBNAME, or on 阅读全文

posted @ 2010-12-20 19:08 spring3mvc学习笔记 阅读(150) 评论(0) 推荐(0) 编辑

local_listener 与 remote_listener 参数说明

摘要: 一. LOCAL_LISTENER 和 REMOTE_LISTENER说明1.1 LOCAL_LISTENER官网信息如下: PropertyDescriptionParameter typeStringSyntaxLOCAL_LISTENER = network_nameDefault value(ADDRESS = (PROTOCOL=TCP)(HOST=hostname)(PORT=1521)) where hostname is the network name of the local host.ModifiableALTER SYSTEMBasicNo LOCAL_LISTENER 阅读全文

posted @ 2010-12-20 15:36 spring3mvc学习笔记 阅读(279) 评论(0) 推荐(0) 编辑

How To Configure Server Side Transparent Application Failover [ID 460982.1]

摘要: How To Configure Server Side Transparent Application Failover [ID 460982.1]Modified 23-NOV-2010Type HOWTOStatus PUBLISHEDIn this DocumentGoalSolutionGoalHow to configure Server Side Transparent Application Failover (TAF)? Server side TAF settings override client-side counterparts that might be confi 阅读全文

posted @ 2010-12-20 13:44 spring3mvc学习笔记 阅读(175) 评论(0) 推荐(0) 编辑

Data Guard 环境修改主备库IP地址

摘要: 公司机房搬迁,Data Guard 环境需要修改IP地址。 提前整理顺便测试一下。 虽然只有几步,但怕晚上头晕了出了纰漏。 整理好了,晚上直接按文档,一步一步操作就可以了。一. IP 及数据库信息修改之前:主库:192.168.2.242备库:192.168.2.243修改之后:主库:192.168.2.22备库:192.168.2.23数据库版本: 10.2.0.5操作系统版本: Redhat 5.5二. Shutdown 主备库实例及监听2.1 shutdown 主库SQL> select db_unique_name,open_mode from v$database;DB_UNI 阅读全文

posted @ 2010-12-20 11:00 spring3mvc学习笔记 阅读(212) 评论(0) 推荐(0) 编辑

DBID,SID,DB_NAME,DB_DOMAIN,INSTANCE_NAME,DB_UNIQUE_NAME,SERVICE_NAMES 及监听参数的说明

摘要: 这篇文章中要讲的几个参数: DB 相关的: DBID, SID PFILE中的参数:DB_NAME,DB_DOMAIN, INSTANCE_NAME, DB_UNIQUE_NAME,SERVICE_NAMES, GLOBAL_NAME,GLOBAL_NAMES Listener.ora中参数: SID_NAME,GLOBAL_DBNAME Tnsnames.ora中参数: SERVICE_NAME,SID 一. 与DB 相关的2个参数1.1 DBID(DataBase IDentifier)Oracle 官网对DBID的解释如下: An internal, uniquely gene... 阅读全文

posted @ 2010-12-20 02:07 spring3mvc学习笔记 阅读(230) 评论(0) 推荐(0) 编辑

2010年11月30日

Configuring raw devices (multipath) for Oracle Clusterware 10g Release 2 (10.2.0) on RHEL5-OEL5 [ID 564580.1]

摘要: Configuring raw devices (multipath) for Oracle Clusterware 10g Release 2 (10.2.0) on RHEL5/OEL5 [ID 564580.1]Modified 24-JAN-2010Type HOWTOStatus PUBLISHEDIn this DocumentGoalSolutionDeprecation of Support for Raw DevicesA Bit About Udev and Device Name PersistencyMultipath, Raw and UdevConfiguring 阅读全文

posted @ 2010-11-30 12:12 spring3mvc学习笔记 阅读(152) 评论(0) 推荐(0) 编辑

10gR2 RAC Install issues on Oracle EL5 or RHEL5 or SLES10 (VIPCA /SRVCTL / OUI Failures) [ID 414163.1]

摘要: 10gR2 RAC Install issues on Oracle EL5 or RHEL5 or SLES10 (VIPCA / SRVCTL / OUI Failures) [ID 414163.1]Modified 04-AUG-2010Type PROBLEMStatus ARCHIVEDIn this DocumentSymptomsCauseSolutionReferencesApplies to: Oracle Server - Enterprise Edition - Version: 10.2.0.1 to 10.2.0.3 - Release: 10.2 to 10.2L 阅读全文

posted @ 2010-11-30 12:03 spring3mvc学习笔记 阅读(187) 评论(0) 推荐(0) 编辑

2010年11月29日

AIX 常用命令

摘要: 官网上的介绍: AIX 常用命令汇总 http://www.ibm.com/developerworks/cn/aix/library/au-dutta_cmds.html我们先SSH 到AIX 系统:******************************************************************************** ** ** Welcome to AIX Version 5.3! ** ** ** Please see the README file in /usr/lpp/bos for information pertinent to ** 阅读全文

posted @ 2010-11-29 11:51 spring3mvc学习笔记 阅读(308) 评论(0) 推荐(1) 编辑

2010年11月28日

AIX 系统介绍

摘要: AIX 全名为(Advanced Interactive Executive),它是IBM 公司的UNIX操作系统, 整个系统的设计从网络、主机硬件系统,到操作系统完全遵守开放系统的原则。是真正的第二代UNIX,具有性能卓越、易于使用、扩充性强、适合企业关键应用等众多特点。一. AIX 简介 IBM公司在1987年即有了AIX的雏形,于1993年推出RS/6000机型后,正式发布了AIX 3.2.5版本,之后又相继推出了AIX 4.1、AIX 4.2、AIX 4.3.3、AIX5L,2007 年发布了 AIX 6 操作系统, 2010 下半年推出了AIX 7. RS/6000 采用IB... 阅读全文

posted @ 2010-11-28 02:32 spring3mvc学习笔记 阅读(798) 评论(0) 推荐(0) 编辑

2010年11月27日

Redhat 5.4 RAC multipath 配置raw,运行root.sh 时报错Failed to upgrade Oracle Cluster Registry configuration 解决方法

摘要: 之前打算装Oracle 11gR2的RAC的。 后来因为资源不够,就改装oracle 10g了。 raw 是用openfiler 配置 加 Multipath多路径配置的。 raw的配置参考我的Blog: Linux 5.4 LVM RAW 设备 配置的深入研究 http://blog.csdn.net/tianlesoftware/archive/2010/11/26/6036263.aspx这种情况下配置有些注意事项。 否则会在执行root.sh命令的时候,报错:[root@rac1 init.d]# /u01/app/oracle/product/crs/root.shWARNI... 阅读全文

posted @ 2010-11-27 13:41 spring3mvc学习笔记 阅读(138) 评论(0) 推荐(0) 编辑

上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 57 下一页

导航