home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / oracle / 1412 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.7 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!pacbell.com!pacbell!oracle!unrepliable!bounce
  2. Newsgroups: comp.databases.oracle
  3. From: dbenson@us.oracle.com (Daniel Benson)
  4. Subject: Re: maxdatafiles -- inquiry/update
  5. Message-ID: <1992Aug27.160152.15705@oracle.us.oracle.com>
  6. Keywords: maxdatafiles
  7. Sender: usenet@oracle.us.oracle.com (Oracle News Poster)
  8. Nntp-Posting-Host: wrpyr.us.oracle.com
  9. Organization: Oracle Corporation, Redwood Shores CA
  10. References: <z=cnvvk.esc@netcom.com>
  11. Distribution: usa
  12. Date: Thu, 27 Aug 1992 16:01:52 GMT
  13. X-Disclaimer: This message was written by an unauthenticated user
  14.               at Oracle Corporation.  The opinions expressed are those
  15.               of the user and not necessarily those of Oracle.
  16. Lines: 22
  17.  
  18. In article <z=cnvvk.esc@netcom.com> esc@netcom.com (Steve Etchelecu) writes:
  19. >
  20. >I am looking for a method to inquire on the current value for
  21. >the MAXDATAFILES parameter which was set when a database is created.
  22. >
  23. >More importantly, I am looking for a method to increase this value
  24. >without having to recreate the database.
  25. >
  26. >Any help would be greatly appreciated.
  27. >
  28. >Thanks,
  29. >Steve Etchelecu
  30. >esc@netcom.netcom.com
  31.  
  32. I don't know any way to find the current MAXDATAFILES; however, if you
  33. want to increase it with out re-creating your database use the 
  34. CREATE CONTROLFILE command to re-create your control files with a larger
  35. value for MAXDATAFILES.  I don't think the command is documented in the
  36. DBA guide for V6, it was added in 6.0.27 I believe.  You will find it  
  37. documented in the readme file in the rdbms directory.  Be very careful
  38. with this command, make sure you have a cold backup of all your database
  39. files (i.e. redo,control, and data) before using it. Good luck, -d                
  40.