1、ls基本语法及选项用法:ls [选项]... [文件]...List information
about the FILEs (the current directory by default).Sort entries alphabetically
if none of -cftuvSUX n...
分类:
其他好文 时间:
2014-06-06 14:11:26
阅读次数:
196
scp 命令随记
scp file username@remoteIp:directory
创建tar包
tar zcvf file.tar.gz directory
tar zcvf hadoop.tar.gz /hadoop...
分类:
其他好文 时间:
2014-06-05 07:36:35
阅读次数:
199
Disk Directory
Disk Directory包含了磁盘组中所有的磁盘信息。Disk Directory信息比PST更为详细。磁盘组中的每一块盘都有一个条目以数字为索引。Disk Directory的文件号在每个磁盘组中都是2号(F2)。
Disk Directory中的字段如下:
n Disk name
n Failure group name
n Disk size...
分类:
数据库 时间:
2014-06-05 07:05:04
阅读次数:
326
今天是2014-05-27,今天遇到一个lib问题,再次记录一下。这是一个案例,更是一种解决该问题的方法过程。
当我们在使用sqlplus 登陆unix数据库的时候,有可能出现类似:xxxxxx bad ELF interpreter: No such file or directory的问题。该问题的原因也是lib的问题。正常情况如下:
[root@dg1 ~]# su - oracle
[...
分类:
数据库 时间:
2014-06-05 00:20:29
阅读次数:
371
AIX 中加入?账号能够使用命令mkuser 和 SMIT
两种方式,这里介绍SMIT方式1、使用root 账号登录AIX2、输入 smitty user3、选择Add a User4、输入"User Name"
"HOME directory" 按回车创建用户 输入 #finger test 能....
分类:
Web程序 时间:
2014-06-02 19:14:29
阅读次数:
408
在linuxAS5.464bit安装CRS时,执行root.sh时报错
[root@rac02crs]#shroot.sh
WARNING:directory‘/opt/ora10g/product/10.2.0‘isnotownedbyroot
WARNING:directory‘/opt/ora10g/product‘isnotownedbyroot
WARNING:directory‘/opt/ora10g‘isnotownedbyroot
WARNING:directory‘/o..
分类:
系统相关 时间:
2014-06-02 03:53:55
阅读次数:
380
DBCA***数据库所有实例后,本想用RMANduplicate方式克隆DB,因此在$ORACLE_BASE目录下创建了相关的目录admin/dupl/adump,admin/dupl/dpump
在使用sqlplus正常连接空闲实例,手贱却执行了startup命令,oracle果断出现ORA-09925错误
[oracle@tips~]$sqlplus/assysdba
SQL*Plu..
分类:
系统相关 时间:
2014-06-02 03:51:53
阅读次数:
416
Examplescp file1.txt newdirCopies
thefile1.txtin the current directory to thenewdirsubdirectory.cp
/home/public_html/mylog.txt /home/public_html/backu...
分类:
系统相关 时间:
2014-06-01 12:24:00
阅读次数:
263
Warning: mysqli_connect()
[function.mysqli-connect]: [2002] No such file or directory (trying to connect
via unix:///var/mysql/mysql.sock) in xxx.php ...
分类:
数据库 时间:
2014-05-31 18:38:12
阅读次数:
303
生产环境:源数据库:RHEL + Oracle 11.2.0.3目标数据库:HP-UX +
Oracle 10.2.0.4需求:迁移部分表 11.2.0.3-->10.2.0.4,若迁移范围内的有些表在目标库已经存在,则替换。本次迁移数据量
create or replace directory j...
分类:
数据库 时间:
2014-05-30 21:12:11
阅读次数:
559