ORA-16014: log 1 sequence# 40845 not archived, no available destinations

Hi,
My RMAN archive script gives the following error. I'm not sure why - there is still about 16 GB diskspace and an archivelog is not more than 50 MB. Does anyone know what could be the cause of this error? Thanks.
Recovery Manager: Release 8.1.7.4.1 - Production
RMAN-06005: connected to target database: PROD (DBID=1412471481)
RMAN-06009: using target database controlfile instead of recovery catalog
RMAN> sql 'alter system archive log current';
2> change archivelog all validate;
3> run{                                         
4> allocate channel c1 type DISK;
5> allocate channel c2 type DISK;
6> backup filesperset 10
7> format 'C:\backup\rman\PROD\%d_ARCHIVES_%u_%s.bak'
8> archivelog all delete input;
9> release channel c1;
10> release channel c2;
11> }
12>
RMAN-03022: compiling command: sql
RMAN-06162: sql statement: alter system archive log current
RMAN-03023: executing command: sql
RMAN-03026: error recovery releasing channel resources
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03006: non-retryable error occurred during execution of command: sql
RMAN-07004: unhandled exception during command execution on channel default
RMAN-20000: abnormal termination of job step
RMAN-11003: failure during parse/execution of SQL statement: alter system archive log current
RMAN-11001: Oracle Error: ORA-16014: log 1 sequence# 40845 not archived, no available destinations
ORA-00312: online log 1 thread 1: 'C:\ORACLE\ORADATA\PROD\REDO01.LOG'
Recovery Manager complete.

NAME TYPE VALUE
log_archive_dest string
log_archive_dest_1 string LOCATION=/ora MANDATORY R
EOPEN=300
log_archive_dest_10 string
log_archive_dest_2 string
log_archive_dest_3 string
log_archive_dest_4 string
log_archive_dest_5 string
log_archive_dest_6 string
log_archive_dest_7 string
log_archive_dest_8 string
NAME TYPE VALUE
log_archive_dest_9 string
log_archive_dest_state_1 string enable
log_archive_dest_state_10 string enable
log_archive_dest_state_2 string enable
log_archive_dest_state_3 string enable
log_archive_dest_state_4 string enable
log_archive_dest_state_5 string enable
log_archive_dest_state_6 string enable
log_archive_dest_state_7 string enable
log_archive_dest_state_8 string enable
log_archive_dest_state_9 string enable

Similar Messages

  • ORA-16014: log 1 sequence# 512 not archived, no available destinations

    Dear all,
    Upon opening database 10g, i get the error below
    ERROR at line 1:
    ORA-16014: log 1 sequence# 512 not archived, no available destinations
    ORA-00312: online log 1 thread 1:
    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TRADEV2\REDO01.LOG'
    Please assist.
    Kind regards,
    Dollongo

    Hi,
    Refer similar thread:
    Re: ORA-00312: online log 3 thread 1: 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\RE
    thanks,
    X A H E E R

  • ORA-16014: log 2 sequence# 283 not archived, no available destinations

    When trying to start my database my alert log is showing
    ORA-16014: log 2 sequence# 283 not archived, no available destinations
    ORA-00312: online log 2 thread 1: '/home/app/oracle/oradata/PRIMARYP/redo02.log'
    I can mount the instance ok but not actually open the database
    my db_recovery_file_dest_size is 22 Gb and and the mount point defined by db_recovery_file_dest has pleanty of free space
    Also
    select *
    from v$recovery_file_dest;
    shows plenty of free FRA space -
    NAME
    SPACE_LIMIT SPACE_USED SPACE_RECLAIMABLE NUMBER_OF_FILES
    /home/app/oracle/fast_recovery_area
    2.3622E+10 5506131968        3297617408             159
    select error
    from v$archive_dest;
    shows no errors
    Can anyone help !
    thanks, Jim

    ok here's the wierd thing. When I set up the primary, physical standby and logical standby, I set the following Log Archive Destinations on my primary database ( into the SPFILE )
    ALTER SYSTEM SET log_archive_dest_1='LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=PRIMARYP' SCOPE=BOTH;
    ALTER SYSTEM SET log_archive_dest_2='SERVICE=STANDBYP ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=STANDBYP' SCOPE=BOTH;
    ALTER SYSTEM SET log_archive_dest_3='SERVICE=STANDBYL ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=STANDBYL'
    SCOPE=BOTH;
    ALTER SYSTEM SET log_archive_dest_4='LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=PRIMARYP' SCOPE=BOTH;
    Then I converted to using DGMGRL instead od SqlPlus to manage my Data Guard Environment. I then did a switchover to my Physical Standby and then a switchbach to my primary. Today when I check the log_archive_dests on my primary, they are completely different from how I set them up originally !
    *.log_archive_dest_1='service="STANDBYL"','LGWR ASYNC NOAFFIRM delay=0 optional compression=disable max_failure=0 max_connections=1 reopen=300 db_unique_name="STANDBYL" net_timeout=30','valid_for=(all_logfiles,primary_role)'
    *.log_archive_dest_2='service="STANDBYP"','LGWR ASYNC NOAFFIRM delay=0 optional compression=disable max_failure=0 max_connections=1 reopen=300 db_unique_name="STANDBYP" net_timeout=30','valid_for=(all_logfiles,primary_role)'
    *.log_archive_dest_3=''
    *.log_archive_dest_4='LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=PRIMARYP'
    As you can see there is no setting place for the standard archive logs for PRIMARYP !
    When I set log_archive_dest_3 to
    'LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=PRIMARYP' SCOPE=BOTH;
    Then I am able to open the PRIMARYP database again.
    Q. what cause the entire resetting of the 4 log_archive_dest_n settings ? I am presuming it is something the broker has done ( presumably on the switchover or switch back ) ? However it seems to have completely mucked itself up, not even provising a standard archive log destination for PRIMARYP and in the process causing the instance not to be able to start
    Has anyone ever seen this before ?
    Also now I am getting  ORA-16783: cannot resolve gap for database STANDBYP, STANDBYL
    In my Broker Config for the PRIMARYP database. I am worried because during the investigation of this problem I issues the following on PRIMARYP
    alter database clear unarchived logfile group 1;
    Have I created a Gap which I cannot resolve ?
    thanks,
    Jim

  • During SWITCHOVER - 112255 not archived, no available destinations!!!

    dear Gurus,
    Yesterday you really help me a lot and I thank you,
    I've finally Start Getting into this SWITCHOVER Stuff,
    So I've Recreated the Standby, clean and proper, and I follow procedure In Oracle Doc ,
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96653/scenarios.htm#1015677
    10.3 Switching Over to a Physical Standby Database That Has a Time Lag
    I made
    Step 1,
    Step 2 (kill all Active sessions) and in Step 3
    SQL> ALTER DATABASE COMMIT TO SWITCHOVER TO PHYSICAL STANDBY WITH SESSION SHUTDOWN;
    ALTER DATABASE COMMIT TO SWITCHOVER TO PHYSICAL STANDBY WITH SESSION SHUTDOWN
    ERROR at line 1:
    ORA-16014: log 2 sequence# 112255 not archived, no available destinations
    ORA-00312: online log 2 thread 1: '/u01/oradata/CFMP/rdo/redog2m1.log'
    ORA-00312: online log 2 thread 1: '/u02/oradata/CFMP/rdo/redog2m2.log'
    ORA-00312: online log 2 thread 1: '/u03/oradata/CFMP/rdo/redog2m3.log'

    Sorry to Bother you guys,
    The Standby Archivelogs were Missing in the Standby Site
    After I've recreate them I could Finally do the switchover from Primary Site
    Just An Hic, I had to do an "Swicth Log file Fisrt"
    SQL> alter system switch logfile;
    System altered.
    SQL> ALTER DATABASE COMMIT TO SWITCHOVER TO PHYSICAL STANDBY WITH SESSION SHUTDOWN;
    Database altered.
    SQL> SHUTDOWN NORMAL;
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> STARTUP NOMOUNT;
    ORACLE instance started.
    SQL> ALTER DATABASE MOUNT STANDBY DATABASE;
    Database altered.
    SQL> SELECT PROCESS, STATUS FROM V$MANAGED_STANDBY;
    Now Is My Secondary Site that's is Hanging
    When I run step 7 copy from Oracle Doc I get Error Message :
    ********* Step 7 **************
    SQL> ALTER DATABASE COMMIT TO SWITCHOVER TO PRIMARY DATABASE;
    Shut down and restart the new primary database instance.
    SQL> ALTER DATABASE COMMIT TO SWITCHOVER TO PRIMARY DATABASE;
    ALTER DATABASE COMMIT TO SWITCHOVER TO PRIMARY DATABASE
    ERROR at line 1:
    ORA-00905: missing keyword
    What a f... crap

  • Cannot allocate new log, sequence Checkpoint not complete

    Hi,
    Im having very frequent log switches and Im getting error as
    " cannot allocate new log, sequence Checkpoint not complete"
    I was having 3 redo log groups with 50 MB each. After I found this error in the alert log; I increased teh number of redo log groups to 6 with 50MB each. Still the issue is not getting resolved.
    Please suggest what will be the best solution for this.
    Following is a snippet from alertlog.
    ==================================================
    Sun Apr 19 09:14:08 2009
    Thread 1 advanced to log sequence 5811
    Current log# 2 seq# 5811 mem# 0: /u01/app/oracle/oradata/mview/redo02.log
    Thread 1 cannot allocate new log, sequence 5812
    Checkpoint not complete
    Current log# 2 seq# 5811 mem# 0: /u01/app/oracle/oradata/mview/redo02.log
    Sun Apr 19 09:14:18 2009
    Thread 1 advanced to log sequence 5812
    Current log# 3 seq# 5812 mem# 0: /u01/app/oracle/oradata/mview/redo03.log
    Thread 1 cannot allocate new log, sequence 5813
    Checkpoint not complete
    Current log# 3 seq# 5812 mem# 0: /u01/app/oracle/oradata/mview/redo03.log
    Thread 1 advanced to log sequence 5813
    Current log# 1 seq# 5813 mem# 0: /u01/app/oracle/oradata/mview/redo01.log
    Thread 1 cannot allocate new log, sequence 5814
    Checkpoint not complete
    Current log# 1 seq# 5813 mem# 0: /u01/app/oracle/oradata/mview/redo01.log
    Sun Apr 19 09:14:32 2009
    Thread 1 advanced to log sequence 5814
    Current log# 2 seq# 5814 mem# 0: /u01/app/oracle/oradata/mview/redo02.log
    Thread 1 cannot allocate new log, sequence 5815
    Checkpoint not complete
    Current log# 2 seq# 5814 mem# 0: /u01/app/oracle/oradata/mview/redo02.log
    Thread 1 advanced to log sequence 5815
    Current log# 3 seq# 5815 mem# 0: /u01/app/oracle/oradata/mview/redo03.log
    Thread 1 cannot allocate new log, sequence 5816
    Checkpoint not complete
    Current log# 3 seq# 5815 mem# 0: /u01/app/oracle/oradata/mview/redo03.log
    Sun Apr 19 09:14:44 2009
    =========================================================
    Regards
    Pratheej

    Anand... wrote:
    Hi Sir,
    Although i too had suggested increasing the redo logfile size, but after going through [http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:69012348056] i was little confused as Tom has mentioned
    Another way is to make the log files smaller, hence increasing the frequency with which we checkpoint ---- Can you explain why so.
    I was a little surprised when I read that posting - but noticed it was dated May 2000 - when databases were still quite small and less busy. (And Tom suggested 25MB as being "modest" rather than "tiny" - which is probably what many people would call 25MB these days). And May 2000 probably means 8.0 or 8.1 - and the whole log buffer, redo generation, checkpointing technology has changed a lot since then.
    Basically, if you hit "checkpoint not complete", you need more online log space so that it's possible during the busiest times to keep generating redo log information while the checkpoint queues are being cleared far enough to allow older log files to be recycled.
    You can do this by adding more log files, or by increasing the sizes of the log files you use. Tom's point, I think, was that if you chose the option to add more files and kept them small (or even made them smaller) then the volume of dirty data blocks that you could create while filling a log file would be small, so the database writer wouldn't have to do much work to make each log file available for re-use. (I'm not sure I'd agree with the approach, though - even for 8i - because it could easily lead to an increase in the volume of datablocks written, even if it did bypass the checkpoint issue).
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    "For every expert there is an equal and opposite expert."
    Arthur C. Clarke

  • ORA 16038 log 1 sequence# 158249 cannot be archived

    hi im getting this error on my database when opening
    ORA-16038: log 1 sequence# 158249 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 1 thread 1: '/bill01/app/oracle/oradata/billing/redo01.log
    i have tried to free the space but still getting the same error
    this are the setting on the init file
    *.db_recovery_file_dest='/bill01/oracle/archive/BILLING'
    *.db_recovery_file_dest_size=21021851648
    on /bill01 ...... i have 131 GB free
    any idea

    SQL> alter system set db_recovery_file_dest_size=30G;
    System altered.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-16014: log 1 sequence# 158249 not archived, no available destinations
    ORA-00312: online log 1 thread 1:
    '/bill01/app/oracle/oradata/billing/redo01.log'
    ======================
    *.db_recovery_file_dest='/bill01/oracle/archive/BILLING'
    set on init

  • Problem with ORA-16014

    Hi
    Please help me
    when I log in to the database then i got "ORA-16014: log 1 sequence# 79239 not archived, no available destinations" . I'm using Windows 2000 advanced server as O.S. and Oracle is 8i ( Oracle8i Enterprise edition release 8.1.7.0.0.). At this circumstances I give a command ( when the aforesaid error occures) " alter database clear unarchived logfile group 1;" after that the database get started successfully. But the problem is, within 1/2 hour i got "ORA-00257". Then again I stop and restart the database and again give the same command; database started successfully again but for 1/2 hours . again i got "ORA-00257".
    Please suggest me what I have to do.
    Regards,
    Debasis
    +91 9836033924

    ORA 257 means archiver is stuck. So you should check that ARCHIVE_LOG_DEST is used properly for archiving and you should look into archiver trace file for more information about this problem.
    Giving phone numbers on a public forum is not advised.
    Adith

  • All logs received but not applied | Physical Standby Database

    All,
    Need your help....
    We have physical standby database setup as below
    Primary : 2 node RAC
    Stdby : Standalone physical standby database.
    When I verify the stdby database status, I could see all the logs are received from primary but still not applied many.. Could any one please help me what is the issue and how to resolve it ...?
    Primary :
    =====
    SQL> SELECT THREAD# "Thread",SEQUENCE# "Last Sequence Generated"
    FROM V$ARCHIVED_LOG
    WHERE (THREAD#,FIRST_TIME ) IN (SELECT THREAD#,MAX(FIRST_TIME) FROM V$ARCHIVED_LOG GROUP BY THREAD#)
    ORDER BY 1 2 3 4 ;
    Thread Last Sequence Generated
    1 8073
    1 8073
    2 4521
    2 4521
    stdby:
    ====
    SQL> SELECT ARCH.THREAD# "Thread",
    2 ARCH.SEQUENCE# "Last Sequence Received",
    3 APPL.SEQUENCE# "Last Sequence Applied",
    4 (ARCH.SEQUENCE# - APPL.SEQUENCE#) "Difference"
    5 FROM
    6 (SELECT THREAD# ,SEQUENCE# FROM V$ARCHIVED_LOG WHERE (THREAD#,FIRST_TIME ) IN
    7 (SELECT THREAD#,MAX(FIRST_TIME) FROM V$ARCHIVED_LOG GROUP BY THREAD#)) ARCH,
    8 (SELECT THREAD# ,SEQUENCE# FROM V$LOG_HISTORY WHERE (THREAD#,FIRST_TIME ) IN
    (SELECT THREAD#,MAX(FIRST_TIME) FROM V$LOG_HISTORY GROUP BY THREAD#)) APPL
    9 10 WHERE ARCH.THREAD# = APPL.THREAD# ORDER BY 1;
    Thread Last Sequence Received Last Sequence Applied Difference
    1 8073 8055 18
    2 4521 4510 11
    --Below are tailed messages from standby alert log:
    Fri Nov 04 10:45:15 2011
    ARCH: Archival stopped, error occurred. Will continue retrying
    ORACLE Instance BWFCCSTD - Archival Error
    ORA-16014: log 6 sequence# 8058 not archived, no available destinations
    ORA-00312: online log 6 thread 1: '+ASM_DATA01/bwfccstd/onlinelog/group_6.418.766235259'
    ORA-00312: online log 6 thread 1: '+ASM_FRA01/bwfccstd/onlinelog/group_6.307.766235263'
    Fri Nov 04 10:50:15 2011
    Archiver process freed from errors. No longer stopped
    Fri Nov 04 10:50:15 2011
    ARCH: Archival stopped, error occurred. Will continue retrying
    ORACLE Instance BWFCCSTD - Archival Error
    ORA-16014: log 6 sequence# 8058 not archived, no available destinations
    ORA-00312: online log 6 thread 1: '+ASM_DATA01/bwfccstd/onlinelog/group_6.418.766235259'
    ORA-00312: online log 6 thread 1: '+ASM_FRA01/bwfccstd/onlinelog/group_6.307.766235263'
    Fri Nov 04 10:50:15 2011
    Archiver process freed from errors. No longer stopped
    Fri Nov 04 10:55:15 2011
    ARCH: Archival stopped, error occurred. Will continue retrying
    ORACLE Instance BWFCCSTD - Archival Error
    ORA-16014: log 6 sequence# 8058 not archived, no available destinations
    ORA-00312: online log 6 thread 1: '+ASM_DATA01/bwfccstd/onlinelog/group_6.418.766235259'
    ORA-00312: online log 6 thread 1: '+ASM_FRA01/bwfccstd/onlinelog/group_6.307.766235263'
    Fri Nov 04 11:00:15 2011
    Archiver process freed from errors. No longer stopped
    Fri Nov 04 11:00:15 2011
    ARCH: Archival stopped, error occurred. Will continue retrying
    ORACLE Instance BWFCCSTD - Archival Error
    ORA-16014: log 6 sequence# 8058 not archived, no available destinations
    ORA-00312: online log 6 thread 1: '+ASM_DATA01/bwfccstd/onlinelog/group_6.418.766235259'
    ORA-00312: online log 6 thread 1: '+ASM_FRA01/bwfccstd/onlinelog/group_6.307.766235263'
    Fri Nov 04 11:00:15 2011
    Archiver process freed from errors. No longer stopped
    Fri Nov 04 11:05:16 2011
    ARCH: Archival stopped, error occurred. Will continue retrying
    ORACLE Instance BWFCCSTD - Archival Error
    ORA-16014: log 6 sequence# 8058 not archived, no available destinations
    ORA-00312: online log 6 thread 1: '+ASM_DATA01/bwfccstd/onlinelog/group_6.418.766235259'
    ORA-00312: online log 6 thread 1: '+ASM_FRA01/bwfccstd/onlinelog/group_6.307.766235263'
    Fri Nov 04 11:05:16 2011
    Archiver process freed from errors. No longer stopped

    Primary:
    =====
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination +ASM_FRA01
    Oldest online log sequence 8073
    Next log sequence to archive 8074
    Current log sequence 8074
    SQL>
    Stdby:
    =====
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination ?/dbs/arch
    Oldest online log sequence 8074
    Next log sequence to archive 0
    Current log sequence 8074
    Enough space is available :
    =================
    SQL> set lines 180 pages 50000;
    SQL> set lines 100
    col name format a60
    select name
    , floor(space_limit / 1024 / 1024) "Size MB"
    , ceil(space_used / 1024 / 1024) "Used MB"
    from v$recovery_file_dest
    order by nameSQL> SQL> 2 3 4 5 ;
    NAME Size MB Used MB
    +ASM_FRA01                                                        70000        531
    Edited by: 889828 on 2011/11/04 2:26 AM

  • ORA-16014,00312

    hi all,
    i am getting this error when setting the flashback on in mount mode, then try to open the database it show this error
    11gR1 on windows 2008 with ASM
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-16014: log 1 sequence# 25 not archived, no available destinations
    ORA-00312: online log 1 thread 1:
    '+REDO/oradba/onlinelog/group_1.257.703288193'
    Thanks

    thanks,
    yes +ARCHIVE exist & writable
    ASMCMD> cd onlinelog
    ASMCMD> ls -l
    Type Redund Striped Time Sys Name
    ONLINELOG UNPROT FINE DEC 01 09:00:00 Y group_1.257.703288193
    ONLINELOG UNPROT FINE DEC 01 09:00:00 Y group_2.258.703288195
    ONLINELOG UNPROT FINE DEC 01 09:00:00 Y group_3.259.703288197
    the contents of alert log file are..........
    2009-12-01 00:02:58.254000 +05:30
    SUCCESS: diskgroup ARCHIVE was mounted
    ARCH: Archival stopped, error occurred. Will continue retrying
    Errors in file c:\app\administrator\diag\rdbms\oradba\oradba\trace\oradba_arc2_3044.trc:
    ORA-16038: log 1 sequence# 25 cannot be archived
    ORA-19504: failed to create file ""
    ORA-00312: online log 1 thread 1: '+REDO/oradba/onlinelog/group_1.257.703288193'
    SUCCESS: diskgroup DBF was mounted
    SUCCESS: diskgroup TESTME was mounted
    2009-12-01 00:03:03.645000 +05:30
    SUCCESS: diskgroup ARCHIVE was dismounted
    SUCCESS: diskgroup DBF was dismounted
    SUCCESS: diskgroup TESTME was dismounted
    2009-12-01 00:03:58.285000 +05:30
    ARCH: Archival stopped, error occurred. Will continue retrying
    Errors in file c:\app\administrator\diag\rdbms\oradba\oradba\trace\oradba_arc3_3048.trc:
    ORA-16014: log 1 sequence# 25 not archived, no available destinations
    ORA-00312: online log 1 thread 1: '+REDO/oradba/onlinelog/group_1.257.703288193'
    SUCCESS: diskgroup DBF was mounted
    SUCCESS: diskgroup TESTME was mounted
    2009-12-01 00:04:03.613000 +05:30
    SUCCESS: diskgroup DBF was dismounted
    SUCCESS: diskgroup TESTME was dismounted
    2009-12-01 00:08:58.363000 +05:30
    SUCCESS: diskgroup ARCHIVE was mounted
    ARCH: Archival stopped, error occurred. Will continue retrying
    Errors in file c:\app\administrator\diag\rdbms\oradba\oradba\trace\oradba_arc1_3040.trc:
    ORA-16038: log 1 sequence# 25 cannot be archived
    ORA-19504: failed to create file ""
    ORA-00312: online log 1 thread 1: '+REDO/oradba/onlinelog/group_1.257.703288193'
    SUCCESS: diskgroup DBF was mounted
    SUCCESS: diskgroup TESTME was mounted
    2009-12-01 00:09:03.723000 +05:30
    SUCCESS: diskgroup ARCHIVE was dismounted
    SUCCESS: diskgroup DBF was dismounted
    SUCCESS: diskgroup TESTME was dismounted
    2009-12-01 00:09:58.379000 +05:30
    ARCH: Archival stopped, error occurred. Will continue retrying
    Errors in file c:\app\administrator\diag\rdbms\oradba\oradba\trace\oradba_arc2_3044.trc:
    ORA-16014: log 1 sequence# 25 not archived, no available destinations
    ORA-00312: online log 1 thread 1: '+REDO/oradba/onlinelog/group_1.257.703288193'
    2009-12-01 00:14:58.488000 +05:30
    SUCCESS: diskgroup ARCHIVE was mounted
    & the contents of c:\app\administrator\diag\rdbms\oradba\oradba\trace\oradba_arc2_3044.trc:
    *** 2009-12-01 00:02:58.254
    kcrroda: calling ksfdrcres to create AL or RL
    Failed to create file '+ARCHIVE' (file not accessible?)
    *** 2009-12-01 00:02:58.285 1117 krsh.c
    ARC2: Error 19504 Creating archive log file to '+ARCHIVE'
    *** 2009-12-01 00:02:58.285 27155 kcrr.c
    kcrrfail: dest:1 err:19504 force:0 blast:1
    DDE rules only execution for: ORA 312
    ----- START Event Driven Actions Dump ----
    ---- END Event Driven Actions Dump ----
    ----- START DDE Actions Dump -----
    Executing SYNC actions
    ----- START DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (Async) -----
    Successfully dispatched
    ----- END DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (SUCCESS, 0 csec) -----
    Executing ASYNC actions
    ----- END DDE Actions Dump (total 0 csec) -----
    *** 2009-12-01 00:02:58.301 11633 kcrr.c
    ORA-16038: log 1 sequence# 25 cannot be archived
    ORA-19504: failed to create file ""
    ORA-00312: online log 1 thread 1: '+REDO/oradba/onlinelog/group_1.257.703288193'
    *** 2009-12-01 00:09:58.363
    DDE: Problem Key 'ORA 312' was flood controlled (0x5) (no incident)
    ORA-00312: online log 1 thread 1: '+REDO/oradba/onlinelog/group_1.257.703288193'
    *** 2009-12-01 00:09:58.379 11633 kcrr.c
    ORA-16014: log 1 sequence# 25 not archived, no available destinations
    ORA-00312: online log 1 thread 1: '+REDO/oradba/onlinelog/group_1.257.703288193'
    Impossible archival state:10
    *** 2009-12-01 00:20:55.379
    *** 2009-12-01 00:20:55.379 11633 kcrr.c
    ORA-16038: log 1 sequence# 25 cannot be archived
    ORA-00001: unique constraint (.) violated
    *** 2009-12-01 00:25:58.691
    *** 2009-12-01 00:25:58.691 3333 kcrr.c
    kcrroda: calling ksfdrcres to create AL or RL
    Failed to create file '+ARCHIVE' (file not accessible?)
    *** 2009-12-01 00:25:58.723 1117 krsh.c
    ARC2: Error 19504 Creating archive log file to '+ARCHIVE'
    *** 2009-12-01 00:25:58.723 27155 kcrr.c
    kcrrfail: dest:1 err:19504 force:0 blast:1
    DDE rules only execution for: ORA 312
    ----- START Event Driven Actions Dump ----
    ---- END Event Driven Actions Dump ----
    ----- START DDE Actions Dump -----
    Executing SYNC actions
    ----- START DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (Async) -----
    Successfully dispatched
    ----- END DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (SUCCESS, 0 csec) -----
    Executing ASYNC actions
    ----- END DDE Actions Dump (total 0 csec) -----
    *** 2009-12-01 00:25:58.738 11633 kcrr.c
    ORA-16038: log 1 sequence# 25 cannot be archived
    ORA-19504: failed to create file ""
    ORA-00312: online log 1 thread 1: '+REDO/oradba/onlinelog/group_1.257.703288193'
    DDE: Problem Key 'ORA 312' was flood controlled (0x5) (no incident)
    *** 2009-12-01 00:32:58.816
    ORA-00312: online log 1 thread 1: '+REDO/oradba/onlinelog/group_1.257.703288193'
    *** 2009-12-01 00:32:58.816 11633 kcrr.c
    ORA-16014: log 1 sequence# 25 not archived, no available destinations
    ORA-00312: online log 1 thread 1: '+REDO/oradba/onlinelog/group_1.257.703288193'
    *** 2009-12-01 00:43:59.066
    *** 2009-12-01 00:43:59.066 3333 kcrr.c
    kcrroda: calling ksfdrcres to create AL or RL
    Failed to create file '+ARCHIVE' (file not accessible?)
    *** 2009-12-01 00:43:59.098 1117 krsh.c
    ARC2: Error 19504 Creating archive log file to '+ARCHIVE'
    *** 2009-12-01 00:43:59.098 27155 kcrr.c
    kcrrfail: dest:1 err:19504 force:0 blast:1
    DDE rules only execution for: ORA 312
    ----- START Event Driven Actions Dump ----
    ---- END Event Driven Actions Dump ----
    ----- START DDE Actions Dump -----
    Executing SYNC actions
    ----- START DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (Async) -----
    Successfully dispatched
    ----- END DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (SUCCESS, 0 csec) -----
    Executing ASYNC actions
    ----- END DDE Actions Dump (total 0 csec) -----
    *** 2009-12-01 00:43:59.113 11633 kcrr.c
    ORA-16038: log 1 sequence# 25 cannot be archived
    ORA-19504: failed to create file ""
    ORA-00312: online log 1 thread 1: '+REDO/oradba/onlinelog/group_1.257.703288193'
    DDE: Problem Key 'ORA 312' was flood controlled (0x5) (no incident)
    *** 2009-12-01 00:50:55.473
    ORA-00312: online log 1 thread 1: '+REDO/oradba/onlinelog/group_1.257.703288193'
    *** 2009-12-01 00:50:55.473 11633 kcrr.c
    ORA-16014: log 1 sequence# 25 not archived, no available destinations
    ORA-00312: online log 1 thread 1: '+REDO/oradba/onlinelog/group_1.257.703288193'
    *** 2009-12-01 00:55:55.598
    Impossible archival state:10
    *** 2009-12-01 00:55:55.613 11633 kcrr.c
    ORA-16038: log 1 sequence# 25 cannot be archived
    ORA-00001: unique constraint (.) violated
    *** 2009-12-01 00:55:59.301
    DDE: Problem Key 'ORA 312' was flood controlled (0x5) (no incident)
    ORA-00312: online log 1 thread 1: '+REDO/oradba/onlinelog/group_1.257.703288193'
    *** 2009-12-01 00:55:59.301 11633 kcrr.c
    ORA-16014: log 1 sequence# 25 not archived, no available destinations
    ORA-00312: online log 1 thread 1: '+REDO/oradba/onlinelog/group_1.257.703288193'
    *** 2009-12-01 01:06:59.551 3333 kcrr.c
    *** 2009-12-01 01:06:59.551
    kcrroda: calling ksfdrcres to create AL or RL
    Failed to create file '+ARCHIVE' (file not accessible?)
    *** 2009-12-01 01:06:59.582 1117 krsh.c
    ARC2: Error 19504 Creating archive log file to '+ARCHIVE'
    *** 2009-12-01 01:06:59.582 27155 kcrr.c
    kcrrfail: dest:1 err:19504 force:0 blast:1
    DDE rules only execution for: ORA 312
    ----- START Event Driven Actions Dump ----
    ---- END Event Driven Actions Dump ----
    ----- START DDE Actions Dump -----
    Executing SYNC actions
    ----- START DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (Async) -----
    Successfully dispatched
    ----- END DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (SUCCESS, 0 csec) -----
    Edited by: user12270655 on Nov 30, 2009 8:27 PM

  • ARC1: Archiving not possible: No primary destinations

    Hi
    i am getting following errors in my alert.log at Datbase 10.1 on Windows 2003
    Wed Dec 08 11:50:04 2010
    ARC1: Evaluating archive log 3 thread 1 sequence 3
    ARC1: Archiving not possible: No primary destinations
    ARC1: Failed to archive log 3 thread 1 sequence 3 (4)
    Wed Dec 08 11:50:04 2010
    Errors in file c:\oracle\product\10.1.0\admin\dmsdb\bdump\dmsdb_arc1_2172.trc:
    ORA-16014: log 3 sequence# 3 not archived, no available destinations
    ORA-00312: online log 3 thread 1: 'E:\ORADATA\DMSDB\REDO03.LOG'
    How I can see that file 'E:\ORADATA\DMSDB\REDO03.LOG' is available on hard disk:
    Microsoft Windows [Version 5.2.3790]
    (C) Copyright 1985-2003 Microsoft Corp.
    C:\Documents and Settings\Administrator>dir E:\ORADATA\DMSDB\REDO03.LOG
    Volume in drive E is New Volume
    Volume Serial Number is 640A-8421
    Directory of E:\ORADATA\DMSDB
    12/08/2010 11:48 AM 10,486,272 REDO03.LOG
    1 File(s) 10,486,272 bytes
    0 Dir(s) 103,370,887,168 bytes free
    I think this is due to hard disk error/bad sector.
    Now how can I get rid of this error?
    Habib

    The server was shutdown for some reason and now after starting it again I am unable to startup the database:
    SQL> startup;
    ORACLE instance started.
    Total System Global Area 524288000 bytes
    Fixed Size 789692 bytes
    Variable Size 149680964 bytes
    Database Buffers 373293056 bytes
    Redo Buffers 524288 bytes
    Database mounted.
    ORA-16038: log 3 sequence# 3 cannot be archived
    ORA-00333: redo log read error block count
    ORA-00312: online log 3 thread 1: 'E:\ORADATA\DMSDB\REDO03.LOG'
    I tried to increase the size of db_recovery_file_dest_size as suggested in replies on my question but still no luck.
    SQL> alter system set db_recovery_file_dest_size=123G ;
    System altered.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-16038: log 3 sequence# 3 cannot be archived
    What is the size of E:\oradata\flash_recovery_area now?Size of E:\oradata\flash_recovery_area now is 20.4 GB at the moment.

  • 11.2 DB & Data Guard : ORA-16014 how to archive a sequence?

    Hi,
    I've installed 11.2 Oracle Database in my laptop with Oracle Enterprise Linux 5.3 and I have created two standby databases, orcl (primary) and orclstby (physical standby). I performed a switchover to orclstby and consequently, orclstby was the new primary and orcl the physical standby, I checked those values with SQLPlus executing the select database_role from v$database statement, so, there were no problems during the switchover.I also shutteddown and started both primary and stanby databases to check all was fine.
    Today, I've tried to start the environment again and I've encountered the following problem during the startup of the primary database:
    [oracle@mredon-es ~]$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Oct 21 17:34:21 2009
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 839282688 bytes
    Fixed Size 2217992 bytes
    Variable Size 507512824 bytes
    Database Buffers 322961408 bytes
    Redo Buffers 6590464 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    Process ID: 5562
    Session ID: 9 Serial number: 3
    I've checked the newest log created and this is its content:
    Dump file /u01/app/oracle/product/11.2.0/dbhome_1/rdbms/log/orclstby_ora_5382.trc
    *** 2009-10-21 17:34:30.467
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1
    System name: Linux
    Node name: mredon-es.us.oracle.com
    Release: 2.6.18-128.el5
    Version: #1 SMP Wed Jan 21 08:45:05 EST 2009
    Machine: x86_64
    Instance name: orclstby
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Unix process pid: 5382, image: [email protected]
    *** 2009-10-21 17:34:30.526
    2009-10-21 17:34:30.457: [ default]utgdv:2:ocr loc file /etc/oracle/olr.loc cann
    ot be opened. errno 2
    2009-10-21 17:34:30.527: [ default]utgdv:2:ocr loc file /etc/oracle/ocr.loc cann
    ot be opened. errno 2
    I've searched in Metalink information about ocr.loc and olr.loc and they seem to be part of an Oracle RAC installation, I don't know why the database needs these files to start if I am using single instance...
    Any idea would be kindly appreciated because I'm a bit confused and I don't really know what steps I am suppposed to take in order to solve this problem.
    Thanks in advance.
    Edited by: mredon on Oct 26, 2009 5:22 AM
    Reason: title of the post changed

    sorry for the delay, here is the alert log:
    <msg time='2009-10-21T23:03:09.576+02:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='mredon-es.us.oracle.com' host_addr='192.168.237.130' module='[email protected] (TNS V1-V3)'
    pid='6582'>
    <txt>Data Guard: version check completed
    </txt>
    </msg>
    <msg time='2009-10-21T23:03:09.642+02:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='mredon-es.us.oracle.com' host_addr='192.168.237.130' module=''
    pid='6486'>
    <txt>LGWR: STARTING ARCH PROCESSES
    </txt>
    </msg>
    <msg time='2009-10-21T23:03:09.709+02:00' org_id='oracle' comp_id='rdbms'
    msg_id='ksbrdp:3833:3697353022' type='NOTIFICATION' group='process start'
    level='16' host_id='mredon-es.us.oracle.com' host_addr='192.168.237.130'
    pid='6588'>
    <txt>RSM0 started with pid=23, OS id=6588
    </txt>
    </msg>
    <msg time='2009-10-21T23:03:09.831+02:00' org_id='oracle' comp_id='rdbms'
    msg_id='ksbrdp:3833:3697353022' type='NOTIFICATION' group='process start'
    level='16' host_id='mredon-es.us.oracle.com' host_addr='192.168.237.130'
    pid='6590'>
    <txt>ARC0 started with pid=24, OS id=6590
    </txt>
    </msg>
    <msg time='2009-10-21T23:03:10.832+02:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='mredon-es.us.oracle.com' host_addr='192.168.237.130' module=''
    pid='6486'>
    <txt>ARC0: Archival started
    </txt>
    </msg>
    <msg time='2009-10-21T23:03:10.832+02:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='mredon-es.us.oracle.com' host_addr='192.168.237.130' module=''
    pid='6486'>
    <txt>LGWR: STARTING ARCH PROCESSES COMPLETE
    </txt>
    </msg>
    <msg time='2009-10-21T23:03:10.833+02:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='mredon-es.us.oracle.com' host_addr='192.168.237.130' module=''
    pid='6590'>
    <txt>ARC0: STARTING ARCH PROCESSES
    </txt>
    </msg>
    <msg time='2009-10-21T23:03:11.180+02:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='mredon-es.us.oracle.com' host_addr='192.168.237.130' module='[email protected] (TNS V1-V3)'
    pid='6582'>
    <txt>ARCH: LGWR is scheduled to archive destination LOG_ARCHIVE_DEST_2 after log switch
    </txt>
    </msg>
    <msg time='2009-10-21T23:03:11.183+02:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='mredon-es.us.oracle.com' host_addr='192.168.237.130' module='[email protected] (TNS V1-V3)'
    pid='6582'>
    <txt>ARCH: LGWR is scheduled to archive destination LOG_ARCHIVE_DEST_1 after log switch
    </txt>
    </msg>
    <msg time='2009-10-21T23:03:11.258+02:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='mredon-es.us.oracle.com' host_addr='192.168.237.130' module='[email protected] (TNS V1-V3)'
    pid='6582'>
    <txt>Errors in file /u01/app/oracle/product/diag/rdbms/orclstby/orclstby/trace/orclstby_ora_6582.trc:
    ORA-16014: log 1 sequence# 27 not archived, no available destinationsORA-00312: online log 1 thread 1: &apos;/u01/app/oracle/product/oradata/orclstby/redo01.log&apos;
    </txt>
    </msg>
    <msg time='2009-10-21T23:03:11.263+02:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='mredon-es.us.oracle.com' host_addr='192.168.237.130' module='[email protected] (TNS V1-V3)'
    pid='6582'>
    <txt>USER (ospid: 6582): terminating the instance due to error 16014 </txt>
    </msg>
    <msg time='2009-10-21T23:03:11.429+02:00' org_id='oracle' comp_id='rdbms'
    msg_id='ksbrdp:3833:3697353022' type='NOTIFICATION' group='process start'
    level='16' host_id='mredon-es.us.oracle.com' host_addr='192.168.237.130'
    pid='6592'>
    <txt>ARC1 started with pid=25, OS id=6592
    </txt>
    </msg>
    <msg time='2009-10-21T23:03:12.728+02:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='mredon-es.us.oracle.com' host_addr='192.168.237.130' module='[email protected] (TNS V1-V3)'
    pid='6582'>
    <txt>Instance terminated by USER, pid = 6582
    </txt>
    </msg>
    I've marked in bold the errors which may be causing the problem, ¿what do you think?

  • ORA - 16014 Archival Error

    I ran into an ORA-16014 error when I performed a full database backup using
    RMAN with NoCatalog option. After a backupset(11GB) was generated,an error message box showing on a DOS prompt was: "
    ORA-16014 log 1 sequence# 13080 not atchived,
    no available destinatiins". And it said "Oracle Instance Wenco - Archival Error."
    Any Clue?

    A space issue normally came up with another message "No space left", etc. in the output. I am a little bit doubt this is the case. It seems that the problem is caused by that the archiver stops working or the archive configuration has some problem. You need to make sure the archiver is started and the dest is correct by issuing:
    SQL> show parameter archive;
    If there is no problem, try to restart the archiver by issuing:
    SQL> alter system archive log stop;
    SQL> alter system archive log start;
    Then try to run the hot backup again.
    Good luck.

  • Oracle error: The listener could not find any available service handlers...?

    I'm running Coldfusion 8 and Oracle XE 10, both on IIS 7.
    Every so often, I get this message:
    [Macromedia][Oracle JDBC Driver][Oracle]ORA-12519 The
    listener could not find any available service handlers that are
    appropriate for the client connection. One possible cause for this
    error is that the server was not configured for the specified
    server type (shared/dedicated).
    I can restart the OracleServiceXE service and it works fine.
    However, I have no clue what is causing this. I believe it all
    began once I started using CFSCRIPTS and running queries using that
    instead of CFML. Would anyone know what COULD cause this error to
    happen and what I should look out for? I am new to Oracle and CF
    btw.
    Also, I can access it fine through the oracle homepage, but
    when I attempt to connect to it from the coldfusion administrator,
    it cannot establish a connection to that data source. It is only
    after I restart the service that things go back to normal. Thanks.
    Ryan

    Hello,
    Can you provide output of the following? Any other errors along with this error in alert.log file? Also your listener.ora and tnsnames.ora?
    lsnrctl>set displaymode verbose 
    lsnrctl>services your_listener_name 
    lsnrctl>status
    $> sqlplus '/as sysdba'
    sql> select * from v$resource_limit;Regards
    Edited by: OrionNet on Jan 14, 2009 10:17 PM
    Edited by: OrionNet on Jan 14, 2009 10:22 PM

  • CF error: The listener could not find any available service handlers...?

    I'm running Coldfusion 8 and Oracle XE 10, both on IIS 7. Every so often, I get this message:
    [Macromedia][Oracle JDBC Driver][Oracle]ORA-12519 The listener could not find any available service handlers that are appropriate for the client connection. One possible cause for this error is that the server was not configured for the specified server type (shared/dedicated).
    I can restart the OracleServiceXE service and it works fine. However, I have no clue what is causing this. I believe it all began once I started using CFSCRIPTS and running queries using that instead of CFML. I know this isn't a coldfusion forum, but would anyone know what COULD cause this error to happen and what I should look out for? I am new to Oracle and CF btw. Thanks.
    Ryan

    Hi rpeters83 and 396167,
    Did you find a solution for this?
    We have ColdFusion 7.0.2 connecting to an Oracle Database 10 R2 and we just got this error when executing a ColdFusion component.
    This is the first time we see this error and this CF/Oracle setup has been working fine for a long time.
    Thanks.

  • Archive log mode - ORA-16014

    Hi all,
    I have a development database, oracle 10g R2 (10.2.0.1.0) on OEL 4 environment.
    I had set the database in archivelog mode using this commands.
    ALTER SYSTEM SET log_archive_start=TRUE SCOPE=spfile;
    ALTER SYSTEM SET log_archive_dest_1='location=/arch/' SCOPE=spfile;
    ALTER SYSTEM SET log_archive_format='arch_%r_%t_%s.arc' SCOPE=spfile;
    SHUTDOWN IMMEDIATE;
    STARTUP MOUNT;
    ARCHIVE LOG START;
    ALTER DATABASE ARCHIVELOG;
    ALTER DATABASE OPEN;
    alter system switch logfile;
    but, it is not archiving the redologs. i have seen the following ora-error messages on my alert log file.
    Sat Feb 5 10:50:15 2011
    ARC0: Archiving not possible: No primary destinations
    ARC0: Failed to archive thread 1 sequence 2907 (4)
    Sat Feb 5 10:50:20 2011
    ARC1: Archiving not possible: No primary destinations
    ARC1: Failed to archive thread 1 sequence 2907 (4)
    how can i resolve this problem. pls. help me.
    thanks and regards.

    785092 wrote:
    Hi chinar,
    I have changed the ownership of the /arch mountpoint to oracle user. now the archs are generating.
    now i want to edit the 'pfile' with arch destination details.
    can i create the pfile using the spfile or should i do manually.
    thanks very much chinar.
    Edited by: 785092 on Feb 4, 2011 9:59 PMIf you use(started database with ) pfile then you need manually edit pfile and change LOG_ARCHIVE_DEST_1 parameter else just use ALTER SYSTEM SET LOG_ARCHIVE_DEST_1='location=....'

Maybe you are looking for