我最常用的oracle命令

2021-06-03 07:21:28 字數 355 閱讀 7131

create user head identified by head;

create tablespace headgmp datafile '/u01/oradata/head/head-date.dbf' size 200m autoextend on extent management local 

segment space management auto;

alter user head default tablespace headgmp;

grant connect to head;

imp head/head@wilson file=/u01/expdat.dmp  full=y ignore=yes

我最常用的Linux 命令組合

工作區快捷鍵 在顯示處開啟 win s 平鋪四個區 ctrl alt 方向鍵 切換工作區 ctrl alt shift 方向鍵 將當前視窗移動到某乙個工作區 沒有螢幕用 網線鏈結也是這樣的!sudo apt get install nmap route n 檢視所有的路由主機 nmap sp 192...

Vim最常用的命令

www.kaixinlc.com vi file 開啟檔案到最後一行 其它模式 普通模式 esci 在游標前插入 a 在游標後插入 o 在當前行之下新建行 r 替換當前字元 gg 檔案首行 g 檔案末行 x 剪下當前字元 dd 剪下當前行 yy 複製當前行 p 在游標後貼上 p 在游標前貼上 u 撤...

最常用的Linux命令

基礎命令 pwd 顯示當前目錄 ls 檢視當前目錄下的檔案 ls l 檢視詳細資訊 ls a 顯示隱藏檔案 ls lh h human 更加人性化地顯示檔案列表 ls 大小為位元組 cat 檢視檔案內容 more 慢慢檢視檔案,可以用空格和回車 mkdir 建立檔案 mv 把檔案移動到某個目錄 mk...