8.1.6.1.0 (Linux) Rman Problem

Hi,
after running a single full backup (which completes without a glitch) i tried to show the available backup sets for the target database. But the rman-list command is nonfunctional:
oracle@sdb1:/$ rman target rman_trg/xxx@db1 catalog rman/xxx@db2
Recovery Manager: Version 8.1.6.1.0 - Production
RMAN-06005: Mit Ziel-Datenbank verbunden: SDB1 (DBID=1158085898)
RMAN-06008: Verbindung mit Datenbank des Wiederherstellungskatalogs
RMAN> list backupset of database;
RMAN-03022: Befehl wird kompiliert: list
RMAN-03026: Fehlerbehebung bei Freigabe von Kanalressourcen
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure during compilation of command
RMAN-03013: command type: list
RMAN-06004: ORACLE error from recovery catalog database: ORA-06502: PL/SQL: numerisch oder Wertefehler : Gesamtstellenzahl zu gro_
ORA-06512: in "RMAN.DBMS_RCVMAN", Zeile 7052
ORA-06512: in "RMAN.DBMS_RCVMAN", Zeile 4729
ORA-06512: in Zeile 1
The same error is thrown when other report functions are called.
Any hints?
Regards,
Dirk

Do you have more than one value for
sort_area_size.
Run Query :- select name,value from v$parameter where name like
'sort_area_size';
Result :- sort_area_size
65536, 65536 <-- two values then it is a bug.
Resolution :- Remove duplicate entry from sort_area_size, if this is the
problem. This is not a problem in 9i.

Similar Messages

  • START RMAN PROBLEM ;;; PLZ HELP ME

    Hi all,
    I plan to use RMAN in my backup / recover strategy but getting started with RMAN on Linux Redhat server for Oracle Database 10g Enterprise Edition Release 10.2.0.1.0, I have this error when I enter the following command in os prompt : rman target / catalog
    rman: can't open target
    from ORACLE_SID/bin when I excute this command line :
    ./rman catalog rman/YZhXEv386473
    I can connect to RMAN but this not solve my problem since I have to do a CRON JOB to automate my Backup programs?
    Someone can help me please?
    Thanks a lot
    Regards,
    W

    Hi all,
    I plan to use RMAN in my backup / recover strategy but getting started with RMAN on Linux >> Redhat server for Oracle Database 10g Enterprise Edition Release 10.2.0.1.0, I have this error >> when I enter the following command in os prompt : rman target / catalog
    rman: can't open target
    from ORACLE_SID/bin when I excute this command line :
    ./rman catalog rman/YZhXEv386473
    I can connect to RMAN but this not solve my problem since I have to do a CRON JOB to
    automate my Backup programs?
    Someone can help me please?
    Thanks a lot
    Regards,
    W What you actually executing is RosettaMan (/usr/X11R6/bin/rman - you don't want that), NOT $ORACLE_HOME/bin/rman. Check your path:
    1) $ echo $PATH;
    2) Make sure that $ORACLE_HOME/bin/rman comes BEFORE /usr/X11R6/bin/rman:
    $PATH=$PATH:$ORACLE_HOME/bin:$HOME/bin:..etc...etc...
    OR
    $PATH=$ORACLE_HOME/bin:$PATH:$HOME/bin:..etc...etc...
    .....whatever you have to do to make sure oracle's rman comes before the other rman
    3) Log out and login again....then repeat step 1 to confirm $ORACLE_HOME/bin comes in the path before /usr/X11R6/bin. You should be set then!

  • Dual boot Windows 7 (64) and Arch Linux (64) problems

    Hello:
    I am new to Arch Linux and just finished installing the 64bit on my laptop. It had a prebuilt Windows 7 (64) installed which I kept but split the hdd from 160Gb to 80Gb and 80Gb. I installed Arch there and set 4 partitions, all of them as Logical - a 64 MB ext2 /boot partition; a 512 MB swap partition; a 15 GB root partition; and the rest as my /home partition. My partitions look like this:
    Disk Drive: /dev/sda
    Size: 160041885696 bytes, 160.0 GB
    Heads: 255 Sectors per Track: 63 Cylinders: 19457
    Name Flags Part Type FS Type [Label] Size (MB)
    sda1 Primary Unknown (27) 12889.02
    sda2 Boot Primary NTFS 106.93
    sda3 Primary NTFS [] 73915.11*
    sda5 Logical Linux ext2 65.81*
    sda6 Logical Linux 509.97*
    sda7 Logical Linux ext2 15002.92*
    sda8 Logical Linux ext2 57549.55*
    The install was succesful(this was running from the core install cd) and I installed GRUB to my /boot but when I restarted it loaded Windows 7. I have used Knoppix USB disc to boot and see my Arch Linux install files and edited the /boot/gur/menu.lst file.
    In Windows I installed EasyBCD 1.7.2 and tried to get NeoGrub bootloader working as a dual boot. I tried getting rid of the boot flag for Windows with cfdisk and setting it to my (Logical) sda5. That did not work. So far the only way I have booted into my Arch Linux install has been by going to the Live CD, choosing "Boot from Existing Linux Install" and editing the command files there.
    root (hd0,4)
    kernel /vmlinuz26 root=/dev/sda3 ro
    initrd /kernel26.img
    My goal is to get a dual boot working for Windows 7 and Arch Linux 64 and continue installing the Xorg and KDE to Arch. I just don't know what the problem is here. I don't mind reinstalling Arch if something went wrong, but I would like to keep my Windows running in order and add Arch on.
    Any help would be greatly appreciated.

    I ran the LiveCD and chose "Install to MBR hd0". I ended up with this:
    setup hd(0,1)
    Checking if "/boot/grub/stage1" exists.....yes
    Checking if "/boot/grub/iso9660_stage1_5" exists.....yes
    Running "embed /boot/grub/iso9660_stage1_5 (hd0,1)".....failed(this is not fatal)
    Running "embed /boot/grub/iso9660_stage1_5 (hd16)".....failed(this is not fatal)
    Running "install /boot/grub/stage1 d (hd0,1) /boot/grub/stage2 p (hd0,1) boot/grub/menu.lst".....failed
    Error 31: File is not sector aligned
    My entry for Windows into the menu.lst looks like this:
    # (0) Arch Linux x64
    title Arch Linux x64
    root (hd0,4)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/3841273c-d91e-41d6-9dbf-716a15d03a01 ro
    initrd /kernel26.img
    # (1) Arch Linux x64
    title Arch Linux x64 Fallback
    root (hd0,4)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/3841273c-d91e-41d6-9dbf-716a15d03a01 ro
    initrd /kernel26-fallback.img
    # (2) Windows 7
    title Windows 7
    rootnoverify (hd0,0)
    makeactive
    chainloader +1

  • Linux installation problem on D20

    Hi, guys,
    I am trying to install Redhat Linux x86_64 5.3 on D20 with a Marvell 88SE63xx/64xx SAS controller. As the Linux installer cannot recognize the SAS controller, I download a driver of Marvell mv64xx for Redhat x86_64 5.2 from Lenovo driver matrix website. Unfortunately, no matter how I follow the instruction to load the driver, the so-called mv64xx doesn't drive the Marvel 88SE63xx/64xx SAS controller in D20, so that the Redhat 5.3 Linux installer cannot find any hard drive. This is ridiculous and ironic because I got 5 SAS 15rpm hard drives in D20. Does anyone know how to resolve this problem and get Redhat Linux 5.3 installed on D20 with SAS drives?
    Solved!
    Go to Solution.

    hello, good news everyone
    today i tested the upcoming kernel 2.6.31-1 with ubuntu server x64  (9.10 / karmic)
    and what can i say?
    [    2.536365] mvsas 0000:01:00.0: mvsas: driver version 0.8.2
    [    2.536374] mvsas 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    2.536379] mvsas 0000:01:00.0: setting latency timer to 64
    [    2.537283] mvsas 0000:01:00.0: mvsas: PCI-E x4, Bandwidth Usage: 2.5 Gbps
    [    7.769579] scsi7 : mvsas
    [    7.769954] /build/buildd/linux-2.6.31/drivers/scsi/mvsas/mv_sas.c 380hy 2 byte dmaded.
    [    7.770674] /build/buildd/linux-2.6.31/drivers/scsi/mvsas/mv_sas.c 1365:found dev[0:5] is gone.
    [    7.778539] ata7.00: ATA-7: WDC WD5000AAKS-00TMA0, 12.01C01, max UDMA/133
    [    7.778543] ata7.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
    [    7.779378] ata7.00: configured for UDMA/133
    [    7.779426] scsi 7:0:0:0: Direct-Access     ATA      WDC WD5000AAKS-0 12.0 PQ: 0 ANSI: 5
    the kernel included the mvsas module and its dependant, and ran out of the box doing anything. and yes, it's a software raid, the bios offers raid 5 and 10, but they are greyed out. okay, my graphic is now broken with 2.6.31-1, but hey, the 5 port's are working i almost forgot where i have put the 500gb disk. hdparm -tT showed 7.8gb/s buffered and 77mb/s normal read, which is normal for the drive. 
    because of the nature of a module, i believe you have to compile a kernel with support of mvsas on your own to boot linux from it, or you use the ich10 - only for optical drives - sata port, which works fine with the intel x25-m ssd.
    Message Edited by docc on 07-02-2009 12:06 AM

  • Help ! ! !Oracle 8.1.7, Linux, JDBC problem

    We have been troubleshooting a problem with our recently installed Linux (mandrake 8.0) Oracle DB Server. Everything seems to run fine, except JDBC connections. Whenever we connect to the server with one of our Java applications, JSP, Servlet, etc... the first time it works, then all other java apps get:
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    ... also, our connect strings are correct... seems to be a problem with the listener...
    this only happens on the linux server and not solaris.
    Here is the listener.ora file
    # LISTENER.ORA Network Configuration File: /disk1/OraHome1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = warf))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 216.174.11.57)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /disk1/OraHome1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = warf.world)
    (ORACLE_HOME = /disk1/OraHome1)
    (SID_NAME = warf)
    )

    Also,
    If I stop the listener and restart it... it works, but only for the first JDBC connection... ODBC seems uneffected.

  • Application Server 8.2 on RedHat Linux configuration problem

    Hello,
    We have OS Red Hat Enterprise Linux ES release 4 (Nahant Update 4),
    sun java 1.5.0,
    Sun Java System Application Server Platform Edition 8.2 (build b06-fcs),
    cpu : Intel(R) Pentium(R) D CPU 3.40GHz,
    ram : MemTotal: 2073848 kB,
    hdd : 2x SATA hdd 36Gb,
    NIC : 2x 1Gb/s LAN.
    We have problem with standart Sun Application Server Configuration on Linux.
    Even AdminGui application doesn't work properly.
    Some times, AdminGui application returns
    Unabled to handle pre-compiled JSP '/jsp/LogDetail.jsp'. Expected pre-compiled classname: 'org.apache.jsp.jsp.LogDetail_jsp'.
    Some time on browser we have "The page can not be displayed" exception and so on.
    We deployed our JSF web application on this server and have same problems with our web application. In my opinion it looks like Linux or Sun Application Server misconfiguration, but I don' t know Idea where to look.
    Help me please.

    As you already noticed, RH Linux 8.0 and 9.0 are not on the list of officially supported platforms for Application Server 8.1, but you should still be able to install and run on those Linux versions without major issues.
    Follow generic Linux installation instructions, if you do run into some problems take a look at this article which describes some common workarounds, specifically section titled "Problem: My Linux distribution is not on the list of officially supported platforms for J2EE 1.4 SDK":
    https://j2ee-sdk.dev.java.net/howtos/J2EE_SDK_Installation_HOWTO.html

  • Adobe Reader 9 Linux GUI problems

    Hi!
    I've been using Linux Mint 8 since October 2009. Before that I was using Debian Lenny. I'm trying to use Adobe Reader 9.3 for working with multiple pdf documents. I've run into some problems that didn't seem to exist when I was using it on Lenny (although it was also using Adobe Reader 9.1, so I'm not sure where the problem lies). Here are the problems...
    If I have a large number of pdf's open in tabs, I can view one, but to print, I have to click once somewhere in the toolbar before the print button works - essentially I have to click twice to activate the print button. After that, I cannot activate another tab until I first click somewhere on the document window. Between all these clicks, the mouse pointer is switching back and forth between the nice and smooth Linux mouse pointer, and the ugly and pixelly pointer that Reader uses for some reason. Finally, if I have more tabs open than fit in the width of the window, clicking on the left or right arrows that scroll the tabs scrolls all the way to the very last or very first tab. It will not just move over by one tab. If there is a really, really long list of tabs, I cannot get to the ones in the middle.
    Anyone have a solution for this? I cannot use Evince or other Linux-based pdf viewers due to the startling lack of tab support (really should be a common thing by now, in my opinion). I just don't want to have to juggle tons of windows.
    Thanks!

    I am not fully familiar with Mint, but it is based on Ubuntu ..
    Update to the latest version of Adobe Reader, and re-check these issues.
    TO UPDATE
    Check in Synaptic that the 'partner' software repository is enabled.
    At terminal type:
    (if required) update your system
    ~:   sudo apt-get update && sudo apt-get upgrade  <Enter>
    install latest Acrobat Reader (for Ubuntu Linux), AND font packs
    ~:   sudo apt-get install acroread acroread-fonts  <Enter>
    Then look for Adobe Reader in the applications menu (top left of screen).

  • Linux / Gnome - problem with moving JFrame ?

    I have a swing application which runs fine on Windows. Yesterday I tried it on a Fedora Linux (latest version) with Gnome, running Java 1.5.0_02 and I noticed the following weird problem. When you try to drag a JFrame window by the title bar to move it, it always maximizes it! When you bring it back to regular size, you see that the window was actually moved, but after that it was maximized, as if you double-clicked the title bar. It only happens with Java windows, all other X11 applications behave normally.
    Anybody else have the same problem?

    Btw, it only happens if you specify that you want JFrame and JDialog decorated:
    setDefaultLookAndFeelDecorated(true)
    As much as I like the new 1.5 Swing decorations I guess I will have to stick to no decorations under Linux.

  • ODBC Linux Memory Problem

    Hi,
    I seem to have a big problem with an application I've made.
    The application connects to a Oracle Database, fills the database with arround 1GB of information. Once the database is filled my application launches a series of queries to test performance.
    My problem is when working with Oracle 11 in Linux (Fedora and Oracle Enterprise Linux). Apparently I can't seem to get past the database filling process. The free memory vanishes quite fast, eaten up between my application proces' and Oracle's. Now, I know the problem is not with my application because the same code works perfectly in the following databases:
    Windows:
    - Oracle 10R2
    - Oracle 11g
    - PostgreSQL 8.3
    - MySQL 5.1
    - MySQL 6-alpha
    - SQL Server 2005 Express Edition
    Linux:
    - PostgreSQL 8.3
    - MySQL 5.1
    - MySQL 6-alpha
    My application actually connects to the database and starts executing the inserts successfully. It's just that at some point the memory gets filled up, pretty quickly actually. I've watched the through vmstat. The first one to fall is the free memory, then follows the cache memory. And then it starts filling up swap. When it reaches to 2GB of used swap the behavior differs with the Linux Distribution: Fedora Core 8 crashes horribly, in Oracle Enterprise Linux at some point my application's process goes to "sleep" and I seem to still be able to do other things.
    To connect to the database I use the [OTLv4 library|otl.sourceforge.net]. One might think that my problem is with OTL, but I use the same OTL in all those cases, and unless it's an issue between Oracle in Linux and OTL I don't think it's an OTL issue.
    Can anyone push me in some direction ?
    Thanks.

    Well, you seem to have a memory leak in your application, assuming nothing else is running. Check out the top(1) program; you can get it to sort the displayed processes according to how much %MEM (percent of memory) they are using. First entry is the culprit.
    The best way I've found to locate a memory leak is to run your program using valgrind(1). This tool runs your application in a virtual CPU built in to valgrind(1). It can detect tons of different memory usage issues, from using an un-initialized variable to leaked memory.
    Of course, you may not have a memory problem. Does you program generate huge bursts of I/O or is the I/O more evenly paced? Kernel I/O backlog can consume memory quickly. While your application is running, open two more windows. In one, run the command:
    $ watch -n3 -d cat /proc/meminfo
    and in the other:
    $ watch -n3 -d cat /proc/slabinfo
    Try to figure out what memory usage is steadily increasing; that can tell us if the app is leaking or the I/O channels just can't keep up.
    Hope this gives you some ideas about how to proceed.

  • Linux font problem with LabVIEW 7 Express

    Is there a change in how LabVIEW 7 Express for Linux
    uses fonts? When I run LabVIEW 6.1 (on the same
    machine) the standard font (10pt Application) looks
    very nice (in menus, front panel and diagram). With
    LabVIEW 7 they are not so good to read. What can I do?
    Thanks in advance,
    Armin Herzer

    Hello Evan,
    Sorry for the late replay, but I was on holiday last week.
    I am using Debian GNU/Linux woody 3.0 (testing). The video driver is the one which is shipped with XFree86 in this Debian installation. I also used the newest video driver from NVidia but the problem is the same (btw. is this a NVidia problem? Unfortunally I can only test on machines with NVidia cards). I attached a screenshot to visualize the problem.
    The problem is not VI specific. All text (menus, comments and so on) have this ugly font.
    Thanks in advance,
    Armin Herzer
    FH Ravensburg-Weingarten
    University of Applied Sciences
    Attachments:
    lv6170.png ‏15 KB

  • NW04s Linux Trial : problem installing IBM JDK Fedora Core 6

    Hi,
    I'm trying to install the NW04S Linux Preview on a Fedora Core 6 distribution and I'm encountering a problem with the IBM JDK 1.4.2 installation.
    I've downloaded the RPM package from IBM (IBMJava2-AMD64-142-SDK-1.4.2-7.0.x86_64.rpm
    ), installed it as root but when I try to invoke the virtual machine (java) or the compiler (javac), I got the following error :
    libjvm.so preloadLibrary: /libj9vm22.so: cannot open shared object file: No such file or directory
    libjvm.so failed to load: j9vm22
    Has anyone tried to install the Linux Preview on Fedora and encountered the same problem. It might be connected to some sort of the linux dynamic linker/loader (ld.so) or versions of librairies.
    I'm really lost here and I won't be able to start the installation without a working virtual machine.
    Thanks

    I have double checked the link provided to the IBM JDK in the Linux Trial and it seems I had the wrong version. I've downloaded IBMJava2-AMD64-142-SDK-1.4.2-7.0.x86_64.rpm (1.4.2-7) and the special version for SAP is the IBMJava2-AMD64-142-SDK-1.4.2-2.0.x86_64.rpm (1.4.2-2).
    I have installed it : rpm -ivh IBMJava2-AMD64-142-SDK-1.4.2-2.0.x86_64.rpm
    I have installed it and activated it as the default JVM using alternatives command :
    alternatives --install /usr/bin/java java /opt/IBMJava2-amd64-142/bin/java 2
    alternatives --config java
    I now have a different error :
    [root@macpro ~]# java
    JVM not found: libjvm.so  - libjvm.so
    What could have I done wrong ?
    Thanks for you help

  • Oracle 8i enterprise client linux installation problems

    Hi,
    I have a problem installing oracle 8i client on linux machine. It gives an error message when I tried to run runInstaller.
    this is the error message:
    Initializing JAva Virtual Machine from /usr/local/jre/bin/jre. Please Wait...
    Error in CreateOUIProcess():-1
    :Bad address
    The machine is PII 450 with 128 mb of ram
    Thanks,
    Gurhan Gunduz
    850-6447018

    Gurhan,
    I think it has nothing to do setting the JRE enviroment .from what I could remember is you have to install a JRE enviroment patch..
    If you check you insallation documentation..
    it tell you where to get the patch from..and I also think that you have to create symbolic link...
    If you need more info on this..I could send you the URL..where you could get the patch..
    send me an email..if you need futher assistance..I could then send you the url to get the patches from...
    good luck.
    shah

  • RMAN Problem -- Crosscheck backup & list backup showing different results

    Pls Help !!!
    I'm using RMAN for backup policy is to recovery window of 7 days
    but even on thired day after incremental 0 backup ... if run 'crosscheck backup'
    it shows the previous as expired but when i issue 'list backup' it says available
    what may be the problem.......
    Backup volume is on RAID10 (ZFS on SOLARIS 10)
    Thanks in advance !!
    Regds
    Gyanendra Singh

    if run 'crosscheck backup'
    it shows the previous as expired but when i issueHave u deleted the previous backup...........because according to my knowledge crosscheck command is used to validate any inconsistency between the logical and physical backup files.
    'list backup' it says available
    what may be the problem.......
    List backup will show the previous backup because of the recovery window
    Try this
    crosscheck database
    delete expired
    list backup
    and then see the result
    Regards
    Amit Raghuvanshi

  • Urgent deadline - Please help - Linux serialization problem

    Hi -
    I have a presentation on Wednesday morning of my program for my dissertation. I developed the whole thing in windows - it all works great... but the demo is on a Linux machine. Fortunately I tested today in Linux. I have a real problem. I want to save out a class instance. This code works fine in Windows:
                        String project_name = f.getAbsolutePath() + "/" + directory_name + ".oll";
                        ObjectOutputStream out = new ObjectOutputStream(new FileOutputStream(project_name));
                        out.writeObject(mainCanvas);
                        out.flush();
                        out.close();The problem is that in Linux I just don't get anything saved. There is nothing there at all. No file is saved. I cannot work this out and am in a panic. Any help really appreciated.
    Olly

    Hi ,
    Please try to add this code to u'r prg.
    private void writeFile(String s, String s1)
    throws IOException
    Object obj = null;
    FileWriter filewriter = null;
    BufferedWriter bufferedwriter = null;
    if(sfmsDebug)
    System.out.println("Before Writing Received Messages To a File.");
    String s2 = System.getProperty("file.separator");
    if(System.getProperty("os.name").toUpperCase().indexOf("WIN") !=
    -1)
    File file = new File("c:" + s2 + s1);
    boolean flag = file.createNewFile();
    filewriter = new FileWriter("c:" + s2 + s1, true);
    bufferedwriter = new BufferedWriter(filewriter);
    } else
    File file1 = new File("/home/usr2/barcwas1" + s2 + s1);
    boolean flag1 = file1.createNewFile();
    filewriter = new FileWriter("/home/usr2/barcwas1" + s2 + s1, true);
    bufferedwriter = new BufferedWriter(filewriter);
    bufferedwriter.write(s, 0, s.length());
    bufferedwriter.write("\r\n");
    bufferedwriter.close();
    filewriter.close();
    if(sfmsDebug)
    System.out.println("After Writing Received Messages To a File.");
    }

  • RMAN problem

    Hi,
     I have a problem with RMAN.
     Platform: Window 2000 server
     Oracle: 9ir2 EE
     SPFILE:
      1. LOG_ARCHIVE_DEST_1='LOCATION=E:\oracle\oradata\O9iR2\archive MANDATORY REOPEN=60' SCOPE=BOTH;
      2. LOG_ARCHIVE_DEST_2='LOCATION=E:\oracle\oradata\O9iR2\archive2 OPTIONAL REOPEN=60' SCOPE=BOTH;
     RMAN script:
      run
       ALLOCATE CHANNEL bck2disk1 DEVICE TYPE DISK MaxPieceSize 2G;
       BACKUP DATABASE;
       Backup archivelog all delete input;
       Release Channel bck2disk1;
     When I ran the rman script and I got error below:
     RMAN-00571: ===========================================================
     RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
     RMAN-00571: ===========================================================
     RMAN-03002: failure of backup command at 08/07/2006 15:25:58
     RMAN-06059: expected archived log not found, lost of archived log compromises recoverability
     ORA-19625: error identifying file E:\ORACLE\ORADATA\O9IR2\ARCHIVE2\LOG1_288.ARC
     ORA-27041: unable to open file
     OSD-04002: unable to open file
     O/S-Error: (OS 2) file not found。
     There is a archive log,LOG1_288.ARC, which archived 2 days ago and I have backup and removed already.
     If I don't remove archive log, RMAN would backup archive log twice(this time and next time).
     I know I can use "crosscheck archivelog all;" to solve this problem.
     But I don't understand why it happen.
     Someone who can tell me why?
    Thanks and Regarads,
    PS. Sorry about my poor English.

    Hi ebrian,
     Thanks for you reply.
     Yes, I removed archive logs manually after backup.
     Because RMAN only delete one of multiplexing archive log destinations.
     When RMAN backup archive log, it only backup logs from one of log_archive_dest_n and just delete logs where it backup from.
     I need to delete other archive logs after RMAN backup.
     Because it was not delete all archive logs,
     Next time, RMAN still looked for archive log that have backuped last time and error occured.
     My confusion is why "delete input" in RMAN only delete logs from one of log_archive_dest_n not all of log_archive_dest_n.
     And why RMAN backup archive logs which have backuped last time?
    Thanks and Regards,

Maybe you are looking for

  • IPod Touch 2nd gen deleted all of my pictures?

    My iPod touch 2nd gen 8gb had 150 of my photos on it. I went to view my photos on it and they were all gone! nothing else was deleted besides my photos. I have my photos on my Mac, but why did this happen?

  • Solution Manager 4.0 SR1 install stops at phase 34

    Hi Installing a Solution Manager 4.0 SR1 ABAP+Java central system and have used the new patch 75 kernel 700 DVD from SR2 shipment. O/S version is V5R4. The server also has another SM 4.0 installed system that is defined as the SLD (system landscape d

  • Need inputs on RMAN Backup n Recovery for multiple restore of clean backup

    I will explain my scenario below: We have the requirement of performance testing of our proposed production platform, for this i am asked to take RMAN backup of clean position (Say Day0 or baseline backup) and restore it multiple times for few rounds

  • Launch Appsite in browser failed missing file

    error message in the F12 console log: GET https://10.128.74.169:4301/sap/hana/uis/server/rest/v1/sites/sap%7Chana%7Cdemocontent%7Cepm%7Cui%7Cuis%7Csite%7CUISExample?invalidator=1398075248953 500 (Internal Server Error) and i already import the hana_u

  • No DW CS4 Trial so I Can't Test!

    It is annoying that I have signed up for the incontext preview, but cannot test it. Our company has not purchase Dreamweaver CS4 yet so I would need to use the trial version... which is not available. And my beta is not working anymore either. Bummer