OMF相关参数:DB_CREATE_FILE_DESTDefines the location
of the default file system directory or Oracle ASM disk group where the database
creates datafiles or ...
分类:
数据库 时间:
2014-06-29 13:34:37
阅读次数:
300
HDU - 4788
Hard Disk Drive
Time Limit:1000MS
Memory Limit:32768KB
64bit IO Format:%I64d & %I64u
[Submit] [Go Back] [Status]
Description
Yesterday your dear cou...
分类:
其他好文 时间:
2014-06-20 10:51:20
阅读次数:
316
mount 命令
1 查看分区
ls /dev/sda*
或者 fdisk -l
2 挂载操作
mount /dev/sda1 /mnt/ #将sda1挂载到 /mnt目录下#
3查看挂载情况
mount 或者 ls /mnt/
4 取消挂载
umount /dev/sda1
5 如果sda1正在使用中无法卸载可以使用
duser -m /mnt...
分类:
系统相关 时间:
2014-06-10 18:31:24
阅读次数:
283
环境:rhel5.4 x64位虚拟机,过程:1、将OS
系统安装光盘iso上传到虚拟机中,挂载iso光盘:mount -t iso9660 -o loop /tmp/RHEL-5.4_x86_64_DVD.iso
/mnt2、找到安装光盘中repodata文件夹位置,例如rhel在/mnt/Serv...
分类:
其他好文 时间:
2014-06-10 16:07:33
阅读次数:
235
服务器:192.168.20.204客户端:192.168.20.2031.
在服务器配置/etc/export 添加可以共享的文件夹和允许的客户端地址/home/dir
192.168.20.203(rw,no_root_squash,async)要加上no_root_squash,async,不...
分类:
其他好文 时间:
2014-06-09 19:39:09
阅读次数:
358
挂在的信息一般通过
nfs_parse_mount_option。可以直接打印。会有很多信息。1.修改的地方在super.c该文件涉及到获取超级快等操作。修改enum{};在里面添加
Opt_username, Opt_passwd,2.修改另一个枚举类型,添加:Opt_username,"user...
分类:
其他好文 时间:
2014-06-09 19:20:42
阅读次数:
8232
在设置fstab自动挂载时,需要填写如下的信息:# 其中file
system指的时磁盘在系统之中的ID,可以查看
/dev/下的设备,一般以sd[abcde...]命名也可以填写UUID作为这个ID,用如下方法可以查看磁盘的UUID:ls -l
/dev/disk/by-uuid
分类:
系统相关 时间:
2014-06-09 13:26:27
阅读次数:
314
??run{allocate channel d1 type disk;allocate
channel d2 type disk;allocate channel d3 type disk;allocate channel d4 type
disk;allocate channel d5 type...
分类:
其他好文 时间:
2014-06-08 21:26:18
阅读次数:
351
对这个课程有兴趣的朋友可以加我的QQ2059055336和我联系
本课程主要是介绍Oracle RAC体系结构与工作机制,了解并掌握RAC数据库下的相关技术,如:cache Fusion、 Failover、load balance、FAN、OCR和Voting disk等,通过VMWARE虚拟环境,实践演练RAC数据库的安装部署、RAC数据库日常性能监控、备份和恢复、实例增加和删除以...
分类:
数据库 时间:
2014-06-08 17:07:35
阅读次数:
288
/** linux/tools/build.c** Copyright (C) 1991,
1992 Linus Torvalds*//** This file builds a disk-image from three different
files:** - bootsect: max 510...
分类:
其他好文 时间:
2014-06-08 08:04:19
阅读次数:
344