国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 數據庫 > Oracle > 正文

oracle命令行刪除與創建用戶的代碼

2020-07-26 14:36:07
字體:
來源:轉載
供稿:網友
oracle命令行刪除用戶: 
復制代碼 代碼如下:

 connect / as sysdba;  
 shutdown abort;  
 startup;  
 drop user user1 cascade;  
 exit

oracle命令行創建用戶: 
  
復制代碼 代碼如下:

create user user1  
  identified by values 'fa091872a2cc669c'  
  default tablespace user1  
  temporary tablespace temp  
  profile default  
  account unlock;  
  -- 4 roles for user1   
  grant recovery_catalog_owner to user1 with admin option;  
  grant resource to user1 with admin option;  
  grant dba to user1 with admin option;  
  grant connect to user1 with admin option;  
  alter user user1 default role all;  
  -- 3 system privileges for user1   
  grant select any dictionary to user1 with admin option;  
  grant unlimited tablespace to user1 with admin option;  
  grant alter any procedure to user1 with admin option; 
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 汶川县| 修文县| 靖宇县| 长寿区| 江西省| 浙江省| 彩票| 西乌珠穆沁旗| 安吉县| 海口市| 莆田市| 安义县| 昆山市| 洞头县| 玉田县| 马龙县| 阆中市| 成武县| 清苑县| 禹城市| 甘南县| 商南县| 正定县| 河南省| 龙岩市| 深圳市| 毕节市| 刚察县| 马公市| 靖边县| 华坪县| 吴堡县| 宾川县| 同江市| 张北县| 白山市| 交口县| 大丰市| 新绛县| 明溪县| 望江县|