首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

oracle 创办 修改 删除 用户(待整理)

2012-07-15 
oracle 创建 修改 删除 用户(待整理)创建:create user testuser identified by testuser修改:alter user

oracle 创建 修改 删除 用户(待整理)
创建:
create user testuser identified by testuser;

修改:
alter user testuser identified  by test123456;

删除:
drop user testuser;

当然都有一些问题、例如创建的时候、不赋表空间的话是登录不上之类的、
删除的时候也会出现一些问题 一一整理。

热点排行