Skip to Main Content

Chinese

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-00059: maximum number of DB_FILES exceeded

AliceLiu123May 7 2013
ORA-00059: maximum number of DB_FILES exceeded
1.SQL> show parameter db_files
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
db_files integer 200
2.DB shutdown;
3.startup nomount;
alter system set db_files=2000 scope=spfile;
4.DB shutdown;
5.DB startup;

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 4 2013
Added on May 7 2013
0 comments
2,941 views