ORA-16038: log 1 sequence # 16 can be archived

Dear all,

I use oracle database 10g release2 on linux platform...

I'm moving any object of type a tablespace to another tablespace logsegment.

But because of the small space for redo log my alter query file has been hanged and not successfully completed. and the

Full poster book.

then I drop the closing database query using the immediate shutdown command.

After that when I'm trying start my database in normal mode, I am getting following error...

ERROR on line 1:
ORA-16038: log 1 sequence # 16 can be archived
ORA-19502: error on the write file ' ', blockno (blocksize =)
ORA-00312: thread 1 1 online journal:
' / var/oracle/oradata/clone/redofiles/REDO_RLOG_01a.dbf'
ORA-00312: thread 1 1 online journal:
' / var/oracle/oradata/clone/redofiles/REDO_RLOG_03b.dbf'


so pls suggest me the solution for this problem.

Published by: user13144127 on February 16, 2012 11:46

Same question, same mistakes, same description but different user names. with double

database does not open due to the ORA-16038: log 1 sequence # 16 can not be arch

Lock this thread.

Tags: Database

Similar Questions

  • ORA-16038: log 1 # 1292 sequence cannot be archived ORA-19809: limit exceede

    I get this error at the start of the 10 g database

    ORA-16038: log 1 sequence # 1292 can be checked
    ORA-19809: limit exceeded for file recovery
    ORA-00312: thread 1 1 online journal:
    ' / usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/onlinelog/o1_mf_1_45ngtrx0_.log'



    Can anyone help me, it's very urgent.

    Lavenu

    Hello
    It seems that your flash recovery area is full.

    To check this, run the following query. It will show the size of the recovery area and how complete it is:
    fixed lines 100
    Col name format a60
    Select name
    floor (space_limit/1024/1024) "size MB"
    ceil (space_used/1024/1024) "used MB"
    v $ recovery_file_dest
    by name
    /
    To resolve this problem, you must expand the flash recovery area or delete some files from it.

    If you have the available disk space, expand the recovery area:

    ALTER system set db_recovery_file_dest_size = scope = both
    /
    To delete the files, you must use RMAN. Manually move or delete files has no effect because oracle will know. Is the obvious choice for backup and remove some log files archive. However, if you usually write your RMAN backups on disk, this could prove difficult. RMAN will attempt to write the backup of the recovery flash... area that is full. You can try to send the backup also using a command like this:

    RMAN target / catalog user/pass@rmancat

    Run {}
    allocate channel t1 type disk;
    backup ARCHIVELOG all delete them input format ' //arch_%d_%u_ %s;
    output channel t1;
    }
    This backup all archive logs files in a directory of your choice and then remove them.

    Kind regards
    Navneet

  • ORA-16038, ORA-00354, ORA-00312 block header corrupt redo log

    Hi all

    I'm Ann. I'm not an Oracle DBA. Please bear with me. However, I have to accelerate to become a DBA during the time that the dedicated DBA is on maternity leave.
    As usual, we have the online site and test site.
    She gave me some notes about how to take care of the database of active and application (Oracle 10 g).
    But so far, I can't do a lot of command calls the site online because we have plenty of space for the server, also the biggest part of the task has been scripted. So, it can work automatically.

    However, the test database is not like that. There is not automatically restart scripts as in the live system.
    Recently I canont access to the test database. So I connect to the test server, find the folder that contains the Archive Log files is nearly 98%.
    So I remove some of the old dbf files (I did based on the Advisor to the Chief of this last time, it happened a long time ago)

    After clear some old files, make a df h the rate at 58%.
    However, the database is still not available (can't open I think)
    I connect to the database, making an immediate halt, but Hung Server.
    So, I ask a network engineer to restart the database server.
    Of course, the machine is stop so the database must be completed.
    After the machine restarts, I connect as sysdba but still cannot open the database.
    The error is as below



    Mounted database
    ORA-16038: log 1 sequence # 1013 cannot be archived
    ORA-00354: corrupted redo log block header
    ORA-00312: thread 1 1 online journal:
    *'/Data/oradata/barn/onlinelog/o1_mf_1_2658nhd4_.log'*
    ORA-00312: thread 1 1 online journal:
    *'/arclogs/oradata/BARNTEST/onlinelog/o1_mf_1_2658nhd4_.log'*

    I search and I get these
    ORA-16038, ORA-00354, ORA-00312 block header corrupt redo log

    + (http://arjudba.blogspot.co.nz/2008/05/ora-16038ora-00354ora-00312-corrupt.html) +.
    Error description:
    ------------------------
    Normal users could not connect to the database. He messaged ORA-00257: internal connection only up to this just released. When you try to archive the redo log, it returns the message.

    ORA-16038: log %s sequence # %s cannot be archived
    ORA-00354: corrupted redo log block header
    ORA-00312: ' %s % s: "%s '" thread online journal


    Explanation of the problem:
    -------------------------------
    Whenever the normal user tried to connect to the database returns the error as it is designed in

    ORA-00257. But you've noticed that there is enough space in the V$ RECOVERY_FILE_DEST. Whenever you look at alerts log, you will see the ORA-16038, ORA-00354, error ORA-00312 serial. Produced error as because it doesn't have archives online redolog due to an alteration in the online redo file.

    Solution of the problem:
    --------------------------------
    Step 1) while making your database running clearly non archived redo log.
    SQL > alter the clear database untarred logfile "logilename";

    What makes corruption disappear which causes the contents of the redo online deleted file.
    Step 2) make a full backup of the database

    Is my question here safe to apply the following steps:
    We have 2 logs online that cause the error, until I need to erase the 2 files.

    For step 2, how to make a backup with RMAN.
    Can you suggest a command line safe for me to use. (The EM console surrently do not work on the test database server)

    I really need that test database managed as my apps APEX run on this need to be exported to the live system.

    Really appreciate any help here, once again, it's an Oracle 10 g release 1.

    Kind regards

    Published by: Ann586341 on April 30, 2012 15:40

    Published by: Ann586341 on April 30, 2012 15:40

    Your problem is with redolog 1

    SQL > select * v log$;

    check the status of the Group 1 regardless of whether ACTIVE or INACTIVE.

    If it is INACTIVE, then run the command below

    SQL > ALTER DATABASE CLEAR NO ARCHIVED LOGFILE GROUP 1;

    then

    SQL > alter database open

    Published by: Vishwanath on April 30, 2012 10:11

  • ORA-16038: sequence of log 2 422 cannot be archived

    Hello

    I have a problem, when I try to start a database:

    SQL > the judgment;

    ORACLE instance stops.

    SQL > startup open;

    ORACLE instance started.

    Total System Global Area 1577058304 bytes

    Bytes of size 1305760 fixed

    964690784 variable size bytes

    603979776 of database buffers bytes

    Redo buffers 7081984 bytes

    Mounted database.

    ORA-16038: sequence of log 2 422 cannot be archived

    ORA-19504: cannot create the file «»

    ORA-00312: wire 2 1 online journal:

    "+ DATAGROUP/frge/onlinelog/group_2.354.833381221".

    ORA-00312: wire 2 1 online journal:

    "+ DATAGROUP/frge/onlinelog/group_2.355.833381221".

    Thank you

    Hello

    Please check your alert log content, that the location of the log file of the alerts can be found throughout this sql:

    SQL > select * from v$ diag_info;

    also, check out this site refrence: http://itbloggertips.com/2013/05/oracle-not-started-database-startup-fail-with-ora-16038-ora-19809-ora-00312-error/

    Kind regards

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

    When you try to start my database shows my journal alerts

    ORA-16014: connect 2 sequence # 283 not archived, not available destinations

    ORA-00312: wire 2 1 online journal: ' / home/app/oracle/oradata/PRIMARYP/redo02.log'

    I can get the ok of the instance, 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 *.
    v $ recovery_file_dest;

    sufficient free space of FRA - shows

    NAME

    --------------------------------------------------------------------------------

    SPACE_USED SPACE_RECLAIMABLE NUMBER_OF_FILES SPACE_LIMIT

    ----------- ---------- ----------------- ---------------

    / Home/app/Oracle/fast_recovery_area

    + 10 5506131968 3297617408 159 2.3622E

    Select error
    v $ archive_dest;

    shows no errors

    Can anyone help!

    Thanks, Jim

    The broker indeed seems to have changed all parameters of LOG_ARCH_DEST_n when I did a swap / switchback using the PRIMARYP and STANDBYP databases.

    Data not archived clear alter logfile Group 1;

    indeed to create a space that was insoluble. I had to rebuild / recover the standby

    Jim

  • Windows Search 4 the program active with a log on before you can use the start menu. It is sometimes impossible to open an Office application.

    Original title: search Windows 4

    With Windows Search 4, the program active at the log on before you can use the start menu. Several search screens occur and reproduce when they are closed. Sometimes it's impossible to open an Office, research childcare opening application.

    Hi Ken_978,

    ·         How long have you been faced with this problem?

    ·         Did you do changes on the computer before the show?

    ·         The question is only limited to Office applications?

    ·         What exactly happens when you try to open an Office application? You receive an error message?

    Follow the suggestions below for a possible solution:

    Method 1: I suggest that you scan your computer with the Microsoft Security Scanner, which would help us to get rid of viruses, spyware and other malware

    The Microsoft Security Scanner is a downloadable security tool for free which allows analysis at the application and helps remove viruses, spyware and other malware. It works with your current antivirus software.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: The Microsoft Safety Scanner ends 10 days after being downloaded. To restart a scan with the latest definitions of anti-malware, download and run the Microsoft Safety Scanner again.

    Important: While running scan on the hard drive if bad sectors are found on the hard drive when scanning try to repair this area if all available on which data may be lost.

    Method 2: If this does not help then you can uninstall and reinstall Windows search 4.0 on the computer.

    Follow the steps below to uninstall:

    a. click on Start

    b. click Control Panel

    c. select Add / Remove Program

    d. place a check on "Show updates"

    e. you will see Windows Desktop Search 4.0 and uninstall it.

    Reinstall back, you can see the link below:

    http://www.Microsoft.com/Windows/products/winfamily/desktopsearch/choose/windowssearch4.mspx

    Hope this information helps.

  • I'm trying to uninstall Verizon's VZ Access Manager. I get "invalid UNINSTALL Uninstall Wise. LOG file. How can I get this off for Verizon can help me to get the new drivers installed?

    I'm trying to uninstall Verizon's VZ Access Manager.  I get "invalid UNINSTALL Uninstall Wise. LOG file.  How can I get this off for Verizon can help me to get the new drivers installed?

    Hello retabox, welcome.

    It would seem that the installer is corrupted. I recommend trying to use the Windows Installer Cleanup utility to force - to remove the application. Try this:
    2. click on the download link in the middle of the page
    3. save the file to your desktop or just click Run the installation of the application
    4. once the application is installed, open the utility. The utility must be located in the menu START under (START > programs > Windows Installer...)
    5. in the utility, find the application you want to uninstall, and then click the button 'delete' below
    6. once removed, restart the computer and see if you can reinstall the application
    Let us know if it works,
    Thank you!

    Ryan Thieman
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • My creative cloud application is empty, even if I am logged in. I can't see my apps or access my files creative slud. Why?

    My creative cloud application is empty, even if I am logged in. I can't see my apps or access my creative cloud files. Why?

    Please visit:creative cloud is empty window why?

    Re: Empty opening creative cloud app

    Cloud Desktop App is empty

    I hope this helps.

    Concerning

    Megha Rawat

  • OLA gostaria of sabre to EU can os archives IPA por meio digital publishing, sem ter as disponibiliza-los na apple store

    OLA gostaria of sabre to EU can os archives IPA por meio digital publishing, sem ter as disponibiliza-los na apple store

    Bing translate: 'Hello I wonder if I can IPA files through digital editing, without having to make them available on the apple store'

    The only way to do so is with the distribution of the company. It takes a DPS Enterprise Edition and an Apple Enterprise Developer license.

    Neil

  • ORA-19599: block number 1985 is corrupt in archived log + FG.

    Hi team,

    I couldn't take the RAC database archivelog backup. Please help me

    RMAN > VALIDATE the BACKUP DATABASE ARCHIVELOG ALL;

    From backup 24 March 13
    using channel ORA_DISK_1
    channel ORA_DISK_1: from full datafile backupset
    channel ORA_DISK_1: specifying datafile (s) in backupset
    input datafile fno = 00001 name=+DG1/kvxcprd/datafile/system.260.777756857
    input datafile fno = name=+DG1/kvxcprd/datafile/sysaux.268.777756857 00003
    input datafile fno = name=+DG1/kvxcprd/datafile/undotbs1.263.777756857 00002
    input datafile fno = 00005 name=+DG1/kvxcprd/datafile/undotbs2.264.777756983
    input datafile fno = name=+DG1/kvxcprd/datafile/users.267.777756857 00004
    channel ORA_DISK_1: complete set of backups, time: 00:00:25
    channel ORA_DISK_1: from archive newspaper backupset
    channel ORA_DISK_1: specification of archive log backup set
    archive log entry thread = 2 sequence 17 recid = 26 = 810915691 stamp =
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 24/03/2013-14:37:11
    ORA-19599: block number 1985 is corrupted in +FG/kvxcprd/archivelog/2013_03_24/thread_2_seq_17.269.810915689 archived journal

    RMAN > backup archivelog all;

    From backup 24 March 13
    Current archived log
    using channel ORA_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup to 24/03/2013-14:39:52 command
    ORA-19563: file header validation failure

    Thank you and best regards,


    Published by: 995796 on March 24, 2013 02:26

    Published by: 995796 on March 24, 2013 02:27

    You must exclude this backup archivelog. Rename the archivelog (via asmcmd) and then run OVERLAP ARCHIVELOG ALL while Oracle would mark it as 'Out of date' when it does not find the archivelog. (You can also run an ARCHIVELOG DELETE or REMOVE the ARCHIVELOG EXPIRES to logically remove).

    You should document this archivelog missing so that any required later retrieval knows this archivelog isn't available, so a point in time to recover to any point of the last backup before this archivelog to a point in time of the archivelog or as the result of it would not be possible until the next backup.

    Needless to say, take a fresh database backup.

    Hemant K Collette

  • ORA-01017 logging in OEM as sysdba but not as usual

    I have a 10,2.0.4 database of area B which was created from a cold backup of a database on the box has (Solaris 10).  The agent is 11.1.0.1 as the database on area C (Linux) with the OEM repository.

    I created a (fs) user that has sysdba privileges in the 10.2.0.4 database on box A.  Since the creation of a cold backup of database box A box B database, the user exists with the same privileges and password.

    OEM, when I connect to the database on the box, I can connect with fs user, password and then in the drop-down menu, select sysdba and I connect.  When I try to log in using the OEM for the database on the zone B, I enter the user as fs, give the password, click the menu drop down and assign sysdba and the connection fails and ORA-01017.  I tried to retype the password and it has not yet.  I've logged in area B, connected with fs as sysdba in sqlplus and had no problems.  I went back to the OEM and tried again with the error 1017.

    Here's the weird thing: if I try to connect as fs in OEM to database of area B, but leave it as 'normal', the connection works fine.  It only fails when I try to open a session using fs as sysdba and who fails only OEM.

    Someone at - he already seen this before?

    Hello

    have you copied the orapwd file?

    Check on the box A and box B select * from V$ PWFILE_USERS;

    Are the results the same?

    Best regards

    Kuba

  • ORA-01031 on create sequence with Execute Immediate

    I have the following statement in a procedure:
    EXECUTE IMMEDIATE
      ' CREATE SEQUENCE my_seq
        INCREMENT BY 1
        START WITH 130224
        NOMINVALUE
        NOMAXVALUE
        NOCYCLE
        NOCACHE';
    When the statement is executed, I get an ORA-01031: insufficient privileges error.

    I can run the CREATE statement in sqlplus. The schema from which I executed the CREATE statement is the same as that under which the procedure is run. In addition, the procedure is also created in the same schema.

    What a privilege I'm missing?

    Your privilege CREATE SEQUENCE given to you through a role.

    Roles are not considered in the stored procedures, you must have the privilege granted directly to your user name.

  • Apple "final cut pro 7", high res Pro 422lt 1920 x 1080 (odd) clips, is this gradual?, no 1080 progressive setting sequence, how can I ensure that I have the best setting of the timeline for my clips

    Apple "final cut pro 7", high res Pro 422lt 1920 x 1080 (odd) clips, is this gradual?, no sequence definition 1080 progressive

    How can I make sure that I have the best setting of the timeline for my clips. I did all the settings of Mount clips but there is no progressive setting for 1080 p. Images originally dslr Nikon that I used mpeg streamclip to convert to prores. Thanks for your help!

    The frame for you size source of material is HDTV 1080i (16:9). That only sets the size of the image, not the domination of the field, it's what makes progressive or interlaced. The reason it's labels with the 'i' is that when FCP7 was abandoned by Apple, they have never updated the software in order to take account of 1080 p contents.

    To make your progressive sequence, set the dominant field to None.

    gerforce wrote:

    Images originally dslr Nikon that I used mpeg streamclip to convert to prores.

    In your screenshot of the properties of the element for your clip to the source, the material is interlaced. At the original camera file interlaced or progressive?

    Also, the fps footage was actually 30 original and 29.97 not standard?  30 images/s is very limited its use.

    MtD

  • Signs of Windows on automatically without having to connect. So, I have to go in the taks Manager and log. So I can log on and all programs of work.

    1 have had any changes made on the computer before the show? NO.

    2. what programs you're talking about? All programs

    3. do you get an error message? If Yes, what is the full and exact error message? No error message

    A moderator has moved this thread to the Windows Performance and Maintenance Forum.

    Hello, Erik.

    I see that you have been through the process before, lol.  Windows OS?

    Some programs do not work correctly if you log on with a limited user account

    http://support.Microsoft.com/kb/307091

    Programs that use DCOM do not work correctly after you install Microsoft Windows Server 2003 Service Pack 1

    http://support.Microsoft.com/kb/892500

    Perform a clean boot to determine if background programs interfere with your game or program

    http://support.Microsoft.com/kb/331796

    You can also try to create a new profile.  Test and check if the problem persists with the new account.  If everything works, your profile is corrupt.

    Difficulty of a corrupted user profile

    http://Windows.Microsoft.com/en-us/Windows-Vista/fix-a-corrupted-user-profile

  • For some reason, my laptop does not accept my password that I used for years. How can I bypass the password and be able to log in, so I can restore the password?

    The last time I used my cell phone he has worked. Now when I try to log on to my laptop, it sends me an error message that your password is invalid and I cannot open a session.  My grandchildren love enter my office and play with my computer and I think that this could happen. No evidence!  Can you help this old

    grandpas recover his laptop running.  I use Windows XP Professional. The computer is Aspire 4730Z and is about 4-5 years of age.  Thank you!

    Note: Only you should be able to access your user profile. Your grandchildren need to use the ONLY guest account!

    For more tips, see http://aumha.net/viewtopic.php?t=30095

Maybe you are looking for

  • HP pavilion 15-n076ed: Wifi

    Hello I have a hp pavilion 15-n076ed with a wifi card that supports only 2, 4 GHz. Since I have a router that supports the 2.4 and 5 GHz, I would replace the wifi card by one that supports both frequencies. Please inform what wifi card I could use to

  • Windown XP stop delay problem

    When I try to close it (using Windows XP Professional) it takes 2 minutes to the menu "shut down and closing of session/restart" to appear, but after selecting "shutdown" it goes back to my office and does nothing except the icon flashes, then I have

  • Download Itunes Vista 32 bit HELP Please :(

    I can't download itunes on my laptop Vista (32 bit) whenever I try to install I get an error message 2. It's so frustrating that I tried to uninstall and reinstall hundreds of times! He mentions Apple Application Support. What should I do? I tried ev

  • Pavilion dv6-3010 us: Windows 7 will not take paper

    My computer rejects the logon password. When I use the password, I get a message that "the user profile Service has no log on." The profile cannot be loaded. "If I enter an incorrect password, I get a prompt to a reset of Password Wizard, but requiri

  • Data error (cyclic redundancy check); Error code 0 x 80070017

    OS: Win7x64-home. On the last system weekly backup on USB expansion, including several manual attempts, received a notice of Action Center "last backup was not successful; Data error (cyclic redundancy check); Error code 0 x 80070017. "Correct previo