Oracle建数据文件提示ORA-00059: maximum number of DB_FILES exceeded的解决办法
October 14, 2011 | tags Oracle | views
Comments 7
shutdown;
startup nomount;
alter system set db_files=2000 scope=spfile;
shutdown;
startup;