您的位置:首页 > 数据库 > Oracle

Oracle 创建数据库步骤

2014-06-20 09:29 204 查看
1:http://jingyan.baidu.com/article/90bc8fc80c01f2f653640c1f.html

2:http://www.myexception.cn/sql/480190.html

drop user ljs cascade;

create user ljs

identified by ljs

default tablespace TCMP

temporary tablespace TEMP

profile DEFAULT;

grant connect,resource,create any sequence,create table,create view,create database link ,dba to ljs;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: