Home » RDBMS Server » Server Administration » RESETLOGS_CHANGE#
RESETLOGS_CHANGE# [message #163115] Tue, 14 March 2006 23:58 Go to next message
gajini
Messages: 262
Registered: January 2006
Senior Member
what does the parameter 'RESETLOGS_CHANGE#' of the view 'V$ARCHIVED_LOG' mean?

Can anyone explain me briefly?

When this parameter is useful?

Thanks,
Malru
Re: RESETLOGS_CHANGE# [message #163162 is a reply to message #163115] Wed, 15 March 2006 04:19 Go to previous messageGo to next message
Frank Naude
Messages: 4580
Registered: April 1998
Senior Member
It indicates if the log file is part of the current incarnation of the database or nor:

SQL> SELECT resetlogs_change#, count(*) FROM v$archived_log group by resetlogs_change#;

       RESETLOGS_CHANGE#   COUNT(*)
------------------------ ----------
       5,206,108,727,029        921

SQL> SELECT resetlogs_change# FROM v$database;

       RESETLOGS_CHANGE#
------------------------
       5,206,108,727,029
Re: RESETLOGS_CHANGE# [message #163540 is a reply to message #163115] Fri, 17 March 2006 03:08 Go to previous message
gajini
Messages: 262
Registered: January 2006
Senior Member
Hi Frank Naude ,

Thanks.

Can you please explain this with an example or in layman terms?

Thanks in advance,
Malru
Previous Topic: query doing full table scan
Next Topic: How do u overwrite a scheme of tables with another schema
Goto Forum:
  


Current Time: Fri Sep 20 12:37:28 CDT 2024