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"
><[EMAIL PROTECTED]>
>To: Multiple recipients of list ORACLE-L
><[EMAIL PROTECTED]>
>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: [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