Database Administration (MOSC)

MOSC Banner

Do tempfiles count against the db_files initialization parameter?

edited Jan 25, 2014 12:40PM in Database Administration (MOSC) 7 commentsAnswered
Inherited responsibility for an Oracle 10GR2 database that is within 25 files of the db_files parameter value.

select count(*) from dba_data_files;

275;

show parameter db_files;

300

select count(*) from dba_temp_files;

9

Do the 9 temp files from the dba_temp_files table count against the threshhold set by the db_files parameter?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center