AI智能
改变未来

Oracle create tablespace

create tablespace TSP_JHEMR
datafile \’D:\\app\\lixilai\\oradata\\JHDB\\APJHEMR.DBF\’
size 200M
 autoextend on;

create user JHEMR 
  identified by JHEMR
    default tablespace TSP_JHEMR;
grant dba to JHEMR;
grant resource to JHEMR;
grant connect to JHEMR;

赞(0) 打赏
未经允许不得转载:爱站程序员基地 » Oracle create tablespace