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

oracle 创造用户,授权,创建表空间

2012-07-29 
oracle 创建用户,授权,创建表空间-- Create the user create user VIDEOYN? identified by ? default ta

oracle 创建用户,授权,创建表空间

-- Create the user
create user VIDEOYN
? identified by ""
? default tablespace VIDEOYN
? temporary tablespace TEMP
? profile DEFAULT;

?


-- Grant/Revoke role privileges
grant connect to VIDEOYN;

grant CONNECT to videoyn;

?


grant RESOURCE To videonb;

create tablespace videoyn datafile 'D:\Program Files\oracle\product\Video.dbf'???
size 512M autoextend on next 10M maxsize unlimited;?

?

热点排行