- 博客(1)
- 收藏
- 关注
原创 oracle 创建表空间
select name from v$datafile; 1、创建表空间create tablespace test_db datafile 'D:\ORACLE\ORADATA\ORCL\test_db.dbf' size 3000m; 2、创建用户create user test_db identified by test_db default tablespace test_db; 3...
2018-06-22 09:30:42 117
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人