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

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;

售后响应及时
7×24小时客服热线
数据备份
更安全、更高效、更稳定
价格公道精准
项目经理精准报价不弄虚作假
合作无风险
重合同讲信誉,无效全额退款