對dbfsize輸出的解釋

2021-06-28 12:41:57 字數 1526 閱讀 1429

[oracle@rhel63single test]$ which dbfsize

[oracle@rhel63single test]$

[oracle@rhel63single test]$

[oracle@rhel63single test]$

[oracle@rhel63single test]$ dbfsize control01.ctl

database file: control01.ctl

database file type: file system

database file size: 594 16384 byte blocks

[oracle@rhel63single test]$ ll control01.ctl

-rw-r-----. 1 oracle oinstall 9748480 jan 9 04:42 control01.ctl

對control01.ctl計算如下: 9748480-16384*594=16384, 也就是說 os命令顯示的control01.ctl 大小要比 oracle層面「認為」的 control01.ctl大小要 多 乙個 16384 byte

[oracle@rhel63single test]$ dbfsize redo01.log

database file: redo01.log

database file type: file system

database file size: 102400 512 byte blocks

[oracle@rhel63single test]$

[oracle@rhel63single test]$ ll redo01.log

-rw-r-----. 1 oracle oinstall 52429312 jan 9 04:42 redo01.log

對redo01.log計算如下: 52429312-512*102400 =512,也就是說 os命令顯示的redo01.log 大小要比 oracle層面「認為」的 redo01.log大小要 多 乙個 512 byte

[oracle@rhel63single test]$ dbfsize users01.dbf

database file: users01.dbf

database file type: file system

database file size: 960 8192 byte blocks

[oracle@rhel63single test]$

[oracle@rhel63single test]$ ll users01.dbf

-rw-r-----. 1 oracle oinstall 7872512 jan 9 03:15 users01.dbf

對users01.dbf計算如下: 7872512-8192*960 =8192,也就是說 os命令顯示的users01.dbf大小要比 oracle層面「認為」的 users01.dbf大小要 多 乙個 8192 byte

ldd輸出解釋

root laptop 2mois3pq home li ldd which ls linux vdso.so.1 0x00007fffd7cf7000 libselinux.so.1 lib x86 64 linux gnu libselinux.so.1 0x00007fbc41220000 l...

對char x abcd 的解釋

問題 char x abcd x 答案是 x d 為什麼呢?詳解 char x abcd 中的 abcd 被儲存為乙個int型的整數,這個整數的值是 乙個int數值 97 8 8 8 98 8 8 99 8 100 其中97是 a 的ascii碼 其中98是 b 的ascii碼 其中99是 c 的a...

對 proc buddyinfo的解釋

buddyinfo的理解 cat proc buddyinfo 顯示如下 node 0,zone dma 0 4 5 4 4 3 node 0,zone normal 1 0 0 1 101 8 node 0,zone highmem 2 0 0 1 1 0 其中,node表示在numa環境下的節點...