Comments embedded.
On Sep 30, 9:02 am, Ganesh <
ganesh.tam...@gmail.com> wrote:
> I am using 8i.
8.1.6 ro 8.1.7? It DOES make a difference.
> I would like to know how exactly the next_change# is
> updated.
Then you read here:
http://download-west.oracle.com/docs/cd/A87860_01/doc/server.817/a76961/ch37.htm#6831
and discover that NEXT_CHANGE# is the first SCN in the first change
number in the next log to be archived. This is the first SCN in the
current redo log being written.
Because you don't understand how the view is populated. I explained
this at the top of this response.
> (But the value displayed is nearer to SCN for earlier
> backup) I am not able to understand why the next_change# is not
> getting updated.
It is, you simply don't know what causes that view to update. When
the current redo log group is archived you'll then see the
next_change# value increase, likely far past the value you'd expect to
see.
> Please let me know whether I am missing something
> here.
>
You are, and it's been explained to you.
> Thanks in advance,
> Ganesh Tambat
David Fitzjarrell