使用oracle命令行创建及删除用户的方法

oracle命令行相信大家都有一定的了解,下面就为您详细介绍使用oracle命令行创建及删除用户的方法,希望对您能够有所帮助。

oracle命令行删除用户:

 
 
 
  1. connect / as sysdba; 
  2. shutdown abort; 
  3. startup; 
  4. drop user user1 cascade; 
  5. exit 

oracle命令行创建用户:

 
 
 
  1. create user user1 
  2. identified by values 'fa091872a2cc669c' 
  3. default tablespace user1 
  4. temporary tablespace temp 
  5. profile default 
  6. account unlock; 
  7. -- 4 roles for user1 
  8. grant recovery_catalog_owner to user1 with admin option; 
  9. grant resource to user1 with admin option; 
  10. grant dba to user1 with admin option; 
  11. grant connect to user1 with admin option; 
  12. alter user user1 default role all; 
  13. -- 3 system privileges for user1 
  14. grant select any dictionary to user1 with admin option; 
  15. grant unlimited tablespace to user1 with admin option; 
  16. grant alter any procedure to user1 with admin option; 

当前题目:使用oracle命令行创建及删除用户的方法
分享路径:http://www.shufengxianlan.com/qtweb/news10/479360.html

网站建设、网络推广公司-创新互联,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联