LHugh,
To see the value for MAXDATAFILES, do the following:
1) ALTER DATABASE BACKUP CONTROLFILE TO TRACE;
2) select name p, value v from v$parameter
where name like 'user_dump%';
3) From your operating system, "cd <your_user_dump_dest>"
4) display the contents of the most recent ".trc" file
5) Among the displayed contents are lines that look like:
CREATE CONTROLFILE REUSE DATABASE "DHUNT" RESETLOGS NOARCHIVELOG
MAXLOGFILES 32
MAXLOGMEMBERS 2
MAXDATAFILES 32
MAXINSTANCES 16
MAXLOGHISTORY 1815
Notice that in the case above, MAXDATAFILES=32.
![[santa] [santa] [santa]](/data/assets/smilies/santa.gif)
Mufasa
(aka Dave of Sandy, Utah, USA @ 23:07 (05Dec03) GMT, 16:07 (05Dec03) Mountain Time)