Wednesday, July 25, 2018

How to create table space in oracle

Need to run below to create table space.

CREATE TABLESPACE DATA DATAFILE 'Path_to_store\DATA.dbf' SIZE 5G EXTENT MANAGEMENT LOCAL AUTOALLOCATE;

No comments:

Post a Comment