I have some problems to make a backup with RMAN LV0.

Mi database is Oracle 11gR2U4 and mi OS is Oracle Linux 6.5, is a two-node CCR environment.

I always do my backups with a personal script and I've never had any problems, but it is the function with the RMAN command.

function Backup_Level0

{

Path_Config

FileLog = $DIR_BACKUP / $PROVINCIA "_LV0_" $FecTime.log

FileError = $DIR_BACKUP / $PROVINCIA "_ERROR_LV0_" $FecTime.log

FileBack=$DIR_BACKUP/$PROVINCIA"_LV0_"%s

echo $DIR_TERMINAL >/tmp/entry

mkdir Pei $DIR_BACKUP

$ORACLE_HOME/bin/rman LOG = $FileLog < < EOF >/dev/null

connection TARGET;

backup as compressed backupset incremental of level 0 format '$FileBack' TAG 'RMAN_LV0' database includes current controlfile more entered archivelog delete;

EXPRESSIONS OF FOLKLORE

}

It's the log RMAN backup

channel ORA_DISK_2: from part 2 to 21 August 15

RMAN-03009: failure of the backup command on the ORA_DISK_2 channel at 21/08/2015-07:00:56

ORA-19504: cannot create the file ' / salva_rman/BD/190815/BD_LV0_453.

ORA-27038: created file already exists

Additional information: 1

channel ORA_DISK_2 disabled, job failed on it will run on another channel

channel ORA_DISK_1: starting from compressed backup set incremental level 0 datafile

channel ORA_DISK_1: specifying datafile (s) in the backup set

I do not know why this error.

I appreciate any help!

Hello

change:

"$FileBack" TAG "RMAN_LV0".

for:

"$FileBack" TAG "RMAN_LV0" %u

Please read the doc format rman on oracle:

http://docs.Oracle.com/CD/B28359_01/backup.111/b28273/rcmsubcl010.htm

Tags: Database

Similar Questions

  • Sierra Siri, «I have some problems with the connection...» »

    Guys,

    I just installed Sierra on my MacBook Pro (retina, 13 inches, early 2015) version 10.12. I can't get Siri at work, the app tracks, he hears what I'm saying, but after awhile, he returns with two messages, both on the screen and verbally "I have some problems with the internet connection. Please try again in a moment. "&"Sorry, I'm having problems with the connection. Please try again in a moment. »

    Any ideas?

    Thank you

    N

    It's a network problem.

    Check the proxy settings that blocks maybe, or a firewall.

    System Preferences > network > Advanced (for your current connection) > Proxies

    Something there?

  • Hi, my asus memo pad hd 7, I have some problems whit videos, they run but Pentecost numerous scratches in image

    Hi, my asus memo pad hd 7, I have some problems whit videos, they run but Pentecost numerous scratches in the image.

    What can an i?

    the firefox is apdated.

    Thank you

    You would check Firefox Beta? https://play.Google.com/store/apps/details?ID=org.Mozilla.firefox_beta

    We have seen reports that this issue is resolved in Firefox Beta. Can you confirm?

  • Hi, my iphone 5 have some problem in its port .i want to replace it, can someone tell me how much I spent on this iphone?

    Hi, my iphone 5 have some problem in its port .i want to replace it, can someone tell me how much I spent on this iphone?

    Apple will usually provide a replacement

    You can check the cost here

  • Microsoft Solitaire - message: "we have some problems to connect to Internet to download Microsoft Solitaire Collection data...» »

    For the last 2 days, when I opened my Microsoft Solitaire Collection, the program opens and I'll click on one of the 5 games and as soon as the second 15 announcement is complete, a message appears that says: "we have some problems to connect to Internet to download Microsoft Solitaire Collection data...» ».  What this mean and is there a way I can fix it?

    I uninstalled the MS Solitaire Collection, then reinstalled from the store. Connected on the first try. The app itself is the problem.

  • I have some problem in my query to sql server. If I press f5 to run it opens to record dialogue area nd do not run (I don't get successful... orders etc). Please help me

    I have some problem in my query to sql server. If I press f5 to run it opens to record dialogue area nd do not run (I don't get successful... orders etc). Please help me

    Hello

    SQL Server is not supported in these forums. I suggest that you ask your question again in one of the forums dedicated to Microsoft for him here:

    http://social.technet.microsoft.com/Forums/en-us/category/sqlserver .

    Thank you.   :)

  • I have some problems when connecting my hub USB for Windows 7.

    Original title: Windows 7 & PnP...

    I have some problems when connecting my USB hub (this is PnP)...  I don't know Don t what the issue with windows 7 and PnP´s, but I ´ve read some info about it on the net saying that peripheral soe Pnp will not work on windows 7... So, what can I do?

    Hello

    1. What is the brand and model of the computer/hub USB?

    2. what happens when you plug the USB hub to the computer?

    3 - is it is not detected?

    4. other USB devices work?

    Response with more information to help you further.

    The hardware which are not compatible with Windows 7 will not work with it. However, almost of hardware and software are compatible with Windows 7.

    Step 1:

    See if the USB hub is compatible with Windows 7.

    http://www.Microsoft.com/Windows/compatibility/Windows-7/en-us/default.aspx

    Step 2: Run the following fix - it:

    Hardware devices do not work or are not detected in Windows:

    http://support.Microsoft.com/mats/hardware_device_problems/en-us

  • Hi, I have an older iMac with Intel duo core 2.16 GHZ, 250 GB HD, 2 GB of SDRAM and Mac 10.6.8. I want to spend 10.7 and I need to know if my CS6 will have some problems I'll be able to downgrade to 10.6.8? Thank you

    Hi, I have an older iMac with Intel duo core 2.16 GHZ, 250 GB HD, 2 GB of SDRAM and Mac 10.6.8. I want to spend 10.7 and I need to know if my CS6 will have some problems I'll be able to downgrade to 10.6.8? Thank you

    You need to ask questions of an operating system on an Apple forum

  • I have some problems with a ONE_TO_MANY relationship, can not insert the record

    I have some problems with a ONE_TO_MANY relationship:

    Imagine the following entities:

    -J' have an operational entity with a relationship to workers one_to_many something like:
    @SecondaryKey(relate = Relationship.ONE_TO_MANY,
        relatedEntity = Worker.class)
        private Set<String> workers;
    -The category of workers is a simple annotated entity.


    Now, I want to do the following and I get the error:

    -Create a bunch of tasks
    -Insert tasks into the entitystore
    -create a set containing all the tasks of primary key
    -involve workers to tasks
    -Insert the task in the database


    The above procedure works fine, but when I try to associate the same set of workers with another task I get an exception like:
    com.sleepycat.je.DatabaseException: (JE 3.3.75) Could not insert secondary key in persist#Sample#sample.Task#workers OperationStatus.KEYEXIST
            at com.sleepycat.je.SecondaryDatabase.insertKey(SecondaryDatabase.java:887)
            at com.sleepycat.je.SecondaryDatabase.updateSecondary(SecondaryDatabase.java:807)
            at com.sleepycat.je.SecondaryTrigger.databaseUpdated(SecondaryTrigger.java:42)
            at com.sleepycat.je.Database.notifyTriggers(Database.java:1735)
            at com.sleepycat.je.Cursor.putInternal(Cursor.java:1368)
            at com.sleepycat.je.Cursor.putNoOverwrite(Cursor.java:498)
            at com.sleepycat.persist.PrimaryIndex.put(PrimaryIndex.java:366)
            at com.sleepycat.persist.PrimaryIndex.put(PrimaryIndex.java:315)
    Can someone please clarify what my problem is and where I should change for this case study work?

    Thank you

    The above procedure works fine, but when I try to associate the same set of workers with another task I get an exception like:

    The table in this javadoc should help. Please think about whether they are 1 of many, many 1 or many is the appropriate link.

    http://www.Oracle.com/technology/documentation/Berkeley-DB/je/Java/COM/Sleepycat/persist/model/SecondaryKey.html#relate)

    -mark

  • Backup with rman backup sets

    Hi experts. I know about backup of backup without rman example sets but I want to know is there a way to backup with rman backup sets.

    Perhaps it works for your condition.

    RMAN > backupset backup is complete before ' sysdate-1';

    Kind regards

    Shivananda

  • ORA-25408: can not read the appeal during a duplicate backup with rman catalog database safely

    Hello

    I did a database duplicate backup with rman catalog connection and got the ORA-25408: cannot read error call safely.

    The catalog database is running in a Data Guard environment.

    During the double process database failover occurred because of a server restart.

    The restore of the data files was successful:

    RMAN-08023: channel t1: restored the backup part 1

    RMAN-08180: channel t1: restoration complete, duration: 00:01:15

    RMAN-03091: finished the restoration at 27.08.2014 09:27:10

    During execution of script memory:

    RMAN-08161: content of the Script from memory:

    {

    switch from clone datafile;

    }

    RMAN-08162: execution of Script memory

    I got this error:

    RMAN-08162: execution of Script memory

    RMAN-08031: output channel: t1

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of Db in dual at 27/08/2014 09:27:10

    RMAN-05501: abandonment of duplicate target database

    RMAN-03015: an error has occurred in the script stored memory Script

    RMAN-06004: ORACLE recovery catalog database error: ORA-25408: cannot read safely call

    Dual boot time: 16:00

    Failover time: 18:00

    Error time: 09:00 the next day

    DB version: 11.2.0.4.0, not the RAC environment, single instances

    That's happened? My My db catalog rman session did not survive? Why the error happened at 09:00 (and not 17:00)? Why the session called the catalog rman during switching of the data files?

    Can someone explain it to me?

    Thank you!

    Hello

    The connection of the RMAN catalog remains inactive during the backup/restore process, once rman completes the task and try to activate the connection it gets error.

    What is expected as you said the rebooted server. If this happens because of the expiration time, we went with the parameter net expire_time to maintain the connection.

    Thank you

    Bigot

  • Unable to cold backup with rman

    Dear all
    I am trying to perform cold backup with rman and my script follows


    Run {}
    stop immediately;
    bootable media;
    allocate channel dup1 device type disk;
    allocate channel dup2 device type disk;
    backup format ' / home/oracle/ORACLEBACKUP/%U' database;
    output channel dup1;
    output channel dup2;
    ALTER database open;
    }
    When I run this script in rman it shows errord


    database closed
    dismounted database
    Instance Oracle to close

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the boot command at 14/01/2011 14:31:30
    ORA-12514: TNS:listener is not currently of service requested in connect descriptor

    RMAN >
    There is no error in my script or other

    Thanks in advance

    Shaikh Abdul Anthony

    You connect through an earpiece.
    The listener becomes aware of the database when you turn it off.

    You run RMAN from the same server as the database? You need not connect through an earpiece.

    Hemant K Collette

  • Hello. I have some problems with my ATI graphics card

    I have a 4540 s HP's Probook. Whenever I open my laptop, it says this:

    WARNING: The Catalyst Control Center is not supported by the version of the graphics adapter driver you activated. If you please update your ATI graphics driver or enable your ATI card using the display manager.

    I tried to update the driver but it will not work. In addition, - sleep mode doesn't work for me. I don't know why.

    It has worked well so far.

    Some help would be really nice. Thank you for your time!

    Dark salvation,

    At this point, the best way is to go to:

    http://support.AMD.com/en-us/download/auto-detect-tool

    Download and run auto detect tool, it will install the best drivers for you directly from AMD support page, so you will solve your problem.

    A few clicks and the work is done!

    I wish you all the best, report it please if you have any problems!

    < < <-*.
    * Click on the star of CONGRATULATIONS on the left to say 'Thank you'*.

    Make it easier for others to find solutions by checking a response to "Accept as Solution" if it solves your problem.

  • Others have some problems using Firefox as well as of the Charter? Mine is with my research.

    I used and enjoyed Firefox for years. I have Charter cable and my homepage is Charter.net. When I try to use Google search on the home screen, the results are terrible, gives me nothing more than the search box Google (his entry) and a white screen empty.

    Is there a way that I can take care of this problem?

    I don't have this problem when I try to use Internet Explorer, but I had many use Firefox instead. Thank you.

    You can attach a screenshot?

    Use a type of compressed as PNG or JPG image to save the screenshot.

    Try disabling hardware acceleration in Firefox.

  • I have some problems to install CS4 Design Standard...

    My system is win8.

    And I have a disk for installation of CS4 Design Standard version in traditional Chinese.

    Whole process are very good... but there something wrong...

    2014-07-11_144749.png

    It is said: installation is complete, but there something error occur.

    And the list on the right is 'products concerned '.

    In the lower left corner, it is 'information' or 'detail' or something like that...

    Screen shot.↓


    2014-07-11_144732.png

    This message says:
    "Adobe Flash Player 10 ActiveX."
    Error:

    Error 2.



    Can someone tell me what is the problem with my installation?


    Thank you ~ ~



    If everything seems to work, leave it.  If you have a problem:

    Uninstall all cs4 programs and use the cleaning tool cleaner, use of the CC to resolve installation problems. CC, CS3 - CS6

    Uninstall flash player, Uninstall Flash Player | Windows

    Restart your computer.

    First install indesign.

    then install photoshop

    Then install acrobat and Illustrator

    Then, install the remaining programs of cs4.

Maybe you are looking for