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: ORA-00059

Re: ORA-00059

From: Mladen Gogala <mgogala_at_adelphia.net>
Date: Sat, 17 May 2003 05:56:21 GMT
Message-Id: <pan.2003.05.17.05.56.20.504222@adelphia.net>


On Fri, 16 May 2003 18:25:27 -0700, Teresa wrote:

> Hello all
> 
> I have a oracle database v8174 running on a solaris 5.8 64bit, Iwas
> creating a tablespace then I got the following error message:
> 
> "ORA-00059: MAXIMUM NUMBER OF DB_FILES exceeded"
> 
> I have made a query to the database to v$controlfile_record_section
> and is showing that
> my record size is 180, records used 200 and total records 215 on the
> datafile site. ALso I have viewed the database creation script and
> there is not maxfiles parameter, which to my knowledge means that
> oracle is taking the default 200?   My question is if I change the
> init.ora to db_files = 1000, then restart oracle is there anything
> else at OS level that I should be looking into? I'm really worried
> about this, if I change the init.ora and if oracle does not came
> up.... or something else
> 
> I would really apreciate any help
> Thanks
> Teresa

You should do something like

ALTER DATABASE BACKUP CONTROLFILE TO TRACE; then go to your USER_DUMP_DEST and take a look at the control file, edit it appropriately and re-create it with 8192 "MAXDATAFILES".

Here is what the resulting file looks like:

/oracle/admin/o9i/udump/o9i_ora_2521.trc Oracle9i Enterprise Edition Release 9.2.0.3.0 - Production With the Partitioning option
JServer Release 9.2.0.3.0 - Production
ORACLE_HOME = /oracle/product/9.2.0

System name:	Linux
Node name:	medo.adelphia.net
Release:	2.4.20
Version:	#5 Sun Apr 27 02:16:17 EDT 2003
Machine:	i686

Instance name: o9i
Redo thread mounted by this instance: 1
Oracle process number: 13
Unix process pid: 2521, image: oracle_at_medo.adelphia.net (TNS V1-V3)
-- 
Mladen Gogala
Software is like sex, it is better when it is free.
Linus Torvalds 
Received on Sat May 17 2003 - 00:56:21 CDT

Original text of this message

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