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: Max # of datafiles??

Re: Max # of datafiles??

From: Roy Klassen <rklassen_at_pei.sympatico.ca>
Date: 1997/11/13
Message-ID: <01bcefc9$9a511000$271e22cf@fred.sympatico.ca>#1/1

You can do this by recreating the control files.

At the server maanager prompt enter:

    alter database database_name

        backup controlfile to trace;

You will find a trace file in your UDUMP directory. This will contain the command to recreate the controlfile.
Modify the MAXDATAFILES parameter and run the script.

Roy Klassen rklassen_at_pei.sympatico.ca

MC12250 <mc12250_at_aol.com> wrote in article <19971112222700.RAA21721_at_ladder02.news.aol.com>...
> I have a production DB that was created with a max of 30 datafiles in
 the
> "CREATE DATABASE" statement. I know the parameter in the init.ora file
> can't override this. Is there an easy way to change this without
 re-creating
> the
> DB?
>
> Thanks,
> andy
> andy_at_mcdirect.com
>
>
>
Received on Thu Nov 13 1997 - 00:00:00 CST

Original text of this message

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