os: centos 7.6
db: oracle 19.3
oratop 類似os 的top 命令,可以實時監控rac和單例項資料庫,該命令已經被整合到 tfa 裡了.
本次 oracle 19.3 是rac 型別.
oratop 已經被整合到安裝的軟體裡.
# find /u01 -name "oratop"
total 12
drwxr-xr-x 10 grid oinstall 4096 jun 5 17:44 orachk
drwxr-xr-x 2 grid oinstall 4096 jun 5 17:44 oratop
drwxr-x--- 3 root oinstall 4096 jun 5 17:43 tfa
total 12
drwxr-xr-x 10 oracle oinstall 4096 apr 17 18:45 orachk
drwxr-xr-x 2 oracle oinstall 4096 jun 5 18:57 oratop
drwxr-xr-x 3 oracle oinstall 4096 apr 17 18:43 tfa
執行
參考:<>
<>
Qt UDP的初步使用
為了使用qt自帶的socket進行網路程式設計,先必須熟悉socket程式設計的原理,另外還需對qt一些基本類的操作比較熟悉。由於剛接觸不久,所以還是以看人家的 來學習。這次主要是學qt下udp的程式設計,且熟悉一些qt下 的編寫流程,所以本文參照的是 qt及qt quick開發實戰精解 一書中的第...
GIT的初步使用
1,安裝git工具,在希望的地方建立乙個資料夾,右鍵git bash 2,將git上庫的位址複製下來 在git bash中git clone url 3,git add 檔案 一種是單個檔案 直接git add 檔案,一種是git 資料夾,git add 或者git add 4,git commit...
cvs的初步使用
1 取專案 cd d workspace projects cvs co d teset projects test 2 取乙個特定版本的專案 cvs co d test r test 0.1.39a projects test 3 比較兩個版本的不同 cvs diff up r test 0.1....