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 data files

Re: max data files

From: MotoX <rat_at_tat.a-tat.com>
Date: Wed, 15 Jul 1998 10:11:19 +0100
Message-ID: <900493797.18891.0.nnrp-01.c2de712e@news.demon.co.uk>

Chris Kempster wrote in message <6ohnmk$ovv$1_at_news.cowan.edu.au>...
>Dont even try it. You should not modify any 'oracle kernal', ie. system
>tables. First of all you dont know how the internal structure operates and
>more than likely you will void any support from oracle.
>
>oh, v$ tables are vapour tables, ie. Views, look somewhere else :)
>
>The only way to change this parameter is re-creating your control files
with
>the alter database command and specifying a new maxfiles value.

In fact this is quite easy as the ALTER DATABASE BACKUP CONTROL FILE TO TRACE command will create you the sql script that will recreate your control files. Just edit in the new values you require.

MotoX.
>
>OR
>
>rebuild the whole DB from scratch.
>
>
>Good luck :)
>
>
>
Received on Wed Jul 15 1998 - 04:11:19 CDT

Original text of this message

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