|
Re: scn is 0 [message #578570 is a reply to message #578567] |
Fri, 01 March 2013 05:31 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
I have not looked at your jpg. In future, please follow the forum guidelines and use/copy paste, with code tags, from SQL*Plus when youi want to show something.
However, I assume that your datbase is not open:orcl>
orcl> select current_scn from v$database;
CURRENT_SCN
-----------
5519895
orcl> alter database close;
Database altered.
orcl> select current_scn from v$database;
CURRENT_SCN
-----------
0
orcl>
--
update: corrected my code tags!
[Updated on: Fri, 01 March 2013 05:32] Report message to a moderator
|
|
|
|
|
Re: scn is 0 [message #578574 is a reply to message #578571] |
Fri, 01 March 2013 05:49 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
v$instance.database_status is not relevant to this issue. Look up the view definition and you will see.
|
|
|
|