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

Home -> Community -> Usenet -> c.d.o.server -> equiv to dbms_flashback.get_system_change_number() of 9i at 8.1.5

equiv to dbms_flashback.get_system_change_number() of 9i at 8.1.5

From: Frank Zaum <FrankZaum_at_yahoo.de>
Date: 15 Oct 2002 10:58:50 -0700
Message-ID: <e98147be.0210150958.5c7c8879@posting.google.com>


Hi experts,

I am wondering if theres an equivalent to this 9i select statement at 8i:

select dbms_flashback.get_system_change_number from dual;

or do i have to look up the redo logs for that information ?

i am also wondering if there are other "events" that increase the scn except

alter system checkpoint,
alter system switch logfile,
commit.

i could not find this info in the FAQ, nor could i find it in the documentation. and, could anyone explain to me why the scn is always increased by at least 2 ?

thanks,

Frank Zaum,

Salzgitter Received on Tue Oct 15 2002 - 12:58:50 CDT

Original text of this message

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