create user xok identified by ****u; //建立使用者
grant select any dictionary to xok; //授予所有字典的查詢許可權
grant select any sequence to xok; //授予所有序列的查詢許可權
grant select any table to xok; //授予所有表的查詢許可權
grant create session to xok; //授予建立會話
grant select any view to xok; //授予所有檢視的查詢許可權
oracle10g建立使用者
doctype html public wcdtd xhtml stricten httpwwwworgtrxhtmldtdxhtml strictdtd oracle10g的建立使用者名稱 linux下oracle的啟動 以oracle身份登入 啟動 lsnrctl start 登入 sqplus...
oracle10g 建立表空間 使用者
以前一直都是自己拷貝的建立語句來建立oracle的表空間,今天手頭上什麼資料都沒有,所以就特意的整理了一下,oracle是如何建立表空間的,所以跟大家分享一下。如果有什麼地方寫的不正確,或者是有錯別字,請及時的糾正 1 為什麼要建立表空間?答 在建立使用者的時候,我們建議資料庫管理員要指定使用者的預...
Oracle 10g建立使用者和表空間
建立資料表空間 create tablespace yycg0213 logging datafile c oracle product 10.2.0 oradata orcl yycg0213.dbf size 32m autoextend on next 32m maxsize 2048m ex...