linux大檔案 &定時查詢 &sqlplus格式 &修改時間
export NLS_LANG="American_America.UTF8"
rpm -qa |grep vnc
rpm -ivh vnc*.rpm
vncserver
檢視是哪個埠
4.配置1
vi /root/.vnc/xstartup
修改unset與exec前的註釋
刪除[]後的&&
新增gnome-session & set starting GNOME desktop
4.重啟vnc服務
vncserver -kill :1
vncserver :1
5.配置2
vi /etc/sysconfig/vncservers
新增
VNCSERVERS="1:root 2:oracle"
VNCSERVERARGS[1]="-geometry 1024x768"
VNCSERVERARGS[2]="-geometry 1024x768"
export DISPLAY=localhost:1
xhost +
export LANG=en_US.utf8
vi /etc/selinux/config
setenforce 0
chkconfig iptables off service iptables stop勾選已連線和開機啟動
然後
1 掛載iso映象檔案
[root@dg01 ~]# mount /dev/cdrom /mnt ---將cdrom的掛載到/mnt目錄
mount: block device /dev/cdrom is write-protected, mounting read-only
2 編輯本地yum原始檔規則
[root@dg01 ~]# vi /etc/yum.repos.d/local.repo
[Cluster]
name=Cluster
baseurl=file:/mnt/Cluster
enabled=1
gpgcheck=0
gpgkey=file:/mnt/RPM-GPG-KEY-oracle
[VT]
name=VT
baseurl=file:/mnt/VT
enabled=1
gpgcheck=0
gpgkey=file:/mnt/RPM-GPG-KEY-oracle
[ClusterStorage]
name=ClusterStorage
baseurl=file:/mnt/ClusterStorage
enabled=1
gpgcheck=0
gpgkey=file:/mnt/RPM-GPG-KEY-oracle
[Server]
name=Server
baseurl=file:/mnt/Server
enabled=1
gpgcheck=0
gpgkey=file:/mnt/RPM-GPG-KEY-oracle
後臺執行
nohup ping &
查詢大於100M的檔案
find / -type f -size +100000000c -exec du -sh {} \;
查詢某個檔案
[root@aonedev midware]# find /u01/app/midware/ -iname "weblogic.jar"
/u01/app/midware/wlserver_10.3/server/lib/weblogic.jar
alias sqlplus='rlwrap sqlplus' alias rman='rlwrap rman'
[oracle@ao m01]$ while true; do du -sh; sleep 2; done
column f1 format a2
column n1 format a30
select trim(file#) f1,name n1 from v$datafile;
select trim(file#) f1,name n1 from v$tempfile;
例項:設定時間偉2008年8月8號12:00
# date -s "2008-08-08 12:00:00"
修改完後,記得執行clock -w,把系統時間寫入CMOS
gcs負責資料塊的一致性,ges負責資料字典
cache fusion就是多個節點把記憶體湊起來一起用
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/21302630/viewspace-1571046/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux下修改檔案建立時間(修改檔案更改時間)Linux
- linux查詢某段時間修改的檔案的總大小Linux
- Linux修改檔案時間Linux
- LINUX 下查詢指定時間的所有檔案Linux
- find 按檔案修改時間查詢檔案及find空資料夾
- exp 匯出時帶時間格式的檔案設定
- 修改sqlplus中顯示時間日期的格式SQL
- Ubuntu、CentOS修改時區、設定24小時時間格式教程。UbuntuCentOS
- linux 間定時傳輸檔案Linux
- Linux設定和修改時間與時區Linux
- centos磁碟滿時查詢大檔案清理掉CentOS
- 查詢某個表最後修改時間
- 設定時間格式
- Linux查詢大檔案Linux
- linux之touch命令修改檔案的時間戳Linux時間戳
- 使用touch命令修改檔案時間
- c++ 獲取檔案建立時間、修改時間、訪問時間、檔案內容長度C++
- 如何修改系統時間格式
- linux查詢佔用空間較大的檔案Linux
- Linux 修改時間Linux
- Linux修改時間Linux
- 定時拷貝加時間維的檔案和定時刪除過期檔案
- JN專案-時間查詢,結束時間比開始時間小給提示
- Java中如何得到檔案的建立時間&最後修改時間Java
- win10如何修改時間日期格式 調整時間格式和日期格式的方法Win10
- JPA時間段查詢
- MySQL查詢時間段MySql
- 線性時間查詢
- SQL時間段查詢SQL
- 設定oralce時間戳格式時間戳
- Linux下修改時間Linux
- Linux 日期時間修改Linux
- 查詢大檔案
- JN專案-時間查詢條件驗證
- Mysql 查詢時間轉換MySql
- 檢視/修改Linux時區和時間Linux
- 修改linux系統時間Linux
- Linux修改時間的方法Linux