ORA-00059 - maximum number of db_files exceeded : FIX
There is an easy fix for the below issue.
Try to shutdown the Database first.
Go to the oracle pfile location
edit init.ora file with the below code
DB_FILES=999
and save the file
startup mount;
it should be able to start with out having this error. its a simple fix.
Comments
Post a Comment