You could try:

select 
    max(ktuxescnw * power(2,32) + ktuxescnb)
from 
    x$ktuxe;

This gives you the highest SCN recorded in
any of the undo segment headers.  This would
only be an approximation for Oracle 9, as the SCN
seems to increment every 3 seconds in the complete
absence of any active transactions - but in Oracle 8
I THINK it will give you the current SCN.


Regards

Jonathan Lewis
http://www.jlcomp.demon.co.uk

Coming soon a new one-day tutorial:
Cost Based Optimisation
(see http://www.jlcomp.demon.co.uk/tutorial.html )

____UK_______March 19th
____USA_(FL)_May 2nd


Next Seminar dates: 
(see http://www.jlcomp.demon.co.uk/seminar.html )

____USA_(CA, TX)_August


The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html


-----Original Message-----
To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
Date: 30 January 2003 15:38


>Hi!
>
>How do I find out the current scn number that the database is at?
>
>In 9i I could use dbms_flashback package...
>
>This is 8.1.7 on Solaris 8.
>
>Thanks,
>Helmut
>
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jonathan Lewis
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to