按类别查询搜索结果
关于关键词 的检测结果,共 2717
douyaqiang123 | 2014-11-27 16:47:09 | 阅读(1950) | 评论(0)
1.确认在所有RAC节点上已经安装了必要的UDEV包[root@rh2 ~]# rpm -qa|grep udevudev-095-14.21.el52.通过scsi_id获取设备的块设备的唯一标识名,假设系统上已有LUN sdc-sdpfor i in c d e f g h i j k l m n o p ;doecho "sd$i" "`scsi_id -g -u -s /block/sd$i` ";donesdc 1IET_00010001sdd 1IET_0...【阅读全文】
douyaqiang123 | 2014-11-26 10:44:36 | 阅读(2090) | 评论(0)
 Oracle数据库和监听随LINUX系统启动1.确保“/etc/oratab”文件内容的正确性有则修改,无则创建“/etc/oratab”文件。该文件的功能是控制Oracle的启动(dbstart)和关闭脚本(dbshut)是否可用。# vi /etc/oratabHS2008(实例名):/oracle/app/oracle/product/10.2.0/db_1:Y只有当尾部为“Y”...【阅读全文】
mimarong1 | 2014-11-25 10:33:08 | 阅读(110) | 评论(0)
http://user.qzone.qq.com/2799703700/main
http://user.qzone.qq.com/2903396251/main
http://user.qzone.qq.com/2943127987/main
http://user.qzone.qq.com/2750623545/main
http://user.qzone.qq.com/2838651772/main
http://user.qzone.qq.com/2334267035/main
http://user.qzone.qq.com/2423299700/main
http://user.qzone.qq.com/2639223174/main
http://user.qzone.qq.com/2944971485/main
http://user.qzone.qq.com/2282624346/main
http://user.qzone.qq.com/2281204751/main
http://user.qzon【阅读全文】
oracle_ren | 2014-11-24 15:53:40 | 阅读(2480) | 评论(0)
1:使用vmstat和top查看系统cpu,io,内存使用情况2:查看当前状态下存在的等待事件select sid,event,p1,p2,seconds_in_wait from v$session_wait where event not like '%SQL%' and event not like 'rdbms%' and event not like '%message%' and event not like '%Streams AQ%' AND EVENT NOT LIKE '%slave%' order by e...【阅读全文】
wangbadant11 | 2014-11-24 10:50:28 | 阅读(50) | 评论(0)
http://user.qzone.qq.com/2367838645/main
http://user.qzone.qq.com/2367886875/main
http://user.qzone.qq.com/2369572102/main

http://user.qzone.qq.com/2369590098/main
http://user.qzone.qq.com/2369654846/main
http://user.qzone.qq.com/2375533524/main
http://user.qzone.qq.com/2376246945/main
http://user.qzone.qq.com/2376287368/main
http://user.qzone.qq.com/2376445809/main
http://user.qzone.qq.com/2376518646/main
http://user.qzone.qq.com/2376540688/main
http://user.【阅读全文】
douyaqiang123 | 2014-11-21 09:22:33 | 阅读(1140) | 评论(0)
在Oracle RAC环境中比单个系统的日志体系要复杂:见下图:简单介绍一下有关Oracle集群环境中日志体系结构,在遇到问题时,可以快速查找所需的日志文件,及时的定位问题~1.Oracle集群日志的文件路径Oracle集群涉及的日志主要位于“$GRID_HOME/log”和“$ORACLE_HOME/log”目录中。2.日志目录结构cluste...【阅读全文】
owenhappy | 2014-11-21 07:14:43 | 阅读(1030) | 评论(0)
1.关掉oracle server 和 background processesps -ef | grep ora关掉数据库shutdown immediate2.关掉监听lsnrctl  status如果开启的话就执行lsnrctl stop 关掉3.把$ORACLE_HOME下面的文件删掉用dbca图形界面把数据库删掉4.把/usr/local/bin 下的三个文件夹 dbhome oraenv coraenv删掉rm -f dbhom...【阅读全文】
frozenlaza | 2014-11-20 17:22:55 | 阅读(0) | 评论(0)
今天重读ORACLE官方文档《concepts》,读到schema的基本概念,对它的理解更进一层,官方文档中关于schema是这样解释的:  “A schema is a collection of database objects. A schema is owned by a database user and has the same name as that user. Schema objects are the logical structures that directly r...【阅读全文】
oracle狂热分子 | 2014-11-14 20:01:57 | 阅读(2610) | 评论(0)
                                                 EXADATA网...【阅读全文】
Pugna_zfr | 2014-11-04 23:47:44 | 阅读(4300) | 评论(0)
最近在使用impdp导入数据的时候,因源库gbk与目标库utf8的字符集不一样,造成导入时目标库中表的字段长度不够。报错信息如下:点击(此处)折叠或打开ORA-02374: conversion error loading table "HN_CM_IRMS_35_TNMS"."PTN_NE_TO_SERVICE"ORA-12899: value too large for colu...【阅读全文】
cv2ba6 | 2014-11-03 14:42:37 | 阅读(170) | 评论(0)
上海斯业普实业发展有限公司【阅读全文】
jiweiwei008 | 2014-11-03 14:10:10 | 阅读(650) | 评论(0)
【数据恢复客户名称】北京某商户【数据恢复故障描述】在SUN小型机上的Solaris操作系统安装有oracle数据库,未知原因,装载数据库的文件系统无法挂载,需要恢复oracle数据库。此系统的文件系统为UFS。【数据恢复过程】1.对故障硬盘进行全面的完整备份,使用dd命令备份成nfs上的一个镜像文件。2.对镜像文件...【阅读全文】
fengzhanhai | 2014-11-01 22:38:49 | 阅读(8040) | 评论(0)
本文主要介绍描述了访问oracle数据经常用到的两个工具SQLPLUS和PL/SQL tool之间的区别与联系。该内容只针对刚刚接触oracle不久的小白进行一下突击扫盲~~【阅读全文】
王怡0918 | 2014-10-31 16:12:19 | 阅读(2240) | 评论(0)
oracle体系结构oracle体系结构的部分解释:1、库:相当于windows的文件夹,保存在硬盘中(另外oracle软件和库没有关系,相当于腾讯QQ软件和QQ的关系);2、实例(instance):实例主要运行在内存当中(用户访问数据库只能通过实例访问硬盘中的数据);3、SGA(System Global Area):系统全局区,是oracle instance的...【阅读全文】
mydream20140824 | 2014-10-29 14:11:30 | 阅读(5600) | 评论(0)
openssh 补丁包,如何下载,以及如何安装【阅读全文】
lzp_0004 | 2014-10-28 09:09:14 | 阅读(2340) | 评论(0)
查看所有用户分区表及分区策略(1、2级分区表均包括):SELECT p.table_name AS 表名, decode(p.partitioning_key_count, 1, '主分区') AS 分区类型,p.partitioning_type AS 分区类型, p.column_name AS 分区键,decode(nvl(q.subpartitioning_key_count, 0), 0, '无子分区', 1, '子分区') AS 有无子分区,q.subpartition...【阅读全文】
mydream20140824 | 2014-10-27 16:50:32 | 阅读(930) | 评论(0)
san1 80.8.29.11 是一个虚拟的IP 【阅读全文】
mydream20140824 | 2014-10-27 15:59:36 | 阅读(1000) | 评论(0)
Volumes 是配置ISCSI磁盘最重要的一个工具【阅读全文】
mydream20140824 | 2014-10-25 16:56:04 | 阅读(840) | 评论(0)
OPENFILER 创建分区,网络配置,安装完成【阅读全文】