Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: 8i: how to find current scn number?
('binary' encoding is not supported, stored as-is)
SQL> create table scn(scn number);
Table created.
SQL> insert into scn values(userenv('COMMITSCN'));
1 row created.
SQL> select * from SCN;
SCN
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
![]() |
![]() |