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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: 8i: how to find current scn number?

RE: 8i: how to find current scn number?

From: Stephane Faroult <sfaroult_at_oriolecorp.com>
Date: Thu, 30 Jan 2003 10:35:45 -0800
Message-ID: <F001.0053F347.20030130103545@fatcity.com>

 ('binary' encoding is not supported, stored as-is)

Connected to:
Oracle8i Enterprise Edition Release 8.1.7.3.0 - Production With the Partitioning option
JServer Release 8.1.7.3.0 - Production

SQL> create table scn(scn number);

Table created.

SQL> insert into scn values(userenv('COMMITSCN'));

1 row created.

SQL> select * from SCN;

       SCN



4.3002E+12

SQL> Unfortunately, you cannot directly 'SELECT' the function ...

>----- Original Message -----
>From: "Daiminger, Helmut"
><Helmut.Daiminger_at_KirchGruppe.de>
>To: Multiple recipients of list ORACLE-L
><ORACLE-L_at_fatcity.com>
>Sent: Thu, 30 Jan 2003 05:25:14
>
>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
>

Regards,

Stephane Faroult
Oriole

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephane Faroul
  INET: sfaroult_at_oriolecorp.com

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: ListGuru_at_fatcity.com (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).
Received on Thu Jan 30 2003 - 12:35:45 CST

Original text of this message

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