How to delete soamanager's log data?

I know the log data and traces saved in table SRT_MONLOG_DATA2 and SRT_MONI_PAYLTRC,
But I don't know whick standard functin or TCdoe can delete the log data and traces,
if anyone knows,show me please.

you cannot. not even in a test system.
of course you can delete the structure from customizing, but this does not make the data go away. Contrary, you may just get a lot of errors when you touch this data.
You usually have to archive all trasnactonal and master data . But you can only archive closed business processes, which is for most data in the test system not the case.

Similar Messages

  • *HOW TO DELETE THE ARCHIVE LOGS ON THE STANDBY*

    HOW TO DELETE THE ARCHIVE LOGS ON THE STANDBY
    I have set the RMAN CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON STANDBY; on my physical standby server.
    My archivelog files are not deleted on standby.
    I have set the CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default on the Primary server.
    I've checked the archivelogs with the FRA and they are not beign deleted on the STANDBY. Do I have to do something for the configuation to take effect? Like run a RMAN backup?
    I've done a lot ofresearch and i'm getting mixed answers. Please help. Thanks in advanced.
    J

    Setting the Policy will not delete the Archive logs on the Standby. ( I found a thread where the Data Guard product manager says "The deletion policy on both sides will do what you want" ). However I still
    like to clean them off with RMAN.
    I would use RMAN to delete them so that it can use that Policy are you are protected in case of Gap, transport issue etc.
    There are many ways to do this. You can simply run RMAN and have it clean out the Archive.
    Example :
    #!/bin/bash
    # Name: db_rman_arch_standby.sh
    # Purpose: Database rman backup
    # Usage : db_rman_arch_standby <DBNAME>
    if [ "$1" ]
    then DBNAME=$1
    else
    echo "basename $0 : Syntax error : use . db_rman_full <DBNAME> "
    exit 1
    fi
    . /u01/app/oracle/dba_tool/env/${DBNAME}.env
    echo ${DBNAME}
    MAILHEADER="Archive_cleanup_on_STANDBY_${DBNAME}"
    echo "Starting RMAN..."
    $ORACLE_HOME/bin/rman target / catalog <user>/<password>@<catalog> << EOF
    delete noprompt ARCHIVELOG UNTIL TIME 'SYSDATE-8';
    exit
    EOF
    echo `date`
    echo
    echo 'End of archive cleanup on STANDBY'
    mailx -s ${MAILHEADER} $MAILTO < /tmp/rmandbarchstandby.out
    # End of ScriptThis uses ( calls an ENV) so the crontab has an environment.
    Example ( STANDBY.env )
    ORACLE_BASE=/u01/app/oracle
    ULIMIT=unlimited
    ORACLE_SID=STANDBY
    ORACLE_HOME=$ORACLE_BASE/product/11.2.0.2
    ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
    LIBPATH=$LD_LIBRARY_PATH:/usr/lib
    TNS_ADMIN=$ORACLE_HOME/network/admin
    PATH=$ORACLE_HOME/bin:$ORACLE_BASE/dba_tool/bin:/bin:/usr/bin:/usr/ccs/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:/usr/lbin:/GNU/bin/make:/u01/app/oracle/dba_tool/bin:/home/oracle/utils/SCRIPTS:/usr/local/bin:.
    #export TERM=linux=80x25 wrong wrong wrong wrong wrong
    export TERM=vt100
    export ORACLE_BASE ORACLE_SID ORACLE_TERM ULIMIT
    export ORACLE_HOME
    export LIBPATH LD_LIBRARY_PATH ORA_NLS33
    export TNS_ADMIN
    export PATH
    export MAILTO=?? your email hereNote use the env command in Unix to get you settings.
    There are probably ten other/better ways to do this, but this works.
    other options ( you decide )
    Configure RMAN to purge archivelogs after applied on standby [ID 728053.1]
    http://www.oracle.com/technetwork/database/features/availability/rman-dataguard-10g-wp-1-129486.pdf
    Maintenance Of Archivelogs On Standby Databases [ID 464668.1]
    Tip I don't care myself but in some of the other forums people seem to mind if you use all caps in the subject. They say it shouting. My take is if somebody is shouting at me I'm probably going to just move away.
    Best Regards
    mseberg
    Edited by: mseberg on May 8, 2012 11:53 AM
    Edited by: mseberg on May 8, 2012 11:56 AM

  • How to delete all previous icloud data from current icloud after sighning in with the current icloud account

    so i sighned into someone elses device with the current icloud account and i sighned out. Some of the icloud data from the other device is now on mine. All i want to know is how to delete all the icloud data in my current icloud account from the other icloud account

    Hello ,
    I had the same problem and i have done everything manually.
    It's a shame that Apple doesn't put a "Reset to factory Settings" button or simply "Delete all data from iCloud.com". That way, it would be much simpler for everyone including myself.
    Winston Churchill is right unfortunately . Happy deleting !
    Kind Regards,
    Moonburn

  • How to delete diagnostics and usage data?

    I am using ipad1 and ipad2. How to delete diagnostics and usage data?
    Regards,
    Ms Ong

    You would have to restore the iPad and set it up as new. The data would eventually come back as you use the iPad so you may as well not worry about it. It uses very little space on the iPad.

  • How to delete Sharepoint Diagnostic log older than 5 months

    Hello , 
    How can I automate Sharepoint log deletion older than 5 months using powershell or C# code ?

    I ran across this code (frankly forgot where) a few years ago, originally to delete IIS logs, but I use if for everything.  It simply goes through each item in a folder and deletes by date.  I save the code below to a ps script, then call it with
    a batch file and schedule a task to run the batch file (reasoning is it is easier to schedule a task to run as a .bat file than .ps1.  Don't forget about changing the execution policy if you decide to use it on non-SharePoint servers as well.
    get-childitem -Path C:\inetpub\logs\LogFiles -recurse |
    where-object {$_.lastwritetime -lt (get-date).addDays(-7)} |
    Foreach-Object { del $_.FullName }

  • How to delete or Update the data in the MEAN table

    Hello Gurus,
    I would like to delete or update the data in the MEAN table...how to do it.
    Precisely I would like to change the status of Main EAN Indicator (field HPEAN).
    Kindly let me know ??
    Rehards
    Senthilll

    programmatically, you may use [BAPI_MATERIAL_SAVEDATA|https://www.sdn.sap.com/irj/scn/advancedsearch?query=bapi_material_savedata&cat=sdn_all] [EAN|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=bapi_material_savedata+ean&adv=false&sortby=cm_rnd_rankvalue]
    Regards,
    Raymond

  • How to delete old archived logs

    hai i am running oracle 9i in archive log mode
    my disk is about 90% full
    pls tell me how to delete archive logs that are very older

    Hi Rajeskm,
    First of all, archives should not be deleted, depending your backup policie, you can need them in a recovery. But if you want delete them, do:
    find <log_archive_dest>/ -name *.rdo (or extention used by you) mtime +<days ago> -exec rm{}\
    Explanation:
    Find -- The first, and most obvious, use is find's ability to locate old, big, or unused files, or files that you forgot where they are.
    mtime -- The mtime--modify time--is the time when the actual contents of a file was last modified. This is the time displayed in a long directoring listing (ls -l).
    rm -- Deletes a file without confirmation (by default).
    Regards,
    Jonathan Ferreira - Brazil
    http://www.ebs11i.com.br

  • How to delete the archive logs.

    Hi,
    I need to delete the archive logs in standby database which has been generated after created the restore point.
    SEQUENCE# APPLIED
    17 YES
    18 YES
    1 NO
    2 NO
    19 YES
    18 YES
    21 YES
    22 YES
    20 YES
    23 YES
    24 YES
    sequence 1,2 has been generated after created the restore point,how can i remove sequence# 1 and 2 from the v$archived_log;
    ways i have tried
    1.dropped the restore point during that time only the flashback logs has been deleted not the archive log
    2.manually tried from rman ,but i was not working.
    please help me out....
    ***points are waiting for you guys****

    Hi,
    I need to delete the archive logs in standby database which has been generated after created the restore point.
    SEQUENCE# APPLIED
    17 YES
    18 YES
    1 NO
    2 NO
    19 YES
    18 YES
    21 YES
    22 YES
    20 YES
    23 YES
    24 YES
    sequence 1,2 has been generated after created the restore point,how can i remove sequence# 1 and 2 from the v$archived_log;
    ways i have tried
    1.dropped the restore point during that time only the flashback logs has been deleted not the archive log
    2.manually tried from rman ,but i was not working.
    please help me out....
    ***points are waiting for you guys****

  • How to delete one gl account data in tables

    guys,
    please tell me how to delete data in one particular gl account in production server,
    rgds,

    Hello,
    Please do not carry out SE16N in production.
    Though tehnically it is possible to delete the table entries, but the production data CANNOT be deleted directly in production. If anything goes wrong, the things get messed up. You will be struck with inconsistencies.
    Regards,
    Ravi

  • How to delete an app's data?

    My iPhone's storage is full because some app's datas. An example is viber, my viber has 350MBs data although I don't have much saved conversations on it right now. I want to have those apps without those heavy datas. How can I?

    There isn't any option to delete an app's data outside of the app itself. If there isn't any data in the app that you want to keep you could delete the app and re-install it. http://support.viber.com/customer/portal/articles/1340317-how-to-uninstall-and-r e-install-viber-iphone-#.U3zltV69qlI

  • How to Delete Requests for Master Data Target

    In BW 7.0 (SP24) I'm struggling with a time dependent master data process chain load using BI 7 load methods (Transformation / DTP). The unique aspect of this is that we are required to start the process chain with an ABAP that deletes the master data. (RSDMDD_DELETE_BATCH). So a "Full" load is necessary. And we have to remove the previous PSA and Requests so that the DTP won't attempt to load (and ignore) the previous PSA.
    While deleting the previous PSA request is a straightforward operation in a process chain, there does not appear to be a function allowing us to delete the requests from a Master Data object. (info cube and OSD/DSO only).
    Does anyone know of an existing ABAP or Function Module that we can use to delete the existing requests from our object before we run our load processes ?
    Many thanks !

    Try the FM "RSDMD_DEL_MASTER_DATA".
    But before deleting the master data you have to make sure that this master data is not used anywhere i.e, delete all the transactional data first.
    U can also try RSDMD_DEL_PARALLELIZER

  • How to delete the warnning log in  CheckDB  LOG

    hi,experts,
    now, i have a trouble question.
    could you help me to solved it, thanks in advanced.
    SAP system(NetWeaver7.00), (T-code)DB13    there is a job named CheckDB.
    i deleted the NextExtent job in the 2009.10.1
    then, after 10 days, there was  a warning in the CheckDB  LOG.
    it is  u2193u2193u2193
      Database operation alert - level: WARNING, operation: cebskwfy.nxt, time: 2009-10-01 10.00.34, condition: Last successful 'nxt' operation older than 10 days
    Now, i want to Delete the log in the CheckDB LOG.
    but i dont know how to do.
    by the way.   the  object of (DBO)OPERATION_TOO_OLD is chk , and   the object of (DBO)OPERATION_TOO_OLD is blank.
    what is the difference bewteen them?
    thanks and regards.
    chu

    Thanks for your reply.
    If i am going to delete the log in the checkDBLOG,
    Can you tell me how to do.
    maybe it is not deleted in the sap system. i think.
    thanks and regards
    chu

  • How to delete all the PSA data in one go

    Hello Guys,
    I want to clear all the data from all the PSA tables at one shot, how can i do this??
    I have tried following things:
    1) I have gone to PSA root node and right click and then clicked on delete PSA data, but its showing me all the datasources and when i am executing that, it is deleting one by one(that i means i need to select individual datasource, which i do not want).
    2) Above specified step runs RSPSADEL1 in background , so i doubt whether it deletes psa data only or complete Table?
    3)I got the info from other posts that there is a fm which is RSATREE_PSA_DELETE_BATCH, but i need to make myself clear whether this fm deletes only data or complete Table?
    I am using sap-bw 3.5.
    Regards,
    Dolly

    Hi,
    there is one easy way to delete data from PSA .You can create a process chain have one delete data from PSA step where you need to give PSA table name and request older than (no of days before which you want to delete data ).
    Execute it and it will delete all the data before specified no of days .You can add multiple PSA tables here and can delete whole data in one go .
    Regards,
    Jaya

  • How to delete the OPMN logs

    Hi my oracle application server logs became very huge in size i wanted delete them
    if i remove the logs and save it is prompting check file and path is there any other way

    Kishore,
    Stop application server first and then delete the log files. Oracle application server will create these log files on next server starts.
    Thanks & Regards,
    Dharmendra
    http://soa-howto.blogspot.com

  • How to delete XP from a data disk ?

    My original XP disk on a single disk machine became corrupted, and would no longer boot.  But once installed in an external USB enclosure as a second disk for a newer PC with Windows 7,  the data and programs are still accessible.  What I would like to do is delete all the bits & pieces of XP, thus freeing up some disk space.  I have had no luck at all finding a source that lists the files & folders for the original XP installation, so I can delete them.  Any suggestions ?

     Directory of F:\winxp2
    07/25/2013  11:56 AM    <DIR>          .
    07/25/2013  11:56 AM    <DIR>          ..
    07/25/2013  11:52 AM    <DIR>          addins
    07/25/2013  11:56 AM    <DIR>          AppPatch
    04/14/2008  08:00 AM            82,944 clock.avi
    07/25/2013  11:52 AM    <DIR>          Config
    07/25/2013  11:52 AM    <DIR>          Connection Wizard
    07/25/2013  11:52 AM    <DIR>          Cursors
    07/25/2013  11:52 AM    <DIR>          Debug
    07/25/2013  11:52 AM    <DIR>          Driver Cache
    07/25/2013  11:56 AM    <DIR>          ehome
    04/14/2008  08:00 AM         1,033,728 explorer.exe
    04/14/2008  08:00 AM                80 explorer.scf
    07/25/2013  11:56 AM    <DIR>          Fonts
    07/25/2013  11:57 AM    <DIR>          Help
    04/14/2008  08:00 AM            10,752 hh.exe
    07/25/2013  11:56 AM    <DIR>          ime
    07/25/2013  11:57 AM    <DIR>          inf
    07/25/2013  11:52 AM    <DIR>          java
    07/25/2013  11:57 AM    <DIR>          L2Schemas
    07/25/2013  11:56 AM    <DIR>          Media
    07/25/2013  11:56 AM    <DIR>          msagent
    07/25/2013  11:52 AM    <DIR>          msapps
    04/14/2008  08:00 AM             1,405 msdfmap.ini
    07/25/2013  11:56 AM    <DIR>          mui
    07/25/2013  11:56 AM    <DIR>          Network Diagnostic
    07/25/2013  11:52 AM    <DIR>          pchealth
    07/25/2013  11:56 AM    <DIR>          PeerNet
    07/25/2013  11:52 AM    <DIR>          Provisioning
    04/14/2008  08:00 AM           146,432 regedit.exe
    07/25/2013  11:52 AM    <DIR>          repair
    07/25/2013  11:52 AM    <DIR>          Resources
    07/25/2013  11:52 AM    <DIR>          security
    07/25/2013  11:53 AM    <DIR>          system
    04/14/2008  08:00 AM               219 system.ini
    07/25/2013  11:57 AM    <DIR>          system32
    07/25/2013  11:52 AM    <DIR>          Temp
    04/14/2008  08:00 AM            94,784 twain.dll
    07/25/2013  11:54 AM    <DIR>          twain_32
    04/14/2008  08:00 AM            50,688 twain_32.dll
    04/14/2008  08:00 AM            49,680 twunk_16.exe
    04/14/2008  08:00 AM            25,600 twunk_32.exe
    04/14/2008  08:00 AM            18,944 vmmreg32.dll
    07/25/2013  11:56 AM    <DIR>          Web
    04/14/2008  08:00 AM                76 win.ini
    04/14/2008  08:00 AM           256,192 winhelp.exe
    04/14/2008  08:00 AM           283,648 winhlp32.exe
    07/25/2013  11:52 AM    <DIR>          WinSxS
    04/14/2008  08:00 AM               707 _default.pif
                  16 File(s)      2,055,879 bytes
                  33 Dir(s)  20,164,558,848 bytes free

Maybe you are looking for

  • Leopard USB and Firewire Ports

    With leopard 10.5.1 loaded, I frequently get the grey screen of death (kernal panic) if I have a USB device plugged in (other than the mouse and keyboard). I have Pantones's Huey (Screen calibrator) attached to the USB on my keyboard. After reading m

  • Text file to pdf conversion

    I have thousands of ASCII text files that I need to convert to PDF.  I have a trial version of Acrobat 9 pro that handles the batch conversion nicely.  The problem is that the files are not converting correctly.  They are 88 characters per line and 8

  • Have set up sync correctly, logs confirm sync is taking place, but nothing changes in my browsers. they are not updating to match eachother.

    have set up on 3 computers: 2 macs and 1 pc. was working perfectly before updating to new firefox. have updated all 3 browsers and linked to new sync account. now... nothing. the logs confirm a sync has happened - but nothing actually syncs. very fru

  • Value Added with iTunes Match?

    I'd like to try iTunes Match but am not sure it could offer any benifits beyond what I aleady have. I have an iMac that has my entire iTunes music Library (about 1000 songs) on it. I also have a MacBook Air, an iPhone and an Apple TV-2, all running t

  • System restore...I've got a bad feeling about this...

    I've downloaded 10.7.2 on my three Macs, an MB Air and a Mac Pro both at home and in the office.  The office Pro has seen some significant issues since the update.  After the update, my iPhoto was broken--it would not import photos either directly fr