Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: tablespace SIZE up

Re: tablespace SIZE up

From: xman <agichen_at_kimo.com>
Date: 27 Nov 2001 04:34:36 -0800
Message-ID: <44fefe22.0111270434.3ce0759d@posting.google.com>


"heoseong" <hersung_at_hotmail.com> wrote in message news:<9tvfu9$iug$1_at_news2.kornet.net>...
> I want tablespace SIZE up
> or add datafile
> What's wrong?
>
> SQL> alter tablespace cs2001
> 2 add datafile '/user/oracle/c2001a.dbf' size 500M
> 3 autoextend on
> 4 maxsize 1000M;
> alter tablespace c2001
> *
> ERROR at line 1:
> ORA-00059: maximum number of DB_FILES exceeded

alter database backup control file to trace; then modify the file number u want
then execute the script .... Received on Tue Nov 27 2001 - 06:34:36 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US