top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Oracle: How do you add a data file to a tablespace?

+1 vote
381 views
Oracle: How do you add a data file to a tablespace?
posted Apr 3, 2015 by Suchithra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes
 
Best answer

To Creates and adds a datafile to a tablespace:

ALTER TABLESPACE ... ADD DATAFILE

Creates and adds a tempfile to a temporary tablespace

ALTER TABLESPACE ... ADD TEMPFILE

Creates a database and associated datafiles

CREATE DATABASE
answer Apr 5, 2015 by Amit Kumar Pandey
...