-- 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;
创建用户及数据库权限配置
本文详细介绍了如何在数据库环境中创建用户并分配相应的角色权限,包括连接、资源使用以及特定表空间的创建。
350

被折叠的 条评论
为什么被折叠?



