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 -> Oracle Streams SCN instantiation

Oracle Streams SCN instantiation

From: sal <sal_at_codemaster.com>
Date: 20 Dec 2003 04:59:33 -0800
Message-ID: <87e15a44.0312200459.297623b4@posting.google.com>


Hello,

is way to get lowest SCN from table?
Oracle doc proposes using
DBMS_CAPTURE_ADM.PREPARE_TABLE_INSTANTIATION(table_name) or
DBMS_FLASHBACK.GET_SYSTEM_CHANGE_NUMBER(). Last one seems is not correct
because procedure returns current SCN.
The first procedure really records the lowest SCN of the table for instantiation but where?

--
SL
Received on Sat Dec 20 2003 - 06:59:33 CST

Original text of this message

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