Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: FGRD Vs ARCH
When you use alter system archive log current, then your (foreground)
session will do the archiving, thus leaving a FGRD record in your
v$archived_log view.
Tanel.
> Dear Gurus,
>
> What is the difference FGRD and ARCH in v$archived_log.creator column.
> I understand FGRD is foreground process. Exactly in what scenario the
value will
> be populated as FGRD?
>
> I see something like below in my db.
> select recid,creator from v$archived_log
> RECID CREATOR
> ----- -------
> 1 FGRD
> 2 ARCH
> 3 ARCH
> 4 ARCH
> 5 ARCH
> 6 ARCH
> 7 ARCH
> 8 FGRD
> 8 rows selected
>
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author:
> INET: jaysingh1_at_optonline.net
>
> 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).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Tanel Poder INET: tanel.poder.003_at_mail.ee 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 Sun Dec 21 2003 - 05:44:24 CST