We have a 4tb database with 64 tablespaces, 896 datafiles, putting this database in backup mode using alter tablespace begin backup commands would take 20 to 25 mins. Lately, it is taking over 2 hrs.
The only change before this unusually big difference was we moved to locally managed temporary tablespaces. I don't think this contributes in any way, but that was the only change on the database.
We tried different backup times, but still the same result.
I don't know what/where to start looking for this problem.
We have a 4tb database with 64 tablespaces, 896 datafiles, putting this database in backup mode using alter tablespace begin backup commands would take 20 to 25 mins. Lately, it is taking over 2 hrs.
unheard of this problem.
is it for one tablespace or for all tablespaces?
Have you ever dropped tablespace and recreated?
Meaning, is there any "gap" in tablespace numbers?
You can easily check in v$tablespace.
The load on the database has not been anything different, the usual jobs. I did check for any wait events.. there are a few on the file i/o but it is not too different ..regular waits .... i got the info from STATS$FILESTATXS
I checked for any unusual waits, but did not find any.
Btw, there was DB parm change since then we are having this problem.
SGA_MAX_SIZE was to 35GB. Before that it was not set, it was using the default(that is the sga size, 29GB). I'm reverting that change back this weekend.
Bookmarks