Archive files for database are generating very quickly

I could see that the archive files for my database are generating very quickly (i.e for every 2 minutes) which fast and filling up my archive file location mount point. How to troubleshoot the issue?
Thanks,
Sunil.

Hi,
Archive log generation is the result of DML activity against your database. Your redo log file size seems to be very small. Increase redolog file size by at least 10 times of the current size to make a log switch happen approximately after 20 minutes.
Asif Momen
http://momendba.blogspot.com

Similar Messages

  • Can't find init file for Database

    Hi,
    I just installed 9i R2 on Redhat 7.3 and when I create a database with dbca, the db is created and up running fine. However, when I shut the db down and try to restart it, it says 'Can't find init file for Database "db_name"'. Anyone got any ideas?
    Thanks!

    While connected as sysdba issue :
    CREATE PFILE FROM SPFILE;
    --This creates an initSID.ora file under $ORACLE_HOME/dbs.
    You can edit this file to modify any init parameters.
    To have the effect this these new parameters startup the database with:
    STARTUP PFILE=$ORACLE_HOME/initSID.ora.
    To create spfile with the modified values use:
    CREATE SPFIL FROM PFILE;
    Once you create the SPFILE and when you start the db, SPFILE will be used.
    HTH
    Thanks
    CP

  • The log file for database 'tempdb' is full

    Hi Experts,
    in my sync RFC to JDBC scenario I get the following error message which says:
    11.02.2009 11:23:20 Error Unable to execute statement for table or stored procedure.
    'Trns' (Structure 'XYZ')
    due to java.sql.SQLException:
    [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]
    The log file for database 'tempdb' is full. Back up the transaction
    log for the database to free up some log space.
    11.02.2009 11:23:20 Error JDBC message processing failed;
    reason Error processing request in sax parser: Error when executing
    statement for table/stored proc. 'Trns' (structure 'XYZ'):
    java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]
    The log file for database 'tempdb' is full. Back up the transaction log
    for the database to free up some log space.
    see here:
    http://img23.imageshack.us/img23/6541/unbenannthd9.jpg
    does anyone know how to solve this problem?
    thanks
    chris

    Christian,
    See this page for more information on the error you're getting: http://sqlserver2000.databases.aspfaq.com/why-is-tempdb-full-and-how-can-i-prevent-this-from-happening.html.
    Kind regards,
    Koen

  • I have 111 files to send. Why only 50 files. You are not very smart to do it this way.

    I have 111 files to send Why only 50 files. You are not very smart to do it this way.

    Hi,
    If you want to send more than 50 files, you can zip them up into a single file and send them that way. (Note that zip files aren't previewable by the recipient. They need to be downloaded.)
    You might want to check the thread: Re: Is there any way around the limit of 50 files in Adobe Send?
    The feedback has been sent to the engineering team to consider.
    Regards,
    Rave

  • Webutil to move files for database bfile

    Our application (ported from Forms 6i) uses bfiles in the database as one means of storing binary files in the database. One limitation was the fact we had to create a wide-open file share for the directory that files were copied to.
    Now that we are using WebUtil, it seems like the desktop no longer needs the open share, but the midtier server now does.
    Can this be done in such a way that the files can get to the database server directly without resorting to file sharing on systems?

    Actually, our application support blobs and bfiles, so we already do both. It's just that the bfiles wind up being local to the midtier, so we have to create a share directory on the db host, so when Forms (using webutil now) drops off the files, the database then has it local.
    I was kind of hoping someone has done this and would share some code.

  • Sample dbora file for database having ASM installed

    Hi
    I have oracle DB10g running on redhat AS 4.
    Pliz show me a sample dbora file for a database having ASM installed.
    My dbora file doesn't start my dayabase and ASM instance, and i have to start them manually after rebooting the mechine

    I have used this manual for installing ASM on my mechine.I have double checked everything.now the problem is certainely my dbora file.
    When i configure my dbora file to start database the time mechines reboots.it doesn't work.
    and it gives me that error.
    But after commenting dbora file and starting database and listener and emctl manually.everything works fine all the instances are available..no problem...
    I can't figure out what the problem is ,what 's wrong with my dbora file

  • Why won't the archive file for photoshop elements 11 download?

    Why won't my photoshop elements 11 archive file download?

    David L Trotman please try downloading Photoshop Elements by following the directions listed at http://prodesigntools.com/photoshop-elements-11-direct-download-links-pse-premiere-pre.htm l.  Please make sure to complete the Very Important Instructions section prior to scrolling down the page and clicking on the download link.

  • Need how to create DTD file  for database elements

    can any one write the DTD file for below query?
    SELECT TRX_NUMBER,
    INVOICE_CURRENCY_CODE,
    CTT_TYPE_NAME ,
    RAC_BILL_TO_CUSTOMER_NAME ,
    FROM APPS.RA_CUSTOMER_TRX_PARTIAL_V V
    DTD file structure For below query(data from two tables) also?
    SELECT TRX_NUMBER,
    INVOICE_CURRENCY_CODE,
    CTT_TYPE_NAME ,
    RAC_BILL_TO_CUSTOMER_NAME ,
    V.RAT_TERM_NAME
    FROM APPS.RA_CUSTOMER_TRX_PARTIAL_V V,APPS.RA_CUST_TRX_TYPES_ALL H
    WHERE V.CUST_TRX_TYPE_ID=H.CUST_TRX_TYPE_ID;
    DTD file structure For below program (Data should be come in that loop formate (1st c1 loop then 2nd loop details then 1st loop)
    DECLARE
    cursor c1 is SELECT TRX_NUMBER,
    CUSTOMER_TRX_ID,
    INVOICE_CURRENCY_CODE,
    CTT_TYPE_NAME ,
    RAC_BILL_TO_CUSTOMER_NAME ,
    V.RAT_TERM_NAME
    FROM APPS.RA_CUSTOMER_TRX_PARTIAL_V V,APPS.RA_CUST_TRX_TYPES_ALL H
    WHERE V.CUST_TRX_TYPE_ID=H.CUST_TRX_TYPE_ID;
    cursor c2(P_CUSTOMER_TRX_ID number) is SELECT CL.INTERFACE_LINE_ATTRIBUTE1 ,
    CL.CUSTOMER_TRX_LINE_ID,
    MTL.SEGMENT1,
    MTL.DESCRIPTION
    FROM APPS.RA_CUSTOMER_TRX_LINES_V CL,
    APPS.MTL_SYSTEM_ITEMS_B MTL
    WHERE MTL.INVENTORY_ITEM_ID(+)=CL.INVENTORY_ITEM_ID
    AND MTL.ORGANIZATION_ID(+) = CL.WAREHOUSE_ID
    and cl.CUSTOMER_TRX_ID=P_CUSTOMER_TRX_ID
    BEGIN
    FOR I IN C1 LOOP
    DBMS_OUTPUT.PUT_LINE(I.TRX_NUMBER||I.CUSTOMER_TRX_ID||INVOICE_CURRENCY_CODE);
    FOR J IN C1(I.CUSTOMER_TRX_ID) LOOP
    DBMS_OUTPUT.PUT_LINE(J.INTERFACE_LINE_ATTRIBUTE1 ||J.CUSTOMER_TRX_LINE_ID||J.SEGMENT1);
    END LOOP;
    DBMS_OUTPUT.PUT_LINE(I.RAC_BILL_TO_CUSTOMER_NAME);
    END LOOP;
    END;

    how to create batch file for windows application ??
    I hava 2 jar files
         1) b.jar (not have main class)
         2) a.jar (have main class and dependent on b.jar)
    so how i call main class of a.jar     ??Just set the main class in the manifest of a.jar and make sure the manifest knows about b.jar
    http://java.sun.com/docs/books/tutorial/deployment/jar/index.html

  • Rman files for database load

    Hi All,
    We are using 11.2.0.2 Database.
    A customer of ours has sent us a copy of their database in rman format.
    There are no instructions with the files.
    The files sent are something that looks like it might be a control file, a number of backup files of varying sizes that look like backed up tablespaces / other files, and a final small file that has a suffix of bck.
    While we use rman for backup and recovery, we were suprised to be sent a database in this format with no instructions of how the rman backup was created. Generally we assumed that an rman back is best used to recover the database it was taken from rather than create a new one.
    If we'd been sent an export, it would have been easier to know what to do with it.
    Without knowing anymore than the above, does it seem possible to build a database from the files we have been given?
    Can we examine the control file and figure out what the rman command was that created the file set we received?
    thanks for your help.
    Tony

    I hoppe this help you
    Plz post the filenames, do you have de DBID ?, wich O.S. do you have ?
    The FORMAT clause can use substitution variables to differentiate backupsets by
    database, by piece, and so forth. Here are a few sample substitution variable types:
    ■ %d Database name
    ■ %e Archived log sequence number
    ■ %f Absolute file number
    ■ %F Combines the DBID, day, month, year, and sequence number, separated
    by dashes
    ■ %c Copy number for multiple copies in a duplexed backup
    ■ %I Database identifier (DBID)
    ■ %n Database name padded to eight characters
    ■ %p Piece number within the backupset
    ■ %s Backupset number
    ■ %t Backupset timestamp
    ■ %U System-generated unique filename (the default)
    Restore DB onto New Host
    1. Configure environment variables on the new host.
    2. Connect to the new target database with NOCATALOG.
    3. Set the DBID.
    4. Start the instance with NOMOUNT.
    5. Restore the SPFILE from backup.
    6. Shut down the new instance.
    7. Edit the PFILE.
    8. Start the instance with NOMOUNT (again) .
    9. Create an RMAN RUN block to restore the control file.
    10. Create an RMAN RUN block to restore and recover the database.
    11. Open the database with RESETLOGS.
    J.A.

  • Oracle9i files for Linux are corupted!!!!!

    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name
    - Filename
    - Date/Time
    - Browser + Version
    - O/S + Version
    - Error Msg
    I have downloaded those file 5 times until now and every single one of them is corupted.
    Anyone has any sugestions.
    I use 10 Mbit Fiberoptic link to download files!

    From reading the other messages in this forum I now know that I'm not alone.
    I was lucky enough to get a valid download for 9.2 database for linux but it took
    a number of tries. It would be helpful if there could be a number of published
    mirror sites to try downloading from. Perhaps this is already implemented
    transparently to the end user and it's just luck of the draw that you hit a mirror
    that works...
    However, I've been having problems downloading ora9ias for about 4 days now.
    I'm probably making things worse for others because I've tried to download
    disk 1 and 4 at least 3 times and keep getting files that are close to the stated
    size but usually a few k bigger or smaller; then I get the invalid gzip file error
    message from gunzip. I've tried downloading from IE 5.5, netscape (from both
    windows and linux), trying various ways of downloading (holding shift, or right
    clicking with save as) and still no luck.
    I'll keep trying, but if anyone has any solutions please publish them to this forum.
    thanks.

  • SAP GRC 5.3 - Standard Text files for RAR - Are they complete

    Dear All,
    Whether the standard text file SoD rule set provided by SAP covers all the standard SAP transaction codes which are available in ECC6.0 and other systems as well.
    Because we found that there are some t-codes which are not form part of Standard SoD Rule set say eg., MIGO_TR - Transfer posting, ME11, ME58 - Create PO, CKME - Release planned prices etc.,. like this there are some standard t-codes which are not part of the functions in standard rule set
    We have a challenge from the client that Standard rule set provided by SAP might have covered all the standard t-codes for SoD rule set and it has to be only customized to the extent of Custom t-codes (Y & Z T-codes).
    Is this correct? How frequently the text files are updated. I remember the last release of text files is along with 5.3 version and there is no change from then onwards i.e. increasing t-codes in functions or increase in risks.
    Please advise.
    Thanks in Advance,
    Best Regards,
    Srihari.K

    Sri,
    From SAP: u201CThe SAP ruleset will never be 100% complete as the definition of "complete" is unique for each company.  SAP goal is to ensure that the rules we provide are accurate and address the major segregation of duties concerns.u201D
    A clear point that reflects that, it is that you will have to do the exercise to identify, analyze and include every Z (custom) transactions used by your customer within the standard SoD Matrix that SAP provides.
    SAP provides updates for the Rule Set every Quarter.
    To get the latest SoD Matrix and key information regarding this topic please refer to SAP Notes:
    986996
    1326497
    Hope it helps. Regards,
      Imanol

  • How many appsutil.zip files for database server w/multi application tiers

    Hi Gurus,
    Two questions needing your help:
    1) Patching in a multiple application tiers systems, do we need to create the appsutil.zip file from each application tier (three) and ship it to each of the database tier (two) and unzip appsutil.zip?
    Go to Apps tier and create the appsutil.zip file:
    perl <AD_TOP>/bin/admkappsutil.pl
    I am unable to find any document to address this question. Please help.
    2) Noticed $ORACLE_HOME/appsutil/admin directory missing following autoconfig per RUP7 patching
    Not sure what caused it.
    Thanks,
    Newbie

    Hi,
    1) Patching in a multiple application tiers systems, do we need to create the appsutil.zip file from each application tier (three) and ship it to each of the database tier (two) and unzip appsutil.zip?
    Go to Apps tier and create the appsutil.zip file:
    perl <AD_TOP>/bin/admkappsutil.pl
    I am unable to find any document to address this question. Please help.You will have to do this only once (not three times).
    2) Noticed $ORACLE_HOME/appsutil/admin directory missing following autoconfig per RUP7 patching
    Not sure what caused it.Please see if (Note: 820077.1 - How To Recreate The Missing "scripts" Folder Under $ORACLE_HOME/appsutil On the Database Tier Server ?) helps. Once you follow all the steps, run AutoConfig on the database tier and see if the directory still there or not.
    Regards,
    Hussein

  • WHAT IS THE QUICKEST WAY to find where my media cache files for PrPro are stored on my computer?

    I'd like to delete them.
    Do I run any risks by deleting everything in that folder, WHEREVER it may be, now?
    Thanks!
    Matt

    Thanks Jim,
    When I go there and try to empty the cache, the application freezes.
    So I wanted to delete them manually, by hand, but cannot readily find them anywhere on my computer.
    Hence the question?
    Matt

  • Reg Archive files

    I want to know where the archive files will be stored, is it in application server, if i use the function module SUBST_GET_FILE_LIST, can i fetch the files for a particular directory, as i am able to fetch application server files, but i want to know whether i can fetch archive files.
    Thanks & regards.
    venkat.

    Venkat,
              Archived files are normally stored in External storage devises. Generally data which is old and not very frequently acessed is archived, to improve the afficiency of the SAP R/3 system.
              Yes you can retreive archived files. There are standard programs to retrieve archived files.
    For eg: RM06ER30 to retrieve archided Purchase Documents etc.
    a Basis consultant plays the significan role to manage the storage decises such as providing ACESS to the archived data in external storage devises.
    Hope this explanation of mine helps you.
    Murthy.

  • My archive files have disappeared after re-installation.

    I recently re-installed Thunderbird, only to find that while my four years of archives are shown on the left panel, the relevant years are EMPTY. Current archiving works fine, but I'm unable to access my previous FOUR YEARS of archives. How is this possible? What happened? And is there some way to retrieve the missing files? If not, this is very bad news for Thunderbird. I've used Thunderbird for ten years or more and nothing like this happened before. PLEASE ADVISE WHAT CAUSED THIS AND IF IT CAN BE REVERSED.
    Thank you.

    Hi Matt:
    Thanks for your suggestion, but PROPERTIES shows all files have 0 content. Tried REPAIR, but folders remain blank. How on earth did this happen, I wonder? Archive files for 2012, 2013 and 2014 (except for two recent saves) all empty....
    So it goes .....Will be more careful in future and save important files to hard disk .....
    wordsmyth

Maybe you are looking for