当前位置:Gxlcms > 数据库问题 > oracle学习笔记 持续更新

oracle学习笔记 持续更新

时间:2021-07-01 10:21:17 帮助过:25人阅读

‘ size 512M; --路径要根据实际情况修改;

select * from dba_data_files可以查到数据文件存放路径

2、创建数据库用户并赋予权限

创建test_user,表空间指定为DATA_BASIC

(1)create user test_user identified by "test_user" default tablespace DATA_BASIC temporary tablespace TEMP profile DEFAULT ;

赋予权限

grant connect to test_user;

grant dba to test_user;

grant resource to test_user;

 

http://blog.csdn.net/rznice/article/details/6683905/

http://blog.csdn.net/small____fish/article/details/7920126

oracle学习笔记 持续更新

标签:ide   sqlplus   笔记   log   学习笔记   sys   情况   nic   学习   

人气教程排行