Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to increase datafile/Tablespace max_size

venkatApr 19 2012 — edited Apr 19 2012
Hi,

Below query got current size and max_size of the data_file. Now i want to increase the datafile size.

SQL> select FILE_NAME,TABLESPACE_NAME,BYTES/1024/1024,MAXBYTES/1024/1024 from dba_data_files
2 where TABLESPACE_NAME like 'Tablespace_one%' order by TABLESPACE_NAME;

FILE_NAME TABLESPACE_NAME BYTES/1024/1024 MAXBYTES/1024/1024
-------------------------------------------------------------------------------------------------------------------------------------
/xxx/yyyyy/ABCD/data/file_name.dbf TABELSPACE_ONE 4988 5000

I want to increase the max_size upto 6GB.

Please suggest that how to increase file max_size upto 6GB.

Thanks and Regards,
Venkat.
This post has been answered by Oceaner on Apr 19 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 17 2012
Added on Apr 19 2012
4 comments
80,790 views