ORACLE簡單應用 (轉)
建立: create user ntified by
default tablespace users
temporary tablespace temp;
:namespace prefix = o ns = "urn:schemas--com::office" />
新使用者設定:grant connect,re,unlimited tablespace to ;
使用者丟棄: drop user cascade;
取消許可權: revoke from ;
查詢使用者: * from a_users;
查詢已建立使用者:select username from dba_users;
查詢空間: select * from dba_tablespaces;
資料匯入: imp / file=名.dmp full=y
資料匯出: e/ file=檔名.dmp full=y
提交: commit;
新增檔案:alter tablespace users add datafile '路徑users2.ora' size 500M;
alter tablespace rbs add datafile '路徑rbs2.ora' size 200M;
alter tablespace temp add datafile '路徑tmp2.ora' size 200M;
開啟表: alter rollback segment rb* online;
關閉表: alter rollback segment rb* offline;
新增回滾段: alter rollback segment rb* storage (next 2M optimal 10M);
建立回滾段: create public rollback segment rb* storage (next 2M optimal 10M);
登錄檔語言: ZHS16GBK 或者 ZHS16CGB231280
啟動LISTENER: lsnrctl status (看狀態)
lsnrctl start (啟 動)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10752043/viewspace-991767/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- thymeleaf 簡單應用
- div 簡單應用
- ajax簡單應用
- smbclient 簡單應用client
- Oracle 10g FlashBack簡單應用一則Oracle 10g
- websoket的簡單應用Web
- npm的簡單應用NPM
- appfabric 簡單應用APP
- Protobuf簡單應用-JSON和Proto Buffer互轉JSON
- Oracle 鎖簡單介紹(轉)Oracle
- Oracle鎖簡單介紹(轉)Oracle
- jsp的簡單應用JS
- 快應用簡單瞭解
- MapReduce應用案例--簡單排序排序
- 遞迴的簡單應用遞迴
- rename命令的簡單應用
- Nginx 簡單應用(Windows os)NginxWindows
- Oracle 查詢重複記錄,以及簡單的sql應用。OracleSQL
- XML SOAP應用簡介 (轉)XML
- easypoi 讀取 Excel 簡單應用Excel
- Lucene介紹及簡單應用
- windbg sx命令與簡單應用
- pythontornodo的簡單應用1Python
- pythontonado框架簡單應用Python框架
- jQuary中ajax的簡單應用
- gRPC的Golang簡單應用RPCGolang
- @Autowire/@Qualifilter/@Resource的簡單應用Filter
- 3D Touch 簡單應用3D
- 並查集的簡單應用並查集
- unity 委託事件簡單應用Unity事件
- Android ExpandableListView的簡單應用AndroidView
- 簡單的線段樹應用
- Windows Installer的簡單應用Windows
- 實驗3 轉移指令跳轉原理及其簡單應用程式設計程式設計
- 整合中的小應用--檔案轉換或簡單的UIUI
- ORACLE應用經驗(2)(轉)Oracle
- ORACLE應用經驗(1)(轉)Oracle
- oracle中單引號的應用Oracle