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

Home -> Community -> Usenet -> c.d.o.tools -> Re: last SCN?

Re: last SCN?

From: Jared Still <jkstill_at_cybcon.com>
Date: Sun, 22 Apr 2001 13:04:06 -0700
Message-ID: <te6e8um9kcr7a6@corp.supernews.com>

<posted & mailed>

Sven Schäfer wrote:

> Hello,
> is there a view in Oracle that contains the last SCN a file was
> timestamped with?

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

-- 
Jared Still
jkstill_at_cybcon.com
Received on Sun Apr 22 2001 - 15:04:06 CDT

Original text of this message

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