Archive logs are missing in hot backup

Hi All,
We are using the following commands to take hot backup of our database. Hot backup is fired by "backup" user on Linux system.
=======================
rman target / nocatalog <<EOF
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '$backup_dir/$date/%F';
run {
allocate channel oem_backup_disk1 type disk format '$backup_dir/$date/%U';
#--Switch archive logs for all threads
sql 'alter system archive log current';
backup as COMPRESSED BACKUPSET database include current controlfile;
#--Switch archive logs for all threads
sql 'alter system archive log current';
#--Backup Archive logs and delete what we've backedup
backup as COMPRESSED BACKUPSET archivelog all not backed up delete all input;
release channel oem_backup_disk1;
allocate channel for maintenance type disk;
delete noprompt obsolete device type disk;
release channel;
exit
EOF
=======================
Due to which after command (used 2 times) "sql 'alter system archive log current';" I see the following lines in alert log 2 times. Because of this all the online logs are not getting archived (Missing 2 logs per day), the backup taken is unusable when restoring. I am worried about this. I there any to avoid this situation.
=======================
Errors in file /u01/oracle/admin/rac/udump/rac1_ora_3546.trc:
ORA-19504: failed to create file "+DATA/rac/1_32309_632680691.dbf"
ORA-17502: ksfdcre:4 Failed to create file +DATA/rac/1_32309_632680691.dbf
ORA-15055: unable to connect to ASM instance
ORA-01031: insufficient privileges
=======================
Regards,
Kunal.

All thanks you for help, pleas find additional information. I goth the following error as log sequence was missing. Everyday during hotbackup, there are 2 missing archive logs, which makes our backup inconsistent and useless.
archive log filename=/mnt/xtra-backup/ora_archivelogs/1_32531_632680691.dbf thread=1 sequence=32531
archive log filename=/mnt/xtra-backup/ora_archivelogs/2_28768_632680691.dbf thread=2 sequence=28768
archive log filename=/mnt/xtra-backup/ora_archivelogs/2_28769_632680691.dbf thread=2 sequence=28769
archive log filename=/mnt/xtra-backup/ora_archivelogs/2_28770_632680691.dbf thread=2 sequence=28770
archive log filename=/mnt/xtra-backup/ora_archivelogs/1_32532_632680691.dbf thread=1 sequence=32532
archive log filename=/mnt/xtra-backup/ora_archivelogs/2_28771_632680691.dbf thread=2 sequence=28771
archive log filename=/mnt/xtra-backup/ora_archivelogs/2_28772_632680691.dbf thread=2 sequence=28772
archive log filename=/mnt/xtra-backup/ora_archivelogs/2_28772_632680691.dbf thread=2 sequence=28773
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 12/13/2012 04:22:56
RMAN-11003: failure during parse/execution of SQL statement: alter database recover logfile '/mnt/xtra-backup/ora_archivelogs/2_28772_632680691.dbf'
ORA-00310: archived log contains sequence 28772; sequence 28773 required
ORA-00334: archived log: '/mnt/xtra-backup/ora_archivelogs/2_28772_632680691.dbf'
Let me try the susggestions provided above.

Similar Messages

  • Find how many archive logs are generated and backup through RMAN

    friends,
    how many arhcive logs are generating between 2 consecutive backups through RMAN.
    Ur help is really appricated.
    Thanks

    Sorry, I misunderstood the question
    I think you are not asking how many logs are generated since last backup. My initial repy was the answer for this
    The answer of you question on 10G R2 is like below. Query groups your archivelog backup sessions and counts the logs in one session which is the number of generated archivelog file between two backup session/.
    select session_key,count(sequence#) from V$BACKUP_ARCHIVELOG_DETAILS group by session_key order by 1 desc
    Coskan Gundogar
    http://coskan.wordpress.com

  • How to determine which archive logs are needed in flashback.

    Hi,
    Let's assume I have archive logs 1,2,3,4, then a "backup database plus archivelogs" in RMAN, and then archive logs 5+6. If I want to flashback my database to a point immediately after the backup, how do I determine which archive logs are needed?
    I would assume I'd only need archive logs 5 and/or 6 since I did a full backup plus archivelogs and the database would have been checkpointed at that time. I'd also assume archive logs 1,2,3,4 would be obsolete as they would have been flushed to the datafiles in the checkpoint.
    Are my assumptions correct? If not what queries can I run to determine what files are needed for a flashback using the latest checkpointed datafiles?
    Thanks.

    Thanks for the explanation, let me be more specific with my problem.
    I am trying to do a flashback on a failed primary database, the only reason why I want to do a flashback is because dataguard uses the flashback command to try and synchronize the failed database. Specifically dataguard is trying to run:
    FLASHBACK DATABASE TO SCN 865984
    But it fails, if I run it manually then I get:
    SQL> FLASHBACK DATABASE TO SCN 865984;
    FLASHBACK DATABASE TO SCN 865984
    ERROR at line 1:
    ORA-38754: FLASHBACK DATABASE not started; required redo log is not available
    ORA-38761: redo log sequence 5 in thread 1, incarnation 3 could not be accessed
    Looking at the last checkpoint I see:
    CHECKPOINT_CHANGE#
    865857
    Also looking at the archive logs:
    RECID STAMP THREAD# SEQUENCE# FIRST_CHANGE# FIRST_TIM NEXT_CHANGE# RESETLOGS_CHANGE# RESETLOGS
    25 766838550 1 1 863888 10-NOV-11 863892 863888 10-NOV-11
    26 766838867 1 2 863892 10-NOV-11 864133 863888 10-NOV-11
    27 766839225 1 3 864133 10-NOV-11 864289 863888 10-NOV-11
    28 766839340 1 4 864289 10-NOV-11 864336 863888 10-NOV-11
    29 766840698 1 5 864336 10-NOV-11 865640 863888 10-NOV-11
    30 766841128 1 6 865640 10-NOV-11 865833 863888 10-NOV-11
    31 766841168 1 7 865833 10-NOV-11 865857 863888 10-NOV-11
    How can I determine what archive logs are needed by a flashback command? I deleted any archive logs with a SCN less than the checkpoint #, I can restore them from backup but I am trying to figure out how to query what is required for a flashback. Maybe this coincides with the point that flashbacks have nothing to do with the backups of datafiles or the checkpoints?

  • Archive logs are being shipped, but are not applied

    Hi everyone,
    Some strange things are happening when I try to configure an Oracle Data Guard setup. Currently I am at the point where the configuration has been completed, and I just need to sync the standby database to the primary one. I can see in the log files that the archive logs are being shipped, but they are not applied on the standby system.
    If I run "recover standby database;" manually in sqlplus I can see that it is trying to apply an archive log which is way too old (ORA-00279: change 9656498443 generated at 04/29/2008 08:45:08 needed for thread 1).
    In the alert log I can also see this error: Warning: Recovery target destination is in a sibling branch of the controlfile checkpoint. Recovery will only recover changes to datafiles.
    At this point I was thinking that the standby database might be on a different incarnation compared to the primary, but this is not the case, they are both in incarnation 6:
    6       6       MVF      4023175798       CURRENT 48493546257 13-06-21
    Does anyone have an idea how this could happen, and how I could fix this issue?
    Thanks, JM.

    The restore did not cause any errors to be displayed, so I assumed everything was ok.
    That's fair enough. 
    One thing I think might cause this behaviour is that the backup on the primary database is incremental,
    Yes...that may be an issue.  Best bet is to re-run your standby creation.....as you are doing.
    With version 11gR2 you also have the option of duplicate from active database which negates the need to copy your backupsets over to do the restore:  I find it a much simpler process than the rman backup, copy files over, restore and then recover process.
    http://www.oracle-base.com/articles/11g/data-guard-setup-11gr2.php
    Something worth considering.

  • Archived log is missing

    dear all,
                  i have rman backup taken and an archived log is missing .how can i recover my database using rman,your help appreciated.
    thanks and regards.

    You can't recover the database to any point in time or SCN that is on or after the beginning of the missing archivelog.  Oracle cannot and does not allow you to skip a missing archivelog.
    Thus, if the archivelog Sequence#1020 was for transactions from 10:01:01am to 10:48:42am of 25-Aug and is the missing archivelog, you can recover the database only upto 10:01:01am even if you have Sequence#1021 and subsequent archivelogs available.
    Note that if you have a database backup that began after 10:48:42am, you can use the more recent backup to ignore the missing Sequence#1020.
    Hemant K Chitale

  • How can I turn off archive logs are being generated by system? (ugrent)

    Dear all,
    How can I turn off archive logs are being generated by system?
    Best Regards,
    Amy

    Sorry not to you @kamran its to OP.accidently it reply button pressed for you
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145750508 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 262144 bytes
    Database mounted.
    SQL> alter database noarchivelog
      2  /
    Database altered.
    SQL> Khurram

  • Archive gap in 9.2, archive logs are gone

    Hi all,
    I've got an old 9.2.0.6 DataGuard setup, it's been running fine for years. We recently had to move our DR server to a new datacenter, so it got shut down, shipped and brought back up. The database came up fine, but now I see that I've got a gap where I'm missing 3 archive logs. And of course, something got screwed up on the primary database server, to the point that I don't have a backup of those archive logs, and they are not on the server (or the DR server). They got deleted, and they are GONE.
    So now I have to figure out the quickest/easiest way to get this resolved. I was thinking I could do an incremental backup on the primary server, from the proper SCN number. But now that I am looking at it, it looks like the 9i RMAN didn't have this feature (looks like it was introduced in the 10g RMAN).
    So at this point, is my only option to drop and re-create the DR database? Any other way to get around this?
    I appreciate any help!!

    Hello,
    No other way in 9i even when archives are no more exist.
    You have to recreate entire setup. :(
    Of course as you said incremental SCN it's of 10g. So go and re-build.
    TheBlakester          
    Handle:     TheBlakester  
    Status Level:     Newbie
    Registered:     Feb 9, 2006
    Total Posts:     127
    Total Questions:     20 (19 unresolved)
    Name     Brad Blake
    Location     Boulder, CO
    Occupation     DBA
    >
    Your all of the questions are unanswered except one, consider closing threads and keep the forum clean.
    Edited by: CKPT on Jul 6, 2012 6:18 AM

  • Archive logs are not transferred to STDBY database

    Hi,
    I have create a STDBY database (I am running the release 9.2.0.7.0).
    I see that the archivelogs are not correctly transferred into STDBY server.
    From Primary alert log, I see the following error:
    ARC1: Evaluating archive log 1 thread 1 sequence 16734
    ARC1: LGWR is actively archiving destination LOG_ARCHIVE_DEST_2
    ARC1: Destination LOG_ARCHIVE_DEST_2 archival not expedited
    ARC1: Beginning to archive log 1 thread 1 sequence 16734
    Creating archive destination LOG_ARCHIVE_DEST_1: '/backup/archivelogs/log1_16734.arc'
    ARC1: LGWR is actively archiving destination LOG_ARCHIVE_DEST_2
    Invoking non-expedited destination LOG_ARCHIVE_DEST_2 thread 1 sequence 16734 host STDBY_PROD
    ARC1: Completed archiving log 1 thread 1 sequence 16734
    Thu Nov 17 14:54:42 2011
    Errors in file /mnt/orclEBS/oracle/proddb/9.2.0/admin/PROD_ebslive/bdump/prod_arc0_5277.trc:
    ORA-03114: not connected to ORACLE
    Thu Nov 17 14:54:42 2011
    ARC0: FAL archive failed, see trace file.
    ARCH: FAL archive failed. Archiver continuing
    Thu Nov 17 14:54:42 2011
    ORACLE Instance PROD - Archival Error. Archiver continuing.
    ARCH: Connecting to console port...
    Thu Nov 17 14:54:42 2011
    ORA-16055: FAL request rejected
    ARCH: Connecting to console port...
    Thu Nov 17 14:54:42 2011
    Errors in file /mnt/orclEBS/oracle/proddb/9.2.0/admin/PROD_ebslive/bdump/prod_arc0_5277.trc:
    ORA-16055: FAL request rejected
    ARC0: Begin FAL archive (thread 1 sequence 16483 destination STDBY_PROD)
    Creating archive destination LOG_ARCHIVE_DEST_2: 'STDBY_PROD'
    Thu Nov 17 15:05:44 2011
    LGWR: I/O error 3114 archiving log 2 to 'STDBY_PROD'
    Thu Nov 17 15:05:44 2011
    Errors in file /mnt/orclEBS/oracle/proddb/9.2.0/admin/PROD_ebslive/bdump/prod_lgwr_5265.trc:
    ORA-03114: not connected to ORACLE
    Thu Nov 17 15:10:08 2011
    Errors in file /mnt/orclEBS/oracle/proddb/9.2.0/admin/PROD_ebslive/bdump/prod_arc0_5277.trc:
    ORA-03114: not connected to ORACLE
    Thu Nov 17 15:10:08 2011
    ARC0: FAL archive failed, see trace file.
    ARCH: FAL archive failed. Archiver continuing
    Thu Nov 17 15:10:08 2011
    ORACLE Instance PROD - Archival Error. Archiver continuing.
    ARCH: Connecting to console port...
    Thu Nov 17 15:10:08 2011
    ORA-16055: FAL request rejected
    ARCH: Connecting to console port...
    Thu Nov 17 15:10:08 2011
    Errors in file /mnt/orclEBS/oracle/proddb/9.2.0/admin/PROD_ebslive/bdump/prod_arc0_5277.trc:
    ORA-16055: FAL request rejected
    I see that both archiving destinations are VALID:
    SQL> select dest_id, dest_name, status from v$archive_dest_status where status != 'INACTIVE';
    DEST_ID ---------- DEST_NAME -------------------------------------------------------------------------------- STATUS
    1 LOG_ARCHIVE_DEST_1 VALID
    2 LOG_ARCHIVE_DEST_2 VALID
    SQL>
    TNSPING works properly in both directions, e.g. from PROD -> STDBY:
    $tnsping STDBY_PROD
    TNS Ping Utility for Linux: Version 9.2.0.7.0 - Production on 17-NOV-2011 16:56:40
    Copyright (c) 1997 Oracle Corporation. All rights reserved.
    Used parameter files:
    /mnt/orclEBS/oracle/proddb/9.2.0/network/admin/PROD_ebslive/sqlnet_ifile.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp) (HOST=EBSSTDBY) (PORT=1521)) (CONNECT_DATA=(SID=PROD)))
    OK (10 msec)
    Please help me to solve this issue.
    Thank you.

    A few notes :
    Troubleshooting Tips For Dataguard Switchover (9i and 10gR1) [ID 298986.1]
    Although it is about Switchover, it does mandate a password file exclusive. If the switchover requires the password file, shouldn't ARCH shipping require it ?
    Step By Step Guide To Create Physical Standby Database Using RMAN [ID 469493.1]
    also covers 9i with specific mentions of 9i differences from 10g. Passwordfile is not mentioned as different in 9i from 10g.
    Data Guard 9i - Net8 Configuration for a 2-node database environment. [ID 175122.1
    has log_archive_dest_2='SERVICE=NODE2STDBY.ACME.COM'    so it connects to the service
    *However* the document "Introduction to Oracle 9i Data Guard Manager" from
    Data Guard 9i Introduction to Data Guard Manager GUI [ID 150217.1]
    page 59 has this : "The creation process will attempt to create a remote login password file for the standby database to
    enable remote connections to the database. (Note: A remote login password file is not necessary for
    Data Guard operation; it is only needed to allow remote connections to the database from clients,
    such as other Enterprise Manager tools.)"
    Similarly the section "3.2.6 Set Initialization Parameters on a Physical Standby Database"
    in the 9i DataGuard manual at http://download.oracle.com/docs/cd/B10501_01/server.920/a96653/create_ps.htm#62941
    only has
    remote_archive_enable=TRUE
    (this is an instance parameter)
    Similarly the section "5.8.2.1 Primary Database Initialization Parameters"
    at http://download.oracle.com/docs/cd/B10501_01/server.920/a96653/log_transport.htm#1067609
    explains
    The last parameter, REMOTE_ARCHIVE_ENABLE=SEND, allows the primary database to send redo data to the standby database, but prevents the primary database from receiving redo data from another system.
    with REMOTE_ARCHIVE_ENABLE=RECEIVE on the Standby
    to Receive and archive the incoming redo data from the primary database, but only while the database is running in the standby role
    So, I guess that REMOTE_ARCHIVE_ENABLE is the important one. Not REMOTE_LOGIN_PASSWORDFILE.
    In 9i : http://download.oracle.com/docs/cd/B10501_01/server.920/a96536/ch1174.htm#1023087
    In 10g it is deprecated : http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams176.htm#sthref541 so that LOG_ARCHIVE_CONFIG is used.
    (and no longer appears in the 11.2 Reference)
    Hemant K Chitale

  • Archived log application to a cold backup fails with ora-00328

    I am testing backup and recovery scenario as mentioned in Metalink Doc id:69468.1 where a cold backup of one production server is restored on a separate machine. Some activity, say a table creation in some schema and insertion of rows in it is followed by a few log switches. Next I moved just the archived logs ( newly generated) to the test machine and proceed as follow to recover but log application is failing as below,any help would be appreciated!
    SQL> startup mount;
    ORACLE instance started.
    Total System Global Area 205520896 bytes
    Fixed Size 1248116 bytes
    Variable Size 71304332 bytes
    Database Buffers 130023424 bytes
    Redo Buffers 2945024 bytes
    Database mounted.
    SQL> recover database until cancel using backup controlfile;
    ORA-00279: change 581754 generated at 12/21/2007 02:35:04 needed for thread 1
    ORA-00289: suggestion :
    C:\ORACLE\PRODUCT\10.2.0\ARCHIVE\ARC00001_0641874107.001
    ORA-00280: change 581754 for thread 1 is in sequence #1
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    auto
    ORA-00328: archived log ends at change 581535, need later change 581754
    ORA-00334: archived log:
    'C:\ORACLE\PRODUCT\10.2.0\ARCHIVE\ARC00001_0641874107.001'
    SQL> recover database until cancel;
    ORA-00283: recovery session canceled due to errors
    ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
    SQL> recover database until cancel using backup controlfile;
    ORA-00279: change 581754 generated at 12/21/2007 02:35:04 needed for thread 1
    ORA-00289: suggestion :
    C:\ORACLE\PRODUCT\10.2.0\ARCHIVE\ARC00001_0641874107.001
    ORA-00280: change 581754 for thread 1 is in sequence #1
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    C:\oracle\product\10.2.0\archive\ARC00001_0641874107.001
    ORA-00328: archived log ends at change 581535, need later change 581754
    ORA-00334: archived log:
    'C:\ORACLE\PRODUCT\10.2.0\ARCHIVE\ARC00001_0641874107.001'
    SQL> recover database using backup controlfile;
    ORA-00279: change 581754 generated at 12/21/2007 02:35:04 needed for thread 1
    ORA-00289: suggestion :
    C:\ORACLE\PRODUCT\10.2.0\ARCHIVE\ARC00001_0641874107.001
    ORA-00280: change 581754 for thread 1 is in sequence #1
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    C:\oracle\product\10.2.0\archive\ARC00001_0641874107.001
    ORA-00328: archived log ends at change 581541, need later change 581754
    ORA-00334: archived log:
    'C:\ORACLE\PRODUCT\10.2.0\ARCHIVE\ARC00001_0641874107.001'
    Please Help

    The error displayed stated you are required to have an specific sequence:
    ORA-00280: change 581754 for thread 1 is in sequence #1
    Check the contents of the v$recover_file dynamic view and verify if you really have all required archivelog files.
    ~ Madrid

  • Logs are missing

    Anyone have any idea why some logs are not produced even though all jobs are set to the default class with logging ?
    I have not given any details so far, this is just a general enquiry to see if any one else has experienced this.

    Are you talking about missing entries in USER_SCHEDULER_JOB_RUN_DETAILS after jobs have run?
    I had a problem with that after upgrading to 11g, but can't remember how I fixed it. May have been something to do with the LOGGING_LEVEL or LOG_HISTORY on the Job or Job Class...

  • Generate archive logs are not in sequence number?

    On last friday... the latest archive log number was ARC00024.ARC. Tomorrow when I come backup, the archive logs ARC00001.ARC and ARC00002.ARC were being generated by oracle itself. I wondering the archive log sequence should be in sequence. What is happening?
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination C:\oracle\ora92\RDBMS
    Oldest online log sequence 1
    Next log sequence to archive 3
    Current log sequence 3
    SQL>
    FAN
    Edited by: user623471 on Jun 7, 2009 7:35 PM

    khurram,
    Its our production instance and havent issued resetlogs option but when listing the arvchives it shows in different sequence number...
    and also while copying the archives by RMAN it doesnt copy in sequence
    -rw-r----- 1 xxx dba 69363859 May 28 19:16 2_10373.arc.gz
    -rw-r----- 1 xxx dba 43446622 May 28 19:16 1_10553.arc.gz
    -rw-r----- 1 xxx dba 52587365 May 28 19:16 1_10578.arc.gz
    -rw-r----- 1 xxx dba 45251820 May 28 19:16 1_10543.arc.gz
    -rw-r----- 1 xxx dba 60890256 May 28 19:17 1_10579.arc.gz
    -rw-r----- 1 xxx dba 46659008 May 28 19:17 1_10548.arc.gz
    -rw-r----- 1 xxx dba 116899466 May 28 19:17 2_10353.arc.gz
    -rw-r----- 1 xxx dba 77769517 May 28 19:17 1_10531.arc.gz
    -rw-r----- 1 xxx dba 66401923 May 28 19:18 1_10530.arc.gz
    -rw-r----- 1 xxx dba 45972697 May 28 19:18 1_10605.arc.gz
    -rw-r----- 1 xxx dba 55082543 May 28 19:18 1_10600.arc.gz
    -rw-r----- 1 xxxq dba 42682207 May 28 19:19 1_10547.arc.gz
    thanks,
    baskar.l

  • Archived logs are 5MBish when the ORL is 10mb !

    version: 10.2.0.4/RHEL 5.4
    In our DB the Online Redo Logs are sized 10mb
    SQL> select group#, bytes/1024/1024 from v$log;
        GROUP# BYTES/1024/1024
             1              10
             2              10
             3              10But the archived redo logs are of size around 5mb.As you can see from the file sizes below, manual log switch/archiving is not happening.
    Below are the archived redo log file in the location configured for LOG_ARCHIVE_DEST_1
    -rw-r----- 1 oracle dba 5267456 May  7 22:00 kemsuat_1_655792404_95866.arc
    -rw-r----- 1 oracle dba 5241856 May  7 22:00 kemsuat_1_655792404_95867.arc
    -rw-r----- 1 oracle dba 5241856 May  7 22:00 kemsuat_1_655792404_95868.arc
    -rw-r----- 1 oracle dba 6000640 May  7 22:00 kemsuat_1_655792404_95869.arc
    -rw-r----- 1 oracle dba 5241856 May  7 22:00 kemsuat_1_655792404_95870.arc
    -rw-r----- 1 oracle dba 5241856 May  7 22:01 kemsuat_1_655792404_95871.arc
    -rw-r----- 1 oracle dba 5241856 May  7 22:01 kemsuat_1_655792404_95872.arc
    -rw-r----- 1 oracle dba 6201344 May  7 22:23 kemsuat_1_655792404_95873.arc
    -rw-r----- 1 oracle dba 5241856 May  7 23:13 kemsuat_1_655792404_95875.arc
    -rw-r----- 1 oracle dba 5241856 May  7 23:13 kemsuat_1_655792404_95874.arc
    -rw-r----- 1 oracle dba 5241856 May  7 23:13 kemsuat_1_655792404_95876.arc
    -rw-r----- 1 oracle dba 5241856 May  7 23:13 kemsuat_1_655792404_95877.arc
    -rw-r----- 1 oracle dba 5241856 May  7 23:13 kemsuat_1_655792404_95878.arc
    -rw-r----- 1 oracle dba 5241856 May  7 23:13 kemsuat_1_655792404_95879.arc
    -rw-r----- 1 oracle dba 8305152 May  7 23:13 kemsuat_1_655792404_95880.arc
    -rw-r----- 1 oracle dba 5241856 May  7 23:13 kemsuat_1_655792404_95881.arc
    -rw-r----- 1 oracle dba 5294592 May  7 23:13 kemsuat_1_655792404_95882.arc
    -rw-r----- 1 oracle dba 7031296 May  7 23:14 kemsuat_1_655792404_95883.arc
    -rw-r----- 1 oracle dba 5241856 May  7 23:14 kemsuat_1_655792404_95884.arc
    -rw-r----- 1 oracle dba 5236736 May  7 23:45 kemsuat_1_655792404_95885.arc
    -rw-r----- 1 oracle dba 5259264 May  8 01:15 kemsuat_1_655792404_95886.arc
    -rw-r----- 1 oracle dba 5241856 May  8 02:50 kemsuat_1_655792404_95887.arc
    -rw-r----- 1 oracle dba 5238784 May  8 04:30 kemsuat_1_655792404_95888.arc
    -rw-r----- 1 oracle dba 5298176 May  8 06:06 kemsuat_1_655792404_95889.arc
    -rw-r----- 1 oracle dba 5241856 May  8 07:30 kemsuat_1_655792404_95890.arc
    -rw-r----- 1 oracle dba 5240320 May  8 09:00 kemsuat_1_655792404_95891.arc
    -rw-r----- 1 oracle dba 5241856 May  8 09:44 kemsuat_1_655792404_95892.arc
    -rw-r----- 1 oracle dba 5238784 May  8 10:15 kemsuat_1_655792404_95893.arc
    -rw-r----- 1 oracle dba 5241856 May  8 10:37 kemsuat_1_655792404_95894.arc
    -rw-r----- 1 oracle dba 5241856 May  8 11:06 kemsuat_1_655792404_95895.arc
    -rw-r----- 1 oracle dba 5241856 May  8 11:37 kemsuat_1_655792404_95896.arc
    -rw-r----- 1 oracle dba 5241856 May  8 12:15 kemsuat_1_655792404_95897.arc
    -rw-r----- 1 oracle dba 5241856 May  8 12:52 kemsuat_1_655792404_95898.arc
    -rw-r----- 1 oracle dba 5241856 May  8 13:22 kemsuat_1_655792404_95899.arc
    -rw-r----- 1 oracle dba 5241344 May  8 14:01 kemsuat_1_655792404_95900.arcAny idea why is this ?

    LOG_BUFFER is only 15 mb in this DB.Could this be the cause as suggested in the ML document ?
    SQL> show parameter log_buff
    NAME                 TYPE                 VALUE
    log_buffer           integer              15638720
    SQL > select 15638720/1024/1024 from dual;
    15638720/1024/1024
            14.9142456 But LOG_BUFFER parameter is automatically set by oracle after some internal calculation. Right ? Something went wrong with that calculation ?

  • Archive logs are increasing please help

    Hi,
    i have a serious problem, iasdb- that portal is installed on- version 10.3.0.1
    and its continuosly writing logs, every 15-16 seconds and eats disk space . any one have the similar experience - continuosly written archive logs, please help me. i coulndt understand what caused this.
    thanks in advance

    You could disable archivelog mode in the DB if you dont need to perform a point-in-time recovery.

  • Call logs are missing after migrating to VM

    We recently migrated CUCM 8.6.2 from physical server to VM. Phones are all fine, but some no longer update their Call Logs (i.e. Missing, Recieved, Placed). Doing a Factory reset does a fix for a single phone, but normal reset or reboot doesn't. Can someone think of the possible reason for this?

    Can you please try this for one phone check whether its work or not?
    ** Delete ITL file on the phone
    - Go to Settings
    - Security Configuration
    - Trust List
    - Unlock (*##)
    - Click on "more"
    - Erase ITL file (the phone will be reset by its own)
    Br,
    Nadeem 
    Please rate all useful post.

  • Archive logs are not transferring to DR server in DataGuard

    Dear Gurus,
    We have implemented data guard on 10g and it was working properly till last week.All of a sudden it is stopped working and i am getting the error in primary server alert log as
    "ORA-12154: TNS:could not resolve the connect identifier specified
    PING[ARCr]: Heartbeat failed to connect to standby 'STANDRR1'"
    and the trace file entries are as follows
    " Error 12154 received logging on to the standby,Error 12154 connecting to destination LOG_ARCHIVE_DEST_2 standby host 'STANDRR1',Error 12154 attaching to destination LOG_ARCHIVE_DEST_2 standby host 'STANDRR1',ORA-12154: TNS:could not resolve the connect identifier specified".
    We have changed nothing on either side of the servers.
    Please suggest how to resolve the issue and Thanks in advance.
    Thanks & Regards,
    venkat

    Hi,
    The output from standby,
    lsnrctl servicesLSNRCTL for HPUX: Version 10.2.0.4.0 - Production on 04-FEB-2012 15:50:20
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=PP1.WORLD))
    Services Summary...
    Service "RR1" has 1 instance(s).
    Instance "RR1", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully.
    The output of tnsping from standby:
    tnsping STANDPP1
    TNS Ping Utility for HPUX: Version 10.2.0.4.0 - Production on 04-FEB-2012 15:50:
    56
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    /oracle/RR1/102_64/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP
    .WORLD) (PROTOCOL = TCP) (HOST = pildrprd) (PORT = 1527))) (CONNECT_DATA = (SID
    = RR1) (GLOBAL_NAME = RR1.WORLD)))
    OK (10 msec)
    The output of tnsping from primary:
    tnsping STANDPP1
    TNS Ping Utility for HPUX: Version 10.2.0.4.0 - Production on 04-FEB-2012 15:55:
    59
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    /oracle/PP1/102_64/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP
    .WORLD) (PROTOCOL = TCP) (HOST = pildrprd) (PORT = 1527))) (CONNECT_DATA = (SID
    = RR1) (GLOBAL_NAME = RR1.WORLD)))
    OK (30 msec).
    Still i am getting the error.Please suggest.

Maybe you are looking for

  • How to use  SET and GET parameter commands ?

    Explain these two giving an example?As which is used for what?

  • Where did my memory go?

    I finally got my external hard drive replaced so I decided to do a backup so I could free up some space on my startup disk in order to run Windows. After much toil and hard work I managed to free up an over 20 GB from my startup disk, more than suffi

  • Can't access a web/mail server, but all other sites show up fine

    Going nuts here. Not sure if this is a network issue, Safari issue, OS issue.... I have an Aiport Extreme going into a cable modem. I have one hard wired iMac and several WiFi devices, including a MacBook Pro and an iPad running off the wireless netw

  • HT1947 I can't connect my iPhone to my iTunes using the Remote app

    I've looked at all the instructional help threads, done everything multiple times and when I connect my iPhone to iTunes, it still doesn't work. The Remote app icon doesn't show up under devices in iTunes. I have tried to reconfigure my iTunes settin

  • Use WS_DELIVERY_UPDATE_2 for Inbound Delivery HU Update?

    Hello all, I have used WS_DELIVERY_UPDATE_2 to successfully update Handling units to Outbound delivery and also perform batch split. Can the same FM be used to update Inbound delivery with Handling units. I will be uploading the HU's through excel fi