ORA-19504: cannot create the file '+ DATA '.

Hello everyone.

This is the scenario:

We have a test server that is used to restore daily backups of the Production database. Restore us the database with the same SID as the production one.

For specific reasons, we need create a second database (with a different SID) on this server with an older backup from the production one. To realize that I'm trying to use a part of the "DUPLICATE without connection to the target" tutorials on the web.

I tried the simple guide that I found which is:

(1) copy the backup files cold /somedirectory

(2) start OLD database with nomount

(3) connect RMAN with OLDER as an auxiliary

(4) run the following: DUPLICATE DATABASE FOR OLD BACKUP LOCATION ' / somedirectory' NOFILENAMECHECK.

Here's the result (I deleted some lines because of the size of it):

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

RMAN > ProdDB to OlderDB DUPLICATE DATABASE

2 > LOCATION of BACKUP "/ home/oracle/OlderBackupFiles.

3 > NOFILENAMECHECK.

4 >

From October 1, 14 Db double

content of Script memory:

{

clone of SQL 'alter system set control_files =

"+DATA/OlderDB/controlfile/current.829.859839217" comment =

' Set by RMAN "scope = spfile;

clone of SQL 'alter system set = db_name

"ProdDB" comment =

' Modified by RMAN duplicate "scope = spfile;

clone of SQL 'alter system set db_unique_name =

"OlderDB" comment =

' Modified by RMAN duplicate "scope = spfile;

clone to stop immediately;

Start clone force nomount

Restore controlfile primary clone of ' / home/oracle/OlderDB/controlfile_ProdDB_20141001_4159.bkp';

change the clone database mount;

}

execution of Script memory

SQL statement: alter system set control_files = comment "+DATA/OlderDB/controlfile/current.829.859839217" = "defined by RMAN" scope = spfile

SQL statement: change the system db_name set = comment "ProdDB" = "modified by RMAN duplicate" scope = spfile

SQL statement: alter system set db_unique_name = comment "OlderDB" = "modified by RMAN duplicate" scope = spfile

(...)

From restoration to 1 October 14

allocated channel: ORA_AUX_DISK_1

channel ORA_AUX_DISK_1: SID = 191 type device = DISK

channel ORA_AUX_DISK_1: restore the control file

channel ORA_AUX_DISK_1: restoration complete, duration: 00:00:03

output file name=+DATA/OlderDB/controlfile/current.829.859839217

Restoration finished in October 1, 14

mounted database

output channel: ORA_AUX_DISK_1

allocated channel: ORA_AUX_DISK_1

channel ORA_AUX_DISK_1: SID = 191 type device = DISK

content of Script memory:

{

until the SNA 274262921.

the value of newname for datafile clone 1 again;

the value of newname for datafile clone 2 again.

the value of newname for datafile clone 3 again.

the value of newname for datafile clone 4 new ones;

the value of newname for datafile clone 5 again.

the value of newname for datafile clone 6 again.

the value of newname for datafile clone 7 again.

restoration

database clone;

}

(...)

From restoration to 1 October 14

using the ORA_AUX_DISK_1 channel

channel ORA_AUX_DISK_1: from the restore backup set data file

channel ORA_AUX_DISK_1: specifying datafile (s) to restore from backup set

channel ORA_AUX_DISK_1: restore datafile 00001 to + DATA

channel ORA_AUX_DISK_1: restore datafile 00002 to + DATA

channel ORA_AUX_DISK_1: restore datafile 00003 to + DATA

channel ORA_AUX_DISK_1: restore datafile 00004 in + DATA

channel ORA_AUX_DISK_1: restore datafile 00005 to + DATA

channel ORA_AUX_DISK_1: restore datafile 00006 to + DATA

channel ORA_AUX_DISK_1: restore datafile 00007 to + DATA

channel ORA_AUX_DISK_1: reading from the backup /home/oracle/OlderDB/database_ProdDB_20141001_4157.bkp piece

channel ORA_AUX_DISK_1: ORA-19870: error when restoring the backup /home/oracle/OlderDB/database_ProdDB_20141001_4157.bkp piece

ORA-19504: cannot create the file '+ DATA '.

ORA-17502: ksfdcre:4 cannot create the file + DATA

ORA-15041: diskgroup space 'DATA' exhausted

switch to the previous backup

Oracle instance started

(...)

content of Script memory:

{

clone of SQL 'alter system set = db_name

"OlderDB" comment =

' Restore the original value by RMAN "scope = spfile;

clone of SQL 'alter system reset db_unique_name scope = spfile;

clone to stop immediately;

}

execution of Script memory

Errors in the script of the memory

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

RMAN-06136: the auxiliary database ORACLE error: ORA-01507: database not mounted

ORA-06512: at "SYS." "X$ DBMS_RCVMAN ', line 13466

ORA-06512: at line 1

RMAN-05556: not all data files have backups can be recovered on SNA 274262921

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

RMAN-06026: some targets not found - abandonment of restoration

RMAN-06023: no backup or copy of the file 4 found to restore

RMAN-06023: no backup or copy of datafile 3 found to restore

RMAN-06023: no backup or copy of datafile 2 found to restore

RMAN-06023: no backup or copy of datafile 1 found to restore

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

RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

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

RMAN-03002: failure of the command duplicate Db at 15:39:11 01/10/2014

RMAN-05501: abandonment of duplicate target database

Complete recovery manager.

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

The first mistake of the stack was ORA-19504 while trying to restore the backup of the database.

First thing I took a glance was ASM occupation but it enough available space.

The second was a permission problem, but it doesn't seem to be the case because RMAN can correctly write the controlfile to ASM.

One have some advice on what I should look for?

Thanks in advance sorry for my English.

Select this option.

Hello.

Thanks, but is not the case. As I have said, that the DATA diskgroup has space enough he uses only a single disk in a RAID.

But I solved my problem... To the auxiliary database, I added the following to the spfile:

DB_FILE_NAME_CONVERT = '+ DATA/ProdDB', '+ DATA/OlderDB ".

LOG_FILE_NAME_CONVERT = '+ DATA/ProdDB', '+ DATA/OlderDB ".

I don't know why, but with these two clauses, it worked well. Perhaps RMAN was trying to restore it to the wrong place?

Tags: Database

Similar Questions

  • ORA-19504 cannot create the file "+ FRA/test1".

    Hi all

    OPERATING SYSTEM:-RHEL5

    DB version: GR 2-11

    I'm trying to save a tablespace in the slot path mentioned using the script below

    RMAN > backup tablespace users of devices type disk;

    But what exactly is the error I get: -.

    RMAN > backup tablespace users of devices type disk;

    From backup 2014-01 - 09:12:37:44

    allocated channel: ORA_DISK_1

    channel ORA_DISK_1: SID = 23 type of device = DISK

    channel ORA_DISK_1: starting full datafile from backup set

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

    Enter a number of file datafile = name=+DATA/orcl/datafile/users.259.836129771 00004

    channel ORA_DISK_1: starting piece 1 at 2014-01 - 09:12:37:44

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

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

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

    RMAN-03009: failure of the backup command on the 09/01/2014 12:37:45 channel ORA_DISK_1

    ORA-19504: could not create the file "+ FRA/test1".

    ORA-17502: ksfdcre:4 cannot create the file + FRA/test1

    ORA-15005: name "test1" is already used by an existing alias

    Configure it order what I did is: -.

    RMAN > CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT "+ FRA/test1";

    and I create the destination required "+ FRA/test1".

    Thanks in advance

    How about using below

    Set UP the FORMAT of DISC TYPE CHANNEL DEVICE "+ FRA/orcl/test1_t%t_s%s_p%p";

    Concerning

    Anurag

  • Cannot start db > ORA-09925: cannot create the audit trail file

    version 10.1.0.5.0
    AIX 3 5 00C9CEA04C00 dcxnim01

    When I'm trying to start db, getting this message any idea?

    SQL > connect virtue sysdba;
    ERROR:
    ORA-09925: cannot create the audit trail file
    IBM AIX RISC System/6000 error: 89: invalid file system control data detected
    Additional information: 9925
    ORA-09925: cannot create the audit trail file
    IBM AIX RISC System/6000 error: 89: invalid file system control data detected
    Additional information: 9925


    Here's the tail of the log of alerts

    3 Private_strands to the log command
    Thread 1 Advanced for you connect to sequence 3923
    Currently journal # 1, seq # 3923 mem # 0: /db01/oradata/ldapdcx1/ldapdcx1/redo01.log
    Fri 6 Aug 16:48:34 2010
    Errors in the /oracle/admin/ldapdcx1/bdump/ldapdcx1_j001_991348.trc file:
    [ORA-07445: exception encountered: core dump [] [] [] [] []]
    Fri 6 Aug 16:48:35 2010
    Errors in the /oracle/admin/ldapdcx1/bdump/ldapdcx1_mmnl_508106.trc file:
    [ORA-07445: exception encountered: core dump [] [] [] [] []]
    Fri 6 Aug 16:48:38 2010
    Errors in the /oracle/admin/ldapdcx1/bdump/ldapdcx1_ckpt_839714.trc file:
    [ORA-07445: exception encountered: core dump [] [] [] [] []]
    ORA-27072: IO file error
    IBM AIX RISC System/6000 error: 5: i/o error
    Additional information: 9
    Additional information: 3
    Fri 6 Aug 16:48:38 2010
    Errors in the /oracle/admin/ldapdcx1/bdump/ldapdcx1_lgwr_905470.trc file:
    [ORA-07445: exception encountered: core dump [] [] [] [] []]
    ORA-27063: number of bytes read or written is incorrect
    IBM AIX RISC System/6000 error: 5: i/o error
    Additional information:-1
    Additional information: 1024
    Fri 6 Aug 16:49:07 2010
    Errors in the /oracle/admin/ldapdcx1/bdump/ldapdcx1_pmon_848078.trc file:
    ORA-00470: LGWR process ended with the error

    IBM AIX RISC System/6000 error: 5: i/o error
    Additional information:-1

    Problem of the OS.
    What is the problem at the level of the BONE with the disc?

    unpacking of tail - 100

  • ORA-19504: cannot create file when using rman

    Hello
    on 10g bR2 on windows machine my rman backup failed on a drive mapped with following error message:
    ORA-19504: cannot create file when using rman

    What do you suggest me?

    I heard that RMAN cannot write to the mapped file system. Is this true? Some people proposed:

    OracleService must be run by OS user with permissions

    But what oracle service? Target or RMAN catalog database database?

    Thank you.

    You must change your environment, on metalink:

    How to configure RMAN to write about readers shared on Windows NT/2000
    DOC - ID: Note: 145843.1

    Werner

  • ORA-20100: error: failure FND_FILE. Cannot create the file

    Hi all
    Simultaneous application of Bellow error

    We using ORACLE 10 g. R12
    OS: RHEL 4.4 (LINUX)





    ---------------------------------------------------------------------------
    Execution of the expedition: Version: 12.0.0

    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.

    Module WSHINTERFACES: Interface travel Stop - SRS
    ---------------------------------------------------------------------------

    Current system time is January 27, 2013 09:58:58

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

    * Starts * January 27, 2013 09:58:58
    Error ORACLE 20100 in FDPSTP

    Cause: FDPSTP failed due to the ORA-20100: error: failure FND_FILE. Cannot create the file, l0633393.tmp in the directory/usr/tmp.
    You can find more information in the applications log.
    ORA-06512: at the 'APPS '. FND_FILE', line 554
    ORA-06
    ---------------------------------------------------------------------------
    Beginning of the FND_FILE log messages
    ---------------------------------------------------------------------------
    ---------------------------------------------------------------------------
    End of the FND_FILE log messages
    ---------------------------------------------------------------------------


    ---------------------------------------------------------------------------
    Options, AutoComplete, the request for enforcement.


    End of query options AutoComplete.

    ---------------------------------------------------------------------------
    Simultaneous request ended
    Current system time is January 27, 2013 09:58:58

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

    This issue is related to the Oracle EBS, mark it as here the answer and open it

    Oracle Discussion forums' E-Business Suite

  • Error in retrieving the metadata of HFM. Cannot create the file

    In our HFM 11.1.2.3.503, we get an error when we try to extract metadata from any application of HFM. The States of error message failed to create the file.

    We are on hfm.501 but I tried with connecting to 503 to see if it solved the problem, but there was no solution in sight.

    {796CEDB3-FC01-4A9C-856F-06FEDBF035F2}

    Cannot create the file.

    Error reference number: {796CEDB3-FC01-4A9C-856F-06FEDBF035F2}; User name: BI-DEMOS5$
    NUM: 0 x 80040230; Type: 1; DTime: 16/12/2015-21:27:04; SVR: BI-DEMOS5; File:; Line: 0; Worm:;

    There is no indication where he tries to put all the files so that I could try to find out if there is a setting somewhere pointing to a folder that does not exist or similar.

    Try the revision of the following document:

    • Hyperion Financial Management (HFM) error "unexpected error: 80040230 has occurred" trying to to Scan, load or extract meta-data (Doc ID 1282089.1)
  • ORA-12913 cannot create the dictionary managed during import tablespace

    Greetings,
    I'm a newbie om moving databases between servers.

    I get the following error: "ora-12913 cannot create tablespace dictionary managed" when executing the data pump import. It is a 10.2.0.4 database that I'm moving from HP - UX PA-RISC to HP-UX-Itanium. It seems that all managed tablespaces locally were ok. Some of the successful dictionary tablespaces had problems (DRSYS, INDX, RBS, TOOLS)

    Should I convert all tablespaces dictionary managed locally managed tablespaces before data pump export/import? Note that this is a very small database with little use, then what better practical performance I'd like to hear.

    Thanks colin

    Published by: YJC on Aug 17, 2010 15:16

    >
    (1) should all be converted to Locall managed?
    (2) can the RBS safely deleted, given that an UNDO tablespace that uses the DB.
    >

    Only the SYSTEM will have to be migrated to managed locally. The RBS tablespace can be deleted if there is a separate UNDO tablespace and the database uses undo automatic management.

    HTH
    Srini

  • Cannot create the file to PDF conversion

    I'm trying to convert to PDF a PPT presentation with my Adobe Acrobat 9 Pro, I have already installed a few years back.  I never had any problems with it just to the end.  It has ceased to be able to convert and so I uninstalled the program and installed it again.  Tried to use it but I keep this error message: failed to create the file.  Missing PDF maker files.  You want to repair the program (or something in that sense)?  I click YES and go through the same process long but then again, it is not converted.  It's so frustrating.  Only, I've installed the program on a computer.  What should I do?

    Acrobat cleaning tool

    Run it, reinstall. Still couldn't work, however. Could be a security update in Acrobat or Windows / Office that prevents this from working.

    Mylenium

  • ORA-09925, cannot create the audit trail file

    OS: Linux to Oracle 7

    DB: Oracle 12.1.0.2.0

    When I try to start the database in Sqlplus I get the error: ORA-09925, please see the screen capture below.  Please let me know if I can provide more information.

    Thanks for your help.

    ORA-09925.png

    It seems that your name is db12c, so just change the name of initcdb1.ora to initdb12c.ora just to have a regularity.

    The most important thing is that the name of your instance defined as ORACLE_SID owes much to a model.

    In the example

    db_name = WHATEVR (in your init*.ora file)

    ORACLE_SID = SOMETHING (at the level of the BONE)

    If your init.ora file must be called initSOMETHING.ora. It has nothing to do with your db_name

  • cannot create the file of text using fpga

    I spent an entire day to solve this problem, if someone help me please!

    I have two types of registration data, movement and time. I looked up NI EXAMPLE FINDER and copied the format to create the text file. but the file dialog box is not pop up. So I thought I did something wrong with the function of the dialog box, but when I copy the first part of my code, the dialog box appears. If anyone can check my host vi and tell me what is the problem? I downloaded the target vi as well.

    I use crio 9074, and vi is made in mode of fpga.

    Hi Ultrafrog,

    The RT vi or vi FPGA screws?

    In FPGA, you cannot file i/o. But you should be able to do this in your vi RT it seems you are trying to apply it on the FPGA.

  • Cannot create the file

    Hello

    I am trying to add a data logging module in a VI that works ok. But no matter what I try, the data is not stored in the selected file. I added a screenshot of the block diagram.

    The problem seems to be that Labview is unable to create a file. When I add any path of the file, the user should be prompted where to save the file, but this never happens. When I add a file path/name, Labview seems to ignore it. No matter if the file already exists, or if it must be created by Labview, the file is not created/saved.

    The mistakes that I've met:

    -L' 7 - file not found error: when I add a path to the block "create file".

    -43 error - the operation was cancelled by the user (which is not true, because the user is never asked where to save the file): when I add no path to the block "create file".

    Note: the image below is part of a larger VI: it's in a flat sequence.

    Note 2: I'm under LabView 2012, with the realtime module.

    Note 3: the rest of the program works well, we measure the data without problem, but nothing is currently connected.

    Thanks in advance.

    dieter_i wrote:

    Thanks for the reply.

    We communicate with a device ethernet (CompactRIO). The project and VI however is stored and running on a pc. So as far as I understand the RT thing, we are not accusing the VI on CompactRio himself. If I choose to add a dialog box to the box 'create file', I can browse the HD of the pc through this dialog box.

    Let's go back and think about it.  For this VI, which is its target?  If it's under the lens of cRIO, then it's actually running on the cRIO.  When you do that, you have no GUI, so all the guests are concelled.

  • Invalid media. Popup cannot create the file' when building

    OK, the background. I am currently using RoboHelp HTML 11.0.3.268, with the latest updates, as I write this, after having updated in RoboHelp HTML 9. (I know people are going to be asked, and I understand, so I am stating as much information to the front to make sure that nobody questions that they own.) My main RoboHelp project breaks down into eight separate subprojects, with a production of CHM and WebHelp HTML files. In addition, my supervisor has had a problem with the HTML files generated by RoboHelp 11 new of visualization in Google Chrome, so I found and added the files RH11 recommended by RoboHelp help (WebHelp in RoboHelp questions versions 10 and 11). Immediately after that, however, I can't generate WebHelp files. As soon as I select between all the WebHelp settings menu, a popup appears that reads "invalid media. Cannot create file', then with the path of the directory to the project page main .htm.  Short of reinstalling RoboHelp HTML, what options do I have to be able to produce a valid set of WebHelp files?

    The fix you point is older than the patch 1 for RoboHelp. He basically invalid subsequent fixes in plots. If you have saved the original files, you can restore your backup. If you do not have a backup, let me know and I'll post a link to the correct version of these files.

    What are the issues of Chrome that you saw?

    Kind regards

    Willam

  • Cannot create the file c:\Users\%UserProfile%\AppData\Local\Temp access is denied

    Hello
    I have a stupid question, cannot start a network share networked application because the system will not create the folder under my TEMP. How could it be? On which I run app user administrator rights, rights of access to all the folders in the path are full, and I have no idea wtf.

    I tried with or withouyt UAC, same result.

    It was also stupid question?

    Hello

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums.

    http://social.technet.Microsoft.com/forums/en-us/w7itpronetworking/threads

    Hope this information helps.

  • ORA-09925: cannot create the audit trail file / RCONFIG

    Hello

    I tried to convert a single DB instance named TESTDB in a RAC - DB named CARS on two nodes stb & dwh with rconfig!

    After running I got following error messages on one of the two nodes:
    /u01/app/oracle/product/11.2.0.2/db_1/dbs>sqlplus / as sysdba
    
    SQL*Plus: Release 11.2.0.2.0 Production on Tue Mar 8 15:17:09 2011
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    ERROR:
    ORA-09925: Unable to create audit trail file
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 9925
    ORA-01075: you are currently logged on
    
    
    Enter user-name:
    ERROR:
    ORA-01017: invalid username/password; logon denied
    I tried to change the setting audit_file_dest on the instance of execution yet.

    And now I get the same errors on both instances.

    Help, please.

    hqt200475

    you do not need to change your spfile, create a valid directory for AUDIT_FILE_DEST

    If you do not know the value necessary relating to alert.log
    or take a look at your spfile
    or connect as a system with the parameter checking
    or find your spfile by see the spfile parameter
    or find your spfile in your alert.log
    or find with the trial obviously ist started and open.

    RN

  • Cannot create the EIS data source

    When you try to create a new DSN in the ODBC Administrator get the error:
    Error "routines of installation for the ODBC driver cannot be loaded due to system 193 error code".

    can someone tell me how to handle this error

    the installation creates problems during a previous installation

    look for 5.2 drivers are available in \HyperionHome\Common\ODBC-64\Merant\5.2\Drivers.
    Run... / HyperionAnalytics/bin/RegUpdateODBC51.bat. > Open regedit>>/HKEY_LOCAL_MACHINE/Software/ODBC/ODBCINST.ini/Merant OEM 5.1 64-bit. > backup key. > export key. > edit the export file.
    If you have 5.1 replace 5.1 5.2 in all cases
    Replace the 21 22 for all DLLs
    Make sure driver = the way of the driver in step 1
    (8) save the key file.
    9) double-click a key file to update the registry.
    (10) in ODBC Data Source Administrator, you should now see the 5.2 drivers under drivers Tag.
    (11) add the ODBC connection.

    Once installed, go to the registry under:
    HKEY_LOCAL_MACHINE/Software/WOW6432Node
    Select the driver of Merant 32 bit that you plan to use, for example
    MERANT 5.2 OEM 32-BIT Oracle Wire Protocol
    and verify that the following entries have been added.

    If they are not there then add them manually:
    'Driver"="C:\\Hyperion\\Common\\ODBC\\Merant\\5.2\\Drivers\\arora22.dll '.
    'HelpRootDirectory"="C:\\Hyperion\\Common\\ODBC\\Merant\\5.2\\help '.
    'Setup"="C:\\Hyperion\\Common\\ODBC\\Merant\\5.2\\Drivers\\arora22.dll '.

    The path must point to your location of HYPERION_HOME.

    Once open the 32-bit ODBC Administrator of:
    C:\Windows\SysWOW64\odbcad32.exe

    Add a new system DSN using the correct driver and connect to the Console of IST use this DSN.

    If you are using Oracle, you MUST use the Oracle Wire Protocol driver and NOT the driver Oracle standard Merant.

    If you use the standard driver, this message may appear when you try to connect from the Console of the EIS:
    2003000 error: Specified error ODBC driver could not be loaded because of the error system 193 (5.2 Oracle 32-bit OEM Merant)

Maybe you are looking for

  • Music application crashes when you try to view playlists

    I've recently downgraded from ios to ios 9.3.2,and 10 However, I had a few problems, one of the problems is that when I try to view on the application of music playlists, it crashes, it's quite annoying because I don't want to reset my phone and I us

  • AC adapter PA3283U-1ACA and Satellite 1800-314

    A model of PA3283U-1ACA AC adapter is for use with a laptop S1800-314?Bo Sonn

  • Satellite C670 - Recovery Media Creator launch! Error link

    (Google translation)Hello Recovery Media Creator will not start. Missing link, error 'TRMCLcher.exe '.I can't find the software on the Toshiba site!Here's what the file contains Toshiba Recovery Media Creator:http://hpics.Li/6dfd626 Where can I find

  • Conditional formula node

    Hi guys I wrote a conditional code simple node formula and there is no error, but it is not calculated. It fails and when I check the code I can find no error. Please read my code and I would like to know what is the problem with my code. Thank you v

  • Sound not coming not from subwoofer.

    Good so I had to recently move my PC and the soundbar in the monitor worked fine.However, now that I'm connected everything again. Connect the soundbar monitor to the subwoofer that has so taken that I plugged into the Green Jack on the back of the d