Where all the redo/archive log volume come from?

Hi,
I have a database with a size of around 50G. Thats not very much, but the crazy thing is that this database has a redo log volume per day that is nearly equal the size of the database:
-- Daily View
SQL> SELECT TRUNC(completion_time) AS time, ROUND(SUM(blocks * block_size)/1024/1024,2) AS size_mb, ROUND(SUM(blocks * block_size)/1024/1024/1024,2) AS size_gb FROM v$archived_log GROUP BY TRUNC(completion_time) ORDER BY 1 DESC;
TIME          SIZE_MB    SIZE_GB
2013-02-03    49599.7      48.44
2013-02-02   50104.63      48.93
2013-02-01   54466.36      53.19
2013-01-31   52935.41      51.69
2013-01-30   51596.85      50.39
-- Hourly View
SQL> SELECT TRUNC(completion_time,'HH24') AS time, ROUND(SUM(blocks * block_size)/1024/1024,2) AS size_mb, ROUND(SUM(blocks * block_size)/1024/1024/1024,2) AS size_gb FROM v$archived_log GROUP BY TRUNC(completion_time,'HH24') ORDER BY 1 DESC;
TIME          SIZE_MB    SIZE_GB
2013-02-03 23     160.68        .16
2013-02-03 22     163.73        .16
2013-02-03 21     195.65        .19
2013-02-03 20    4492.44       4.39
2013-02-03 19      176.3        .17
2013-02-03 18     4259.8       4.16
2013-02-03 17     226.99        .22
2013-02-03 16    5465.64       5.34
2013-02-03 15     166.47        .16
2013-02-03 14     165.05        .16
2013-02-03 13     253.33        .25
2013-02-03 12    9568.93       9.34
2013-02-03 11     391.14        .38
2013-02-03 10    9585.36       9.36
2013-02-03 09     160.02        .16
2013-02-03 08      200.1         .2
2013-02-03 07     166.66        .16
2013-02-03 06     267.45        .26
2013-02-03 05     309.26         .3
2013-02-03 04    1486.87       1.45
2013-02-03 03   11106.77      10.85
2013-02-03 02      318.1        .31
2013-02-03 01     147.47        .14
2013-02-03 00     165.47        .16
2013-02-02 23     160.17        .16
2013-02-02 22     159.25        .16
2013-02-02 21      205.9         .2
2013-02-02 20    4473.27       4.37
2013-02-02 19     124.64        .12
2013-02-02 18    4364.69       4.26
2013-02-02 17     295.02        .29
2013-02-02 16    5415.06       5.29
2013-02-02 15     166.22        .16
2013-02-02 14     166.83        .16
2013-02-02 13      84.62        .08
2013-02-02 12    9905.55       9.67
2013-02-02 11     418.31        .41
2013-02-02 10    9548.78       9.32
2013-02-02 09     166.51        .16
2013-02-02 08     204.88         .2
2013-02-02 07     167.37        .16I know that every database change produces redo, but why that much?
Is there a way to investigate further where all the redo information comes from?
Every 2 hours redo is backed up to tape.
There are no significant batches, shaking and shuffling the data around all the time.
Nearly all changes in this database is happening through user inputs.
Database is 11gR2 on Redhat 5.6.
Thanks
941743
Edited by: 941743 on 04.02.2013 15:32
Edited by: 941743 on 04.02.2013 15:33

I am afraid there is no easy and direct way to pull the answer from the data dictionary.
But with some work, you can get to the bottom of this.
This query shows you how much redo is used by the sessions in your system currently:
select a.sid , a.value  from v$sesstat a,  v$statname b
where a.statistic# = b.statistic#
and b.name = 'redo size'Unfortunately, I am not aware of a AWR view (license required!) that corresponds to v$sesstat, so it would not be easy to look back and see which session generated the redo.
One way is to troubleshoot the problem online, using a utility such as snapper- http://blog.tanelpoder.com/2010/03/22/oracle-session-snapper-v3-10/ . See which sessions generate most redo and see what SQL they are running at that time.
The other way is to create your own “repository”. Sample V$SESSION, v$sesstat , v$statname and possibly V$SQL frequently (every few seconds) and record how much redo and what SQLs are running by each session. Once you gather enough data, look which sessions had the biggest “redo size” delta and what SQL were they running at that time.
Iordan Iotzov
http://iiotzov.wordpress.com/

Similar Messages

  • Where does the Calendar and Home Calendar come from ?

    I have two iPhones, two iPads and a Mac that share one Apple id. Where do the Calendar and Home Calendar come from?

    Siretman wrote:
    I have two iPhones, two iPads and a Mac that share one Apple id. Where do the Calendar and Home Calendar come from?
    Are you asking which calender takes president?

  • Where does the JeelyBeans look and feel come from?

    Where does the JellyBeans Swing look & feel come from that is used in
    Workshop UI?
    -Nick

    Nick -- Thanks for the kind words.
    While we don't have plans to make the look and feel available outside of the IDE,
    you may want to check out some of the other look and feel resources within the
    Java community such as
    www.javootoo.com
    or
    http://directory.google.com/Top/Computers/Programming/Languages/Java/Class_Libraries/Graphics/User_Interface_Classes/Look_and_Feels/?tc=1
    We did use JDK 1.4 for Workshop and were very pleased with its performance and
    other aspects.
    - Pete Horadan
    Workshop Dev Mgr.
    "Nick Minutello" <[email protected]> wrote:
    I think it would be excellent if BEA made the JellyBeans look and feel
    freely available - even getting it added to the Sun JDK.
    There is a distinct interest in developing C# clients purely due to the
    fact
    that Swing doesnt perform and doesnt look good. JDK1.4 reportedly has
    numerous performance improvents. What is missing is a good look and feel.
    The Jelly Beans look and feel is quite good (I suspect that it is no
    accident that its flat look is similar to Visual Studion .NET.).
    I think that encouraging developers to remain with Java for GUI clients
    can
    only be good for Java and in turn J2EE as a whole. A pure java environment
    would be much better than a deliberatly mixed environment. Java RMI is
    much
    simpler than SOAP, etc.
    Aside from the ultruistic viewpoint, we would dearly like to use it in
    our
    Swing applications - perhaps we can stave off a turn to C# / .net clients.
    Regards,
    Nick
    "Carl Sjogreen" <[email protected]> wrote in message
    news:[email protected]...
    At this point we don't have plans to license the look and feel of the
    application (the swing components) separately, but I'd love to hearmore
    about what you had in mind.
    -Carl
    "Nick Minutello" <[email protected]>
    wrote
    in message news:[email protected]...
    I am really interested in the answer to this question... please
    =+=+=+=
    Does BEA have any intentions of making the look & feel commercially
    or
    freely
    available? (esp for existing, but potentially growing customers ;-)
    -Nick
    =+=+=+=
    -Nick
    "Ian M. Goldstein" <[email protected]> wrote in message
    news:[email protected]...
    It's homegrown. (There is no pluggable look-and-feel at this time.)
    Ian M. Goldstein
    Developer Relations Engineer
    BEA Systems, Inc.
    "Nick Minutello" <[email protected]>
    wrote
    in message news:[email protected]...
    Where does the JellyBeans Swing look & feel come from that is
    used
    in
    Workshop UI?
    -Nick

  • Where did the iPhoto 10 iCloud Photostream come from and how do I get rid of it?

    I just updated my MacBook Air to mavericks.  I have an iPad and iphone as well just updated to ios7.  My Mac updated iPhoto as well.  Now when I opened iPhoto I got my flickr and Facebook integrated folders in the left pane plus an iCloud photostream.
    I didn't have that before and it has 287 pictures pulled from many devices but I didn't set that up.  I only had/have a private photostream with a particular name and about 10 pics in it.  this new one is just called iCloud photostream and it has 287 pics of which some I know I took with my iPad and others with my iphone.  I of course sync both devices with my Mac so this pics are in my iPhoto library as well.
    Where did the iPhoto 10 iCloud Photostream come from and how do I get rid of it?

    In the iPhoto preferences turn PhotoStream off
    LN

  • Where does the «On my Mac» mailbox come from ?

    Hi ...  In the my Mail's Trash mailbox in the sidebar, recently a sub mailbox called «Sur mon Mac (On my Mac)» mailbox (see here) was created.  Where does it come from and what is it's purpose? 

    If you add/import your own mailboxes (I have a lot of them because I like to be organized), the system will automatically add a separate trash can for anything you may delete from one of those because the system treats those separately and, by default, assigns them to "on my Mac". If you delete anything from one of your own folders (not the system default mailboxes), it will wind up in the On My Mac trashcan.
    Any mailbox under my heading of IMPORT is considered "on my mac".

  • Where do the current iMac G5 iSights come from?

    Anyone buy an iMac G5 online from the Apple store in the month of December?
    Where did yours ship from (origination)? ie: Shanghai, Elk Grove, Kentucky
    If you ordered the wired keyboard instead of Bluetooth keyboard model G5 iSight, what is the suffix of your serial number? ie AZTAR, or WLTAU, or BZTAV?
    Thanks, just curious.
    iMac G5 iSight 20"   Mac OS X (10.4.3)  

    This is the way of my future iMac.
    The last town in this list is about 20km far from my village.(Spain, EastCoast)
    And I´m still waiting for the delivery...
    Shipment Picked Up ------- SHANGHAI, SH, CN ------- 08 Dec 200 09:30
    Depart Terminal ------- SHANGHAI, SH, CN ------- 09 Dec 2005 15:55
    Arrive Terminal ------ AMSTERDAM, NH, NL ------ 13 Dec 2005 07:00
    Out For Delivery ------ AMSTERDAM, NH, NL ------ 13 Dec 2005 14:23
    Arrive Terminal ------ PRAT DE LLOBREGAT, BR, ES ------ 16 Dec 2005 05:18
    Arrive Terminal ------ PATERNA, VA, ES ------ 16 Dec 2005 13:57
    Tendered for Delivery ------ PATERNA, VA, ES ------ 16 Dec 2005 14:17
    Out For Delivery ------ CASTELLON DE LA PLANA, CS, ES ------ 16 Dec 2005 15:05

  • Where do the SharePoint components for Powershell come from?

    I am just learning and I am trying out some scripts. As soon as I type in the Get-SPWeb command I get something like this.
    PS C:\Windows\system32> $web = Get-SPWeb "https://xyz.sharepoint.com/"
    The term 'Get-SPWeb' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
    path is correct and try again.
    At line:1 char:17
    + $web = Get-SPWeb <<<<  "https://xyz.sharepoint.com/"
        + CategoryInfo          : ObjectNotFound: (Get-SPWeb:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    Can someone please point me in the right direction?
    Thanks
    karl

    Hi Karl,
    If your workstation is on the same Active Directory domain as your SharePoint farm, you can also access SharePoint remotely via PowerShell remoting. You need to enable PowerShell remoting on your SharePoint servers and connect to them using PowerShell. Think
    of this as SSH and running an interactive console remotely.
    http://technet.microsoft.com/en-us/magazine/ff700227.aspx
    Once you're in the PowerShell remoting session, you can load the SharePoint PowerShell modules as was suggested earlier.
    Edwin Sarmiento SQL Server MVP | Microsoft Certified Master
    Blog |
    Twitter | LinkedIn
    SQL Server High Availability and Disaster Recover Deep Dive Course

  • GoldenGate : Why to read all the Redo or Archive, can't we skip ??

    Hi All,
    I have a big doubt if anyone can give clarity. The scenario is :- In my environment data is flowing from Oracle to Oracle but Huge transactions in Millions and we use this tool basically to improve LAG when we get data for reporting.
    Now let's say I have database user A which is doing some temporary transaction on source for couple of hours but it is HUGE and generating lot of archives AND we don't want to flow any data from the transaction being performed by user A - so we use EXCLUDEUSER A parameter.
    Now during same time if any other user say B is performing some operation in one table - we want it to flow, So it is flowing normally BUT the main problem is LAG increased like anything cause GoldenGate is now reading all the redo or archives which of no use and data is flowing very slowly :( :(
    My point was will it be also possible that I don't want my GoldenGate to read any redo log or archives if the user A is performing operation and read only those archives if user B or any other user is performing some operation. This will improve the LAG cause even though we ignore the particular user, It is still going to read all the redo or huge archives generated by user A or user B or whatever in sequence, Please correct me if I am wrong ?
    I suppose goldengate is going to read all the transaction regardless of A or B user. Only it will ignore the A and process transaction of B.
    I know it reads in sequence but can't it read specific archives which is useful instead of reading all.

    Hi Steven,
    Thanks for your reply.
    I agree with you that "normal" mode of GoldenGate is to capture changes and replicate them and Ofcourse I want it to capture any changes but I don't want it to pass through reading all the archives if I am ignoring one user who is performing HUGE temporary transaction and generating huge archives.
    It is going to slow down all the other small transaction changes cause it is passing through all those archives also which is of NO use. Do you mean that "Integrated mode" of new Goldengate version will work in that case ?
    Please help, I really need this information. It will help everyone.

  • Redo Archive Logs Missing

    Hi Gurus
    While Configuring Data Guard for ORacle 10g (10.2.0.4) 64 bits on Windows 2007 Server 64 bits.
    I got few questions
    1. What is the Default mode of Standby Database?
    2. Should we Always Start Physical Standby Database to Recover Missing Redo Archive Log?
    SQL> startup mount;
    ORACLE instance started.
    Total System Global Area 591396864 bytes
    Fixed Size 2067496 bytes
    Variable Size 163578840 bytes
    Database Buffers 419430400 bytes
    Redo Buffers 6320128 bytes
    Database mounted.
    SQL> alter databse recover managed standby database disconnect from session;
                   Database altered.
    3. When there are missing Redo Log Archives e.g.
    ----On Standby Database--------
    SQL> SELECT RESETLOGS_ID,SEQUENCE#,STATUS,ARCHIVED FROM V$ARCHIVED_LOG
    2 ORDER BY RESETLOGS_ID,SEQUENCE#;
    RESETLOGS_ID SEQUENCE# S ARC
    812980008 15 A YES
    812980008 16 A YES
    812980008 17 A YES
    812980008 18 A YES
    812980008 19 A YES
    812980008 20 A YES
    812980008 21 A YES
    812980008 22 A YES
    812980008 23 A YES
    812980008 24 A YES
    812980008 25 A YES
    RESETLOGS_ID SEQUENCE# S ARC
    812980008 26 A YES
    812980008 27 A YES
    812980008 28 A YES
    812980008 29 A YES
    812980008 30 A YES
    812980008 31 A YES
    812980008 32 A YES
    812980008 33 A YES
    812980008 34 A YES
    812980008 35 A YES
    812980008 36 A YES
    RESETLOGS_ID SEQUENCE# S ARC
    812980008 37 A YES
    812980008 38 A YES
    812980008 39 A YES
    812980008 40 A YES
    812980008 41 A YES
    812980008 42 A YES
    812980008 43 A YES
    29 rows selected.
    ---------------On Primary Database---------------------
    SQL> SELECT RESETLOGS_ID,SEQUENCE#,STATUS,ARCHIVED FROM V$ARCHIVED_LOG
    2 ORDER BY RESETLOGS_ID,SEQUENCE# ;
    RESETLOGS_ID SEQUENCE# S ARC
    *812980008 8 A YES*
    *812980008 9 A YES*
    *812980008 10 A YES*
    *812980008 11 A YES*
    *812980008 12 A YES*
    *812980008 13 A YES*
    *812980008 14 A YES*
    812980008 15 A YES
    812980008 15 A YES
    812980008 16 A YES
    812980008 16 A YES
    RESETLOGS_ID SEQUENCE# S ARC
    812980008 17 A YES
    812980008 17 A YES
    812980008 18 A YES
    812980008 18 A YES
    812980008 19 A YES
    812980008 19 A YES
    812980008 20 A YES
    812980008 20 A YES
    812980008 21 A YES
    812980008 21 A YES
    812980008 22 A YES
    RESETLOGS_ID SEQUENCE# S ARC
    812980008 22 A YES
    812980008 23 A YES
    812980008 23 A YES
    812980008 24 A YES
    812980008 24 A YES
    812980008 25 A YES
    812980008 25 A YES
    812980008 26 A YES
    812980008 26 A YES
    812980008 27 A YES
    812980008 27 A YES
    RESETLOGS_ID SEQUENCE# S ARC
    812980008 28 A YES
    812980008 28 A YES
    812980008 29 A YES
    812980008 29 A YES
    812980008 30 A YES
    812980008 30 A YES
    812980008 31 A YES
    812980008 31 A YES
    812980008 32 A YES
    812980008 32 A YES
    812980008 33 A YES
    RESETLOGS_ID SEQUENCE# S ARC
    812980008 33 A YES
    812980008 34 A YES
    812980008 34 A YES
    812980008 35 A YES
    812980008 35 A YES
    812980008 36 A YES
    812980008 36 A YES
    812980008 37 A YES
    812980008 37 A YES
    812980008 38 A YES
    812980008 38 A YES
    RESETLOGS_ID SEQUENCE# S ARC
    812980008 39 A YES
    812980008 39 A YES
    812980008 40 A YES
    812980008 40 A YES
    812980008 41 A YES
    812980008 41 A YES
    812980008 42 A YES
    812980008 42 A YES
    812980008 43 A YES
    812980008 43 A YES
    65 rows selected.
    Log 8, 9, 10, 11, 12, 13, 14, 15 are missing.
    How to Apply / Recover These Logs on Standby Database?
    Regards
    Thunder2777

    Hi
    Thunder2777 wrote:
    Hi Gurus
    While Configuring Data Guard for ORacle 10g (10.2.0.4) 64 bits on Windows 2007 Server 64 bits.
    I got few questions
    1. What is the Default mode of Standby Database?
    What is default mode? I think you want ask in what mode standby database is apply redo logs.
    Standby database can apply received redo only MOUNT mode, (your version is 10g, after 11g can apply open mode with READ ONLY WITH APPLY)
    2. Should we Always Start Physical Standby Database to Recover Missing Redo Archive Log?
    If Standby database opened mount mode, then database can receive redo.
    If you are start Redo Apply then MPR can request from primary for missing redo logs.
    SQL> startup mount;
    ORACLE instance started.
    Total System Global Area 591396864 bytes
    Fixed Size 2067496 bytes
    Variable Size 163578840 bytes
    Database Buffers 419430400 bytes
    Redo Buffers 6320128 bytes
    Database mounted.
    SQL> alter databse recover managed standby database disconnect from session;
                   Database altered.
    It is started recovery, in other words Redo Apply (MRP0 process)
    >
    3. When there are missing Redo Log Archives e.g.
    ----On Standby Database-------->
    SQL> SELECT RESETLOGS_ID,SEQUENCE#,STATUS,ARCHIVED FROM V$ARCHIVED_LOG
    2 ORDER BY RESETLOGS_ID,SEQUENCE#;
    RESETLOGS_ID SEQUENCE# S ARC
    812980008 15 A YES
    812980008 16 A YES
    812980008 17 A YES
    812980008 18 A YES
    812980008 19 A YES
    812980008 20 A YES
    812980008 21 A YES
    812980008 22 A YES
    812980008 23 A YES
    812980008 24 A YES
    812980008 25 A YES
    RESETLOGS_ID SEQUENCE# S ARC
    812980008 26 A YES
    812980008 27 A YES
    812980008 28 A YES
    812980008 29 A YES
    812980008 30 A YES
    812980008 31 A YES
    812980008 32 A YES
    812980008 33 A YES
    812980008 34 A YES
    812980008 35 A YES
    812980008 36 A YES
    RESETLOGS_ID SEQUENCE# S ARC
    812980008 37 A YES
    812980008 38 A YES
    812980008 39 A YES
    812980008 40 A YES
    812980008 41 A YES
    812980008 42 A YES
    812980008 43 A YES
    29 rows selected.
    ---------------On Primary Database---------------------
    SQL> SELECT RESETLOGS_ID,SEQUENCE#,STATUS,ARCHIVED FROM V$ARCHIVED_LOG
    2 ORDER BY RESETLOGS_ID,SEQUENCE# ;
    RESETLOGS_ID SEQUENCE# S ARC
    *812980008 8 A YES*
    *812980008 9 A YES*
    *812980008 10 A YES*
    *812980008 11 A YES*
    *812980008 12 A YES*
    *812980008 13 A YES*
    *812980008 14 A YES*
    812980008 15 A YES
    812980008 15 A YES
    812980008 16 A YES
    812980008 16 A YES
    RESETLOGS_ID SEQUENCE# S ARC
    812980008 17 A YES
    812980008 17 A YES
    812980008 18 A YES
    812980008 18 A YES
    812980008 19 A YES
    812980008 19 A YES
    812980008 20 A YES
    812980008 20 A YES
    812980008 21 A YES
    812980008 21 A YES
    812980008 22 A YES
    RESETLOGS_ID SEQUENCE# S ARC
    812980008 22 A YES
    812980008 23 A YES
    812980008 23 A YES
    812980008 24 A YES
    812980008 24 A YES
    812980008 25 A YES
    812980008 25 A YES
    812980008 26 A YES
    812980008 26 A YES
    812980008 27 A YES
    812980008 27 A YES
    RESETLOGS_ID SEQUENCE# S ARC
    812980008 28 A YES
    812980008 28 A YES
    812980008 29 A YES
    812980008 29 A YES
    812980008 30 A YES
    812980008 30 A YES
    812980008 31 A YES
    812980008 31 A YES
    812980008 32 A YES
    812980008 32 A YES
    812980008 33 A YES
    RESETLOGS_ID SEQUENCE# S ARC
    812980008 33 A YES
    812980008 34 A YES
    812980008 34 A YES
    812980008 35 A YES
    812980008 35 A YES
    812980008 36 A YES
    812980008 36 A YES
    812980008 37 A YES
    812980008 37 A YES
    812980008 38 A YES
    812980008 38 A YES
    RESETLOGS_ID SEQUENCE# S ARC
    812980008 39 A YES
    812980008 39 A YES
    812980008 40 A YES
    812980008 40 A YES
    812980008 41 A YES
    812980008 41 A YES
    812980008 42 A YES
    812980008 42 A YES
    812980008 43 A YES
    812980008 43 A YES
    65 rows selected.
    Log 8, 9, 10, 11, 12, 13, 14, 15 are missing.It is no missing, you are created standby database, after sequence 15.
    As you know , if a sequence redo is not applied, then after is sequenced redo log is cannot apply to standby database.
    It means GAP.
    There have 43 archived redo log, and your last sequenced archive log received by standby database
    and applied.
    You can check with following scripts, too
    select max(Sequence#) from v$archived_log; -- on primary
    select max(Sequence#) from v$archived_log where applied = 'YES';  - on standby  Regards
    Mahir M. Quluzade

  • Album artwork isn't showing up in album view (where all the albums are) but IS showing up when you drill into the specific album.

    The album artwork isn't showing up in the album view where all the different albums are shown but when you drill into the specific album then it is shown.  This seems to be a recent problem as it wasn't happening in the past.

    Nope, that doesn't work.  First, I manually manage the music, but even deleting and using auto-fill, doesn't put all the album art in place even though it is all on the songs in iTunes.  Even copying and pasting from iTunes to the iPhone does not get the artwork to show up, despite the fact it shows up in "Info" on the iPhone in iTunes.  Plus there seems no rhymn nor reason as to the missing artwork, some ripped songs have it, some purchased songs do not. Bizarre!  But I've run across this problem every since time I've restored an iPhone and had to redo the music separately, however, previously I could manually drop and drag the song over after the auto-fill to replace (after deleting on the iPhone) and the artwork would show up.  Not this time however.  This is one of those details I find extremely annoying!

  • I like to know the table name where all the Interface name ( Data Type and

    Dear Friends,
    I like to know the table name where all the Interface name ( Data Type and Message Type in IR ) is stored.
    Thanks.

    Hi,
    Please find the repository API’s in the SE24 class builder that can be used for accessing repository objects from the ABAP stack of SAP XI. Check CL_SRAPI* in the SE24 transactions for digging further.
    location of interface objects
    CL_SRAPI_DATA_TYPE---data type
    CL_SRAPI_DATA_TYPE_ENH---data type enhancement
    CL_SRAPI_FAULT_MESSAEG_TYPE--fault message type
    CL_SRAPI_MESSAGE_TYPE--message type
    CL_SRAPI_INTEGRATION_SCENARIO--integration scenario
    have a look at the table SXMSPMAST, SXMSCLUP & SXMSCLUR
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4fbe7b8e-0a01-0010-b69b-b7e717378f22#search=%22SXMSPMAST%20%2B%20XI%22
    That document has references to lot of tables maybe it can be of use to u.
    Look at the below thread for SXMB_MONI tables and Function module:
    In Which Database Table the Messages are Stored in XI
    Message Monitoring  --> corresponding tables?
    Edited by: Dharamveer Gaur on Oct 8, 2008 10:40 AM

  • Where are the files and logs store in Mac while surfing internet?

    Hi everyone,
    I just switch over to Mac from windows recently. I was wondering where are all the temp. internet log and files store in Macbook Pro while surfing the internet. In windows its in temporary internet folder but how about Mac.
    I do know we can clear the cache when in Safari. However does it really clear all the downloaded contents from internet?
    All advise are welcome!
    Thank you!!

    Not sure what you are looking for.  The directory your download files into is specified in the safari preferences.  Safari records some of its stuff (preferences, bookmarks, history, etc.) in ~/Library/Safari.  Finally the caches are in ~/Library/Caches.

  • A way to track where all the Sub Var are applied?

    Hopefully this is the section where to post.
    Is there a way of tracking where all the substitution variables are being used in the reports?
    Either in reports or calc scripts, or in a 3rd format, if there is one.
    We just don't want to open up each script individually and scan for use of the sub var, or open each report and see if it's used.

    Hi there,
    Is this HFM or Essbase?
    Regards,
    Thanos

  • Where can I find Firefox 7.0 to install? Is there a link maintained where all the firefox releases are available for users

    Hello Team,
    Is there a link maintained where all the firefox release and its patch are available for users to download & install

    You can get Firefox 7 here
    * http://releases.mozilla.org/pub/mozilla.org/firefox/releases/7.0.1/
    buit its reccomend to use Firefox 8

  • Table name where all the SAP Script names are stored

    Hi Gurus,
                   Can i know the table name where all the SAP Script names are stored in SAP Database.
                   Thanks in advance,
                    Shyam.

    Yes TNAPR is the table which contains sapscipts name and print program names.
    Step:1: Goto to the Table TNAPR using SE11
    Step:2: Get the Contents of the Table(CNTRLSHIFTF10)
    Step:3: On the Table Content Selection Screen, Type the driver program name in the field PGNAM and execute(F8).
    Step:4: FONAM field of the result display contains the SAPScript Name for our driver program.
    Regards,
    Lalit Mohan Gupta.

Maybe you are looking for

  • Routing issue with dual Ethernet NICs - Internal/External Configuration under Windows 8.1 - what am I doing wrong ?

    I have a PC hosting Windows 8.1, attached to two Networks. One leads to the internet - and uses the private IP address (172.*)  the other is purely internal (also using the private address 198.*) but,  has no internet connectivity.  I'm finding that

  • How can I export formatted text from a string indicator?

    Does someone know how I can export formatted text (i.e., parts of the text have different formatting, such as color, fontsize, etc.) from a string indicator? Using copy/paste does not work, as it only exports unformatted plain text.

  • Performance Problems in ADF

    I am having severe performance issue using ADF. Queries run very quickly, however, the framework will "hang" for up to 18 sec during "Resolving" step. Also, $$added root$$ appears to take at least 5 sec. Thus, a total of over 23 sec is added to the t

  • Access to 3rd party email from BT Mail

    I asked this question about a year ago but didn't get a satisfactory reply because the email migration was in full flow and there were lots of problems I have a BT Mail account which I use from home.  I also have a couple of business email accounts w

  • Thumbnail previews in OSX

    Hey guys I'm having alot of issues with thumbnail previews in Finder ever since I updated to Mavericks. Basically, any TIF-files that include layer masks won't show a preview at all in Finder. I just get the static TIF-file graphics, but no actual pr