2020年4月26日

oracle使用时注意

摘要: 通过sqlplus用dba用户登录 sqlplus / as sysdba 创建表空间 create tablespace test_dt datafile '/home/oracle/test_dt.dbf' size 100M autoextend on next 10M; 创建用户 creat 阅读全文

posted @ 2020-04-26 10:45 石墨方 阅读(209) 评论(0) 推荐(0) 编辑

导航