Oracle create tablespace

//create tablespace

create tablespace tablespace name

logging

datafile 'D:\oracle\product\10.2.0\oradata\orcl\tablespace name.dbf'

size 32m

autoextend on

next 32m maxsize 2048

extent management local;

 

//Create user and specify tablespace

create user username identified by username
default tablespace default tablespace
temporary tablespace temporary tablespace;

 

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326776190&siteId=291194637