Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> too much references to old archive log in v$history_log

too much references to old archive log in v$history_log

From: Samuel Kortas <samuel.kortas4_at_libertysurf.fr>
Date: 24 Feb 2003 03:15:35 -0800
Message-ID: <52559e22.0302240315.1d0f7a8f@posting.google.com>


Hi there,

Could some one give me a clue on this concern? :

I am running an Oracle 9i database and I'm backuping it quite intensively.

I noticed that when I do a

   SQL> select * from v$log_history;

I get back the whole lists of backup files that ever have been used by the system.

I would assume that there must be a parameter limitating the number of archive file names remember by oracle to save disk space and do not let control file grows for ever... But what shall I do exactly?

Things I already tried with no success :

  I tried to set up MAXLOGHISTORY, shutdown and restarted my database, but   still have the same number of archivelog file name in v$log_history...

  While in Rman, I run DELETE ARCHIVELOG.   The unused file disapeared, but their references in v$log_history is   still there?

Thanks in advance for Any help or advice or comment!

Samuel Kortas Received on Mon Feb 24 2003 - 05:15:35 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US