just do it
发布时间:2013-10-30 17:03:58
第一个栏位,表示文件的属性。linux的文件基本上分为三个属性:可读(r=4),可写(w=2),可执行(x=1)。但是这里有十个格子可以添(具体程序实现时,实际上是十个bit位)。第一个小格是特殊表示格,表示目录或连结文件等等,d表示目录,例如 drwx------;l表示连结文件,如 lrwxrwxrwx;如果是以一横"-"表示,则表示这是.........
发布时间:2013-10-29 17:48:44
前天去给几台t2000安装系统, 安装完后要求给升级t2000 firmware! 没办法,只好从sunsolve 里下载flash patch!现把安装步骤说一下:升级firmware 有两种方法.method 1: from the system controller consolemethod 2: from the solaris console考虑到安全及方便,我选择了从系统安装:1.查看老版本的.........
发布时间:2013-10-29 16:47:38
solaris10下安装11.2.0.x安装包要求:required packages solaris 10: sunwarc sunwbtool sunwhea sunwlibc sunwlibm sunwlibms sunwmfrun sunwsprot sunwtoo sunwi1of sunwi1cs (iso8859-1) sunwi15cs (iso8859-15) sunwxwfnt sunwcsl ......
发布时间:2013-10-29 16:32:52
......
发布时间:2013-10-25 11:15:46
1 $ rman target / nocatalog2) rman> run {allocate channel d1 type disk;allocate channel d2 type disk;allocate channel d3 type disk;allocate channel d4 type disk;backup validate check logical database;}3) select * from v$database_block_corruption ;rem www.oracledatabase12g.com .........