We have reached to the limit of data files in our production DB and currently we cannot add data files.
Today we have a maintenance window and I want to increase the parameter DB_FILE and boune the DB.
Following some details:
DB version : 10.2.0.4
OS version: Sun Sparc Solaris 5.10 64 bit
DB_FILE=10000
Yes, I've already configured DBFs size of tablespaces which contain large amount of data files.
So, I hope increasing from 10,000 to 15,000 will give me peace for long time...
Thanks
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
While 43TB is a large database by any standard, you might benefit from looking through all of your table spaces and checking if you are using good storage methods. I.e. that you don't have 5 or 10 data files attached to a table space when 1 or 2 will do. That you don't have excessively large blocks sizes in table spaces where you have a lot of smaller tables, etc. The larger the database grows the more room there is for pruning. IMHO, small bites of 5-10 table spaces at a time would make more sense than larger changes.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Bookmarks