ORA-00059: maximum number of DB_FILES exceeded [message #365102] |
Thu, 11 December 2008 00:06  |
dhimanvipin
Messages: 37 Registered: August 2008 Location: Gurgaon
|
Member |
|
|
Hi All,
I am getting following error during creating of tablespace.
I tried to reset this parameter but still facing the same issue-
I followed the following steps-
sql> connect sys as sysdba;
sql> show parameter db_files;
its showing 200.
sql> alter system set db_files = 256 scope = spfile sid ='emqa80';
SQL> shutdown immediate
SQL> startup
SQL> sho parameter db_files
now its showing 256 as i m logged in as sys.
now if again login to my SID(emqa80)
sql> connect system/emqa80@emqa80
sql>show parameter db_files;
Its again shwoing 200 and not 256.
I am still facing problem in dbf file creation.
could you please help me in this regards
Regards
Vipin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|