上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 32 下一页
摘要: TECH: Summary For Forcing The Database Open With `_ALLOW_RESETLOGS_CORRUPTION` with Automatic Undo Management [ID 283945.1]Modified 18-MAY-2010Type BULLETINStatus PUBLISHED***This article is being delivered in Draft form and may contain errors. Please use the MetaLink "Feedback" button to 阅读全文
posted @ 2010-12-29 23:07 davedba 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 一. 官网对外部表的说明Managing External Tableshttp://download.oracle.com/docs/cd/E11882_01/server.112/e17120/tables013.htm#ADMIN12896 Oracle Database allows you read-only access to data in external tables. External tables are defined as tables that do not reside in the database, and can be in any format for w 阅读全文
posted @ 2010-12-29 00:55 davedba 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 一. 官网对外部表的说明Managing External Tableshttp://download.oracle.com/docs/cd/E11882_01/server.112/e17120/tables013.htm#ADMIN12896 Oracle Database allows you read-only access to data in external tables. External tables are defined as tables that do not reside in the database, and can be in any format for w 阅读全文
posted @ 2010-12-29 00:55 davedba 阅读(147) 评论(0) 推荐(0) 编辑
摘要: DBA 3群里的Jin 说他用ssh连接的时候,很慢。 一个朋友让他把方向解析禁用了。 我之前也遇到过SSH 慢的现象, 敲一条命令要等很长时间, 不过那时我ping 时丢包很严重。 所以,我的现象应该是和丢包有关系的。 在连接apache,ssh,mysql等服务器时,如果出现连接过慢,可能的原因是dns 的反向查询。 反向解析是防止假冒的IP连接服务器,把IP解析成域名,来提高安装性,看这个IP是否是伪造,这是dns反向查询的功能之一。 如果在开启apache,ssh,mysql 等服务器的反向解析功能之后,连接过慢的话。有二种解决方法: 1. 把服务的DNS反向解析功能关掉。 2. .. 阅读全文
posted @ 2010-12-28 21:46 davedba 阅读(351) 评论(0) 推荐(0) 编辑
摘要: DBA 3群里的Jin 说他用ssh连接的时候,很慢。 一个朋友让他把方向解析禁用了。 我之前也遇到过SSH 慢的现象, 敲一条命令要等很长时间, 不过那时我ping 时丢包很严重。 所以,我的现象应该是和丢包有关系的。 在连接apache,ssh,mysql等服务器时,如果出现连接过慢,可能的原因是dns 的反向查询。 反向解析是防止假冒的IP连接服务器,把IP解析成域名,来提高安装性,看这个IP是否是伪造,这是dns反向查询的功能之一。 如果在开启apache,ssh,mysql 等服务器的反向解析功能之后,连接过慢的话。有二种解决方法: 1. 把服务的DNS反向解析功能关掉。 2. .. 阅读全文
posted @ 2010-12-28 21:46 davedba 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 先看Oracle 官网的说明, 看的是Oracle 10gR2的文档:Physical Database LimitsItemType of LimitLimit ValueDatabase Block SizeMinimum2048 bytes; must be a multiple of operating system physical block sizeDatabase Block SizeMaximumOperating system dependent; never more than 32 KBDatabase BlocksMinimum in initial extent o 阅读全文
posted @ 2010-12-24 20:34 davedba 阅读(1392) 评论(0) 推荐(0) 编辑
摘要: 先看Oracle 官网的说明, 看的是Oracle 10gR2的文档:Physical Database LimitsItemType of LimitLimit ValueDatabase Block SizeMinimum2048 bytes; must be a multiple of operating system physical block sizeDatabase Block SizeMaximumOperating system dependent; never more than 32 KBDatabase BlocksMinimum in initial extent o 阅读全文
posted @ 2010-12-24 20:34 davedba 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 一. 启动过程启动过程包含下面的一些步骤: 1.1启动一个系统的初始步骤是上电自检(Power On Self Test,POST)。其目的是验证基本硬件是否处于正常的工作状态。同时初始化内存、键盘、通信,以及音频设备。您可以看到在屏幕上显示了所有的这些设备。在这个步骤中,您可以按下功能键,以选择不同的启动列表。这个阶段中所显示的 LED 值是模型特定的。硬件和软件方面的问题都可能使得系统无法启动。 注意:基于 MCI 体系结构的旧系统在这个步骤之前还将执行一个附加的步骤,即所谓的内建自检(Built In Self Test,BIST)。对于基于 PCI 体系结构的系统,不再需要执行这个步骤 阅读全文
posted @ 2010-12-23 20:24 davedba 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 一. 启动过程启动过程包含下面的一些步骤: 1.1启动一个系统的初始步骤是上电自检(Power On Self Test,POST)。其目的是验证基本硬件是否处于正常的工作状态。同时初始化内存、键盘、通信,以及音频设备。您可以看到在屏幕上显示了所有的这些设备。在这个步骤中,您可以按下功能键,以选择不同的启动列表。这个阶段中所显示的 LED 值是模型特定的。硬件和软件方面的问题都可能使得系统无法启动。 注意:基于 MCI 体系结构的旧系统在这个步骤之前还将执行一个附加的步骤,即所谓的内建自检(Built In Self Test,BIST)。对于基于 PCI 体系结构的系统,不再需要执行这个步骤 阅读全文
posted @ 2010-12-23 20:24 davedba 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 关于exp/imp 和 expdp/impdp, 之前整理的2篇Blog如下:ORACLE 数据库逻辑备份 简单 EXP/IMPhttp://blog.csdn.net/tianlesoftware/archive/2009/10/23/4718366.aspxOracle 10g EXPDP和IMPDP使用说明http://blog.csdn.net/tianlesoftware/archive/2009/10/16/4674224.aspx一. exp/imp 与 expdp/impdp 对比1.1 expdp/impdp调用Server端的API在执行操作,是数据库内部的job任务。可以 阅读全文
posted @ 2010-12-23 13:41 davedba 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 关于exp/imp 和 expdp/impdp, 之前整理的2篇Blog如下:ORACLE 数据库逻辑备份 简单 EXP/IMPhttp://blog.csdn.net/tianlesoftware/archive/2009/10/23/4718366.aspxOracle 10g EXPDP和IMPDP使用说明http://blog.csdn.net/tianlesoftware/archive/2009/10/16/4674224.aspx一. exp/imp 与 expdp/impdp 对比1.1 expdp/impdp调用Server端的API在执行操作,是数据库内部的job任务。可以 阅读全文
posted @ 2010-12-23 13:41 davedba 阅读(403) 评论(0) 推荐(0) 编辑
摘要: Parameter DIRECT: Conventional Path Export Versus Direct Path Export [ID 155477.1]Modified 24-JUN-2010Type BULLETINStatus PUBLISHEDIn this DocumentPurposeScope and ApplicationParameter DIRECT: Conventional Path Export Versus Direct Path Export1. Introduction.2. Performance issues.3. Restrictions. 4. 阅读全文
posted @ 2010-12-22 02:19 davedba 阅读(191) 评论(0) 推荐(0) 编辑
摘要: Parameter DIRECT: Conventional Path Export Versus Direct Path Export [ID 155477.1]Modified 24-JUN-2010Type BULLETINStatus PUBLISHEDIn this DocumentPurposeScope and ApplicationParameter DIRECT: Conventional Path Export Versus Direct Path Export1. Introduction.2. Performance issues.3. Restrictions. 4. 阅读全文
posted @ 2010-12-22 02:19 davedba 阅读(242) 评论(0) 推荐(0) 编辑
摘要: Export/Import DataPump Parameter ACCESS_METHOD - How to Enforce a Method of Loading and Unloading Data ? [ID 552424.1]Modified 06-APR-2009Type HOWTOStatus PUBLISHEDIn this DocumentGoalSolution1. Introduction. 2. Export Data Pump: unloading data in "Direct Path" mode. 3. Export Data Pump: u 阅读全文
posted @ 2010-12-22 02:12 davedba 阅读(654) 评论(0) 推荐(0) 编辑
摘要: Export/Import DataPump Parameter ACCESS_METHOD - How to Enforce a Method of Loading and Unloading Data ? [ID 552424.1]Modified 06-APR-2009Type HOWTOStatus PUBLISHEDIn this DocumentGoalSolution1. Introduction. 2. Export Data Pump: unloading data in "Direct Path" mode. 3. Export Data Pump: u 阅读全文
posted @ 2010-12-22 02:12 davedba 阅读(275) 评论(0) 推荐(0) 编辑
摘要: Linux 下,不同服务器之前的数据copy是很常见的操作。 常见的copy命令有scp 和cp。 但是对于一些重要的文件,如数据库的备份文件,在copy之后,我们还需要对copy之后的文件进行一下效验, 以免在copy过程中的丢失。 造成无法恢复数据。常见的效验有如下2种方式:1. 比较文件大小用ll或者ls 命令分别查看一下copy之前和copy之后的文件大小。 [root@singledb backup]# lltotal 639820-rw-r----- 1 oracle oinstall 18150400 Dec 7 19:50 arch_0hluu1q6_1_1_20101207. 阅读全文
posted @ 2010-12-22 01:49 davedba 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Linux 下,不同服务器之前的数据copy是很常见的操作。 常见的copy命令有scp 和cp。 但是对于一些重要的文件,如数据库的备份文件,在copy之后,我们还需要对copy之后的文件进行一下效验, 以免在copy过程中的丢失。 造成无法恢复数据。常见的效验有如下2种方式:1. 比较文件大小用ll或者ls 命令分别查看一下copy之前和copy之后的文件大小。 [root@singledb backup]# lltotal 639820-rw-r----- 1 oracle oinstall 18150400 Dec 7 19:50 arch_0hluu1q6_1_1_20101207. 阅读全文
posted @ 2010-12-22 01:49 davedba 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 一. 先看官网的说明1.1 OPEN_LINKSPropertyDescriptionParameter typeIntegerDefault value4ModifiableNo --即修改需要重启实例Range of values0 to 255 OPEN_LINKS specifies the maximum number of concurrent open connections to remote databases in one session. These connections include database links, as well as external proce 阅读全文
posted @ 2010-12-22 00:48 davedba 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 一. 先看官网的说明1.1 OPEN_LINKSPropertyDescriptionParameter typeIntegerDefault value4ModifiableNo --即修改需要重启实例Range of values0 to 255 OPEN_LINKS specifies the maximum number of concurrent open connections to remote databases in one session. These connections include database links, as well as external proce 阅读全文
posted @ 2010-12-22 00:48 davedba 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 一. 相关概念关于DB_NAME,INSTANCE_NAME 的定义,参考我的Blog: DBID,SID,DB_NAME,DB_DOMAIN,INSTANCE_NAME,DB_UNIQUE_NAME,SERVICE_NAMES 及监听参数的说明 http://blog.csdn.net/tianlesoftware/archive/2010/12/20/6086066.aspx关于NID命令的使用,参考Blog: How to Change the DBID and the DBNAME by using NID [ID 224266.1] http://blog.csdn.net/tian 阅读全文
posted @ 2010-12-20 20:07 davedba 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 一. 相关概念关于DB_NAME,INSTANCE_NAME 的定义,参考我的Blog: DBID,SID,DB_NAME,DB_DOMAIN,INSTANCE_NAME,DB_UNIQUE_NAME,SERVICE_NAMES 及监听参数的说明 http://blog.csdn.net/tianlesoftware/archive/2010/12/20/6086066.aspx关于NID命令的使用,参考Blog: How to Change the DBID and the DBNAME by using NID [ID 224266.1] http://blog.csdn.net/tian 阅读全文
posted @ 2010-12-20 20:07 davedba 阅读(558) 评论(0) 推荐(0) 编辑
摘要: 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 davedba 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 一. 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 davedba 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 一. 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 davedba 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 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 davedba 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 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 davedba 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 公司机房搬迁,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 davedba 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 公司机房搬迁,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 davedba 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 这篇文章中要讲的几个参数: 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 davedba 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 这篇文章中要讲的几个参数: 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 davedba 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 10g & 11g :Configuration of TAF(Transparent Application Failover) and Load Balancing [ID 453293.1]Modified 28-SEP-2010Type HOWTOStatus PUBLISHEDIn this DocumentGoalSolutionCONCEPTSCONFIGURATIONClient Side Load BalancingConnect Time Failover Client Side Load Balance & Connect-time Failover Co 阅读全文
posted @ 2010-12-19 19:34 davedba 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 10g & 11g :Configuration of TAF(Transparent Application Failover) and Load Balancing [ID 453293.1]Modified 28-SEP-2010Type HOWTOStatus PUBLISHEDIn this DocumentGoalSolutionCONCEPTSCONFIGURATIONClient Side Load BalancingConnect Time Failover Client Side Load Balance & Connect-time Failover Co 阅读全文
posted @ 2010-12-19 19:34 davedba 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 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 davedba 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 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 davedba 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 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 davedba 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 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 davedba 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 官网上的介绍: 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 davedba 阅读(465) 评论(0) 推荐(0) 编辑
摘要: 官网上的介绍: 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 davedba 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 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 davedba 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 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 davedba 阅读(175) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 32 下一页