Skip to main content

๐Ÿ‘ฉโ€๐Ÿ’ป ๅปบ็ซ‹ tablespace

ๆชขๆŸฅ table space ๆ˜ฏๅฆๅญ˜ๅœจโ€‹

SELECT [tablespace_name] FROM dba_tablespaces WHERE tablespace_name = '[tablespace name]';

ๆ–ฐๅขž table spaceโ€‹

CREATE TABLESPACE tablespace_name  DATAFILE 'path_to_datafile.dbf' SIZE 100M;