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;




发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。