Philip Howe’s Oracle Blog

Just another WordPress.com weblog

Create Tablespace

Posted by philiphowe on January 20, 2010

create tablespace ts_name
datafile ‘c:\ts_name_01.dbf’ size 4M autoextend off,
‘c:\ts_name_02.dbf’ size 4M autoextend off,
‘c:\ts_name_03.dbf’ size 4M autoextend off
logging
extent management local;

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

 
Follow

Get every new post delivered to your Inbox.