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.
Mufasa
(aka Dave of Sandy, Utah, USA @ 23:07 (05Dec03) GMT, 16:07 (05Dec03) Mountain Time)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.