论坛首页 入门技术论坛

Oracle创建用户示例

浏览 2346 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2008-12-30  
drop user xd(用户名) CASCADE;
-- Create the user
create user xd
  identified by xd
  default tablespace SYSTEM
  temporary tablespace TEMP
  profile DEFAULT;
-- Grant/Revoke role privileges
grant connect to xd with admin option;
grant resource to xd with admin option;
grant dba to xd with admin option;
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics