adcfgclone ends with RC-50004:

Hello

Error occurred during cloning dbTier in 11.5.10.2 with RC-50004: Fatal: error occurred in ApplyDatabase: control the creation of file failed.
the target server already have an instance of operational TESTING.

It is necessary to have installed in the system cu2 target before cloning?


the error log file contains the text below.
Creating the database VIS_oratest control file...

SQL * more: release 9.2.0.5.0 - Production on Sun Jan 24 13:07:59 2010

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

Connect to an instance is idle.
ORACLE instance stops.
Connect to an instance is idle.
ORACLE instance started.

Total System Global Area 581523028 bytes
Bytes of size 456276 fixed
402653184 variable size bytes
167772160 of database buffers bytes
Redo buffers 10641408 bytes
CREATE CONTROLFILE REUSE "SCREW" SET DATA
*
ERROR on line 1:
ORA-01503: CREATE CONTROLFILE failed
ORA-01565: error in the identification of file ' / vis/visdata/system11.dbf'
ORA-27041: could not open the file
SVR4 error: 13: permission denied
Additional information: 2


ALTER database open resetlogs
*
ERROR on line 1:
ORA-01507: database not mounted


alter tablespace TEMP add tempfile ' / vis/visdata/temp02.dbf' REUSE
*
ERROR on line 1:
ORA-01109: database is not open


ALTER DATABASE RENAME GLOBAL_NAME to 'VIS.sffeco.com.sa '.
*
ERROR on line 1:
ORA-01109: database is not open


ORA-01507: database not mounted


ORACLE instance stops.
Connect to an instance is idle.
ORACLE instance started.

Total System Global Area 581523028 bytes
Bytes of size 456276 fixed
402653184 variable size bytes
167772160 of database buffers bytes
Redo buffers 10641408 bytes
ORA-00205: error in identifying controlfile, see log alerts for more information


BEGIN dbms_backup_restore.zeroDbid (0); END;

*
ERROR on line 1:
ORA-00210: could not open the specified controlfile
ORA-06512: at "SYS." "X$ DBMS_BACKUP_RESTORE ', line 3284
ORA-06512: at line 1


ORACLE instance stops.
Connect to an instance is idle.
ORACLE instance started.

Total System Global Area 581523028 bytes
Bytes of size 456276 fixed
402653184 variable size bytes
167772160 of database buffers bytes
Redo buffers 10641408 bytes
CREATE CONTROLFILE REUSE "SCREW" SET DATA
*
ERROR on line 1:
ORA-01503: CREATE CONTROLFILE failed
ORA-01565: error in the identification of file ' / vis/visdata/system11.dbf'
ORA-27041: could not open the file
SVR4 error: 13: permission denied
Additional information: 2


ALTER database open resetlogs
*
ERROR on line 1:
ORA-01507: database not mounted


alter tablespace TEMP add tempfile ' / vis/visdata/temp02.dbf' REUSE
*
ERROR on line 1:
ORA-01109: database is not open


ALTER DATABASE RENAME GLOBAL_NAME to 'VIS.sffeco.com.sa '.
*
ERROR on line 1:
ORA-01109: database is not open


declare lib_ver VARCHAR2 (3);
*
ERROR on line 1:
ORA-01219: database is not open: motions allowed on fixed tables/views only


Disconnected from Oracle9i Enterprise Edition Release 9.2.0.5.0 - Production
With partitioning, OLAP and Oracle Data Mining options
Release 9.2.0.5.0 - Production jserver
exit_code = 1

Error checking...

The database was not created successfully. Stopping the instance...

SQL * more: release 9.2.0.5.0 - Production on Sun Jan 24 13:08:22 2010

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

Connected.
ORACLE instance stops.
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.5.0 - Production
With partitioning, OLAP and Oracle Data Mining options
Release 9.2.0.5.0 - Production jserver

.end std out.

.end err out.


---------------------------------------------------------------
ADX database utility
---------------------------------------------------------------

getConnectionUsingAppsJDBCConnector()->
APPS_JDBC_URL = "null".
Try to get by using connection based SID connect descriptor
getConnection()->
sDbHost: oratest
sDbDomain: sffeco.com.sa
sDbPort: 1529
sDbSid: SCREW
sDbUser: apps
Try to connect using SID...
getConnectionUsingSID()->
JDBC URL: jdbc:oracle:thin:@oratest.sffeco.com.sa:1529:VIS
Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
Try to connect using SID as ServiceName
getConnectionUsingServiceName()->
URL JDBC: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oratest.sffeco.com.sa)(PORT=1529))(CONNECT_DATA=(SERVICE_NAME=VIS)))
Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
Try to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName()->
URL JDBC: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oratest.sffeco.com.sa)(PORT=1529))(CONNECT_DATA=(SERVICE_NAME=VIS.sffeco.com.sa)))
Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
Connection could not be obtained; return null

Database utility - ADX finished-

RC-00118: an error occurred during the creation of database
Asked by oracle.apps.ad.clone.ApplyDatabase


StackTrace:
java.lang.Exception: control file creation failed
to oracle.apps.ad.clone.ApplyDatabase. < init > (ApplyDatabase.java:661)
to oracle.apps.ad.clone.ApplyDatabase. < init > (ApplyDatabase.java:328)
to oracle.apps.ad.clone.ApplyDatabase. < init > (ApplyDatabase.java:304)
to oracle.apps.ad.clone.ApplyDBTier. < init > (ApplyDBTier.java:154)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance (unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (unknown Source)
the impossible (unknown Source)
at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
at java.lang.Thread.run (unknown Source)


Thank you
j

Hi J;

write permission is here to vis/visdata/system11.dbf.

To verify that file exist in related path, somehow your system is not read/write it (don't forget this file owner is the user oramgr)

Another issue, it is necessary that the target system must have installed for cloning purpose cu2?.

Target system J will be your source system, if your source system is 11.5.10.2 your clone will be 11.5.10.2 too, you don't need to install anything manually, make sure that your sourse system has concerns patch prerequest clone and make sure that you have checked all the steps of your target.

Please follow below for more details

FAQ: Cloning Oracle Applications Release 11i http://ID 216664.1
Descriptive list for quick execution of Clone with 11i/R12 http://ID 811715.1
Cloning Oracle Applications Release 11i with Clone fast http://ID 230672.1

It may be useful

Tags: Oracle Applications

Similar Questions

  • In the Finder, how can I search/list of the files in the folder of final characters in filenames, i.e. 'to end-with' alphabetical rather than by default "starting by" alphabetical?

    In the Finder, how can I search/list of the files in the folder of final characters in filenames, i.e. 'to end-with' alphabetical rather than by default "starting by" alphabetical?

    As far as I know, you can't.

  • How to open a program that ends with... .iXL?

    How to open a program that ends with... .iXL?

    You try to open a file with an extension of .ixl?

    This file extension seems to be associated with the Inmagic Inc. software.

    http://FILExt.com/file-extension/IXL

    http://www.Inmagic.com/dbText

    The file may be in XML format, in which case you can open it with Notepad.

    http://www.iSiloX.com/support/manual/IXL/IXL.htm

    http://www.iSilo.com/ may be what you are looking for.

    http://www.iSilo.com/download/iSiloW32.htm

  • How to remove files that end with the period (.)

    I have a file that ends with a period (.). The latter, after trying to remove it, he says that his source was not found. Well, then I looked and he says its because of the dowry, but I couldn't find answers on how to fix this. Is there a way?

    I run Windows XP 32-bit.
    I'm surprised Unlocker didn't work. See if that helps.
    http://blog.dotsmart.NET/2008/06/12/solved-cannot-read-from-the-source-file-or-disk/
     
     
  • What kind of file ends with .docx

    I received recent emails with the word document attachments ending with .docx when I try to open an error message appears that says: "this action is only valid for products that are currently installed" I am usiing XP and Microsoft Office 2003 is installed.

    Its an Office / Word document. This facility can open them

  • More effective than a virus - KB930494 MS update ends with true Msg that Windows cannot now work correctly

    More effective than a virus - KB930494 MS update ends with true Msg that Windows cannot now work correctly

    I started to reinstall Windows XP, after he has screwed up and I discovered that all the system snapshot
    I created backups worthless - MS removes automatically after 90 days...

    But when reinstalling Windows XP Pro MCE 2005 I managed to beat or dodge the many problems - like all the
    famous error when update .NET Framework 1.1 Service Pack 1 and many others
    Suddenly I met an error generated by Microsoft of NONRECOVERABLE type!

    While trying to install Windows, I agreed that Windows was full of bugs and security flaws and
    need a large number of fixpacks installed via Windows Update.
    Such a group of patches is called KB930494 and the full name is:

    .NET framework 1.0 Service Pack 3 SYSTEM. WEB. DLL and MSCOREE. DLL Security Update for Windows XP Media Center Edition and Windows XP Tablet PC Edition

    Windows Update gave a brief error msg that this update has failed and I have tried to run this update
    manually when it produces the following error message: (note he's telling the truth when it)
    claims that "Windows may not work correctly")

    ---
    KB930494 Setup error

    Error while updating your system.
    Windows XP has been partially updated and may not work properly.

    Ok
    ---

    So, this update of Microsoft killed my system - it sure that _ 'does not properly"more.
    Lots of things off, lots of BSOD...

    Og - of course I should have used the system restore and created a backup that I should come back...!
    I did well - but this bomb of viral type of Microsoft made sure it was not possible to create
    a valid system by restoring such a backup. Probably because half the file system matches the other.

    The worst part is - even if I try to reinstall Windows again, avoiding this Virus created by MS, how can I be sure that
    This will be the only disguised bomb nothing extraordinary provided by Windows Update as necessary security patches?

    So guys, what is the best utility backup/restore partition there?

    Rgds. E. Ben

    Use Partiton Lofic is a down load for free on the partition, you can also use Easeus Disk Copy. It is a free program with a friendly interface.

  • Since then, when I start the computer, it goes through a few stages starting and then ends with a black screen with a cursor flashing at the top.

    I left by mistake a USB in the port when I restarted my computer (Windows 7).

    Since then, when I start the computer, it goes through a few stages starting and then ends with a black screen with a cursor flashing at the top.

    If I press ESC during startup and access the start menu, something marked WED... is highlighted and I press on enter and it starts normally.

    How can I get Windows 7 to do a normal boot without having to access the Boot Menu each time?

    Thank you.

    Tried that, but it did not work.  Finally got and IT guy come and it took him 3 1/2 hours to repair.

    Need a bootable floppy which has then repairs itself.

    Lesson learned.  Have an available for each computer startup disk.

  • Most of my programs ends with .encre how can I fix this problem?

    After a problem to get some pictures to record from memory card, most of my programs ends with .encre and will not work. I am running windows 7 Home premium.

    1 I need to ask you to clarify this point.  I guess you look at the files using Windows explore via the road C:\Users\YourUserName\Desktop etc. not through libraries like that maybe confused.

    2 you say that shortcuts to programs are now "excel.lnk" but have been "excel" just before?  Or even 'excel.ink', which is what you typed.

    3 or you say "excel.exe" itself is now 'excel.lnk' / 'excel.ink '?

    4 the second would be amazing as it would mean that each program name had been corrupted.

    5 shortcuts, have indeed, the .lnk extension itself would not be a problem - you can always show or hide these extensions [we can talk about this later that it is secondary].  So, is it LNK or INK?

    6. what happens when you try to run a program from its link on the start menu?  What answer do you have the system?  This applies to Internet explorer, Windows desktop explorer, WordPad, if you?

  • Tablespace name starting with o1_mf and ending with cb58lw2z_.dbf?

    Hi all

    I can't figgure where in the database creation process how all tablespaces being named for example, beginning with o1_mf and ending with cb58lw2z_.dbf:

    DB_1 > select name from v$ datafile;

    NAME
    --------------------------------------------------------------------------------
    /U01/shared_data/oradata/DB/datafile/o1_mf_system_cb58lw2z_.dbf
    /U01/shared_data/oradata/DB/datafile/o1_mf_undotbs3_cb58q00g_.dbf
    /U01/shared_data/oradata/DB/datafile/o1_mf_sysaux_cb58krqh_.dbf
    /U01/shared_data/oradata/DB/datafile/o1_mf_undotbs1_cb58nbnn_.dbf
    /U01/shared_data/oradata/DB/datafile/o1_mf_undotbs2_cb58pznk_.dbf
    .
    .
    .
    /U01/shared_data/oradata/DB/datafile/o1_mf_index_cb58pznk_.dbf

    Not that it's a big problem, I would like to know how this happens.  Example of how I create a tablespace:

    CREATE bigfile TABLESPACE 'INDEX' LOGGING datafile SIZE 100 M AUTOEXTEND ON NEXT 250 M MAXSIZE UNLIMITED EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO;

    DB_1 > select * from v version $;

    BANNER                                                                               CON_ID
    -------------------------------------------------------------------------------- ----------
    Database Oracle 12 c Enterprise Edition Release 12.1.0.2.0 - 64 bit Production 0
    PL/SQL Release 12.1.0.2.0 - Production 0
    CORE 12.1.0.2.0 Production 0
    AMT for Linux: Version 12.1.0.2.0 - Production 0
    NLSRTL Version 12.1.0.2.0 - Production 0

    Thank you!

    2932017 wrote:

    Hi all

    I can't figgure where in the database creation process how all tablespaces being named for example, beginning with o1_mf and ending with cb58lw2z_.dbf:

    DB_1 > select name from v$ datafile;

    NAME
    --------------------------------------------------------------------------------
    /U01/shared_data/oradata/DB/datafile/o1_mf_system_cb58lw2z_.dbf
    /U01/shared_data/oradata/DB/datafile/o1_mf_undotbs3_cb58q00g_.dbf
    /U01/shared_data/oradata/DB/datafile/o1_mf_sysaux_cb58krqh_.dbf
    /U01/shared_data/oradata/DB/datafile/o1_mf_undotbs1_cb58nbnn_.dbf
    /U01/shared_data/oradata/DB/datafile/o1_mf_undotbs2_cb58pznk_.dbf
    .
    .
    .
    /U01/shared_data/oradata/DB/datafile/o1_mf_index_cb58pznk_.dbf

    Not that it's a big problem, I would like to know how this happens.  Example of how I create a tablespace:

    CREATE bigfile TABLESPACE 'INDEX' LOGGING datafile SIZE 100 M AUTOEXTEND ON NEXT 250 M MAXSIZE UNLIMITED EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO;

    DB_1 > select * from v version $;

    BANNER                                                                               CON_ID
    -------------------------------------------------------------------------------- ----------
    Database Oracle 12 c Enterprise Edition Release 12.1.0.2.0 - 64 bit Production 0
    PL/SQL Release 12.1.0.2.0 - Production 0
    CORE 12.1.0.2.0 Production 0
    AMT for Linux: Version 12.1.0.2.0 - Production 0
    NLSRTL Version 12.1.0.2.0 - Production 0

    Thank you!

    https://www.Google.com/webhp?hl=en&tab=WW#hl=en&q=Oracle+managed+files

  • I am having trouble updating to Adobe Acrobat XI worm. 11.0.15 I receive saying Error 1311 source file is missing ending with Data1.cab

    I am having trouble updating to Adobe Acrobat XI worm. 11.0.15 I receive saying Error 1311 source file is missing ending with Data1.cab

    Hi lawrencew78647297,

    Please try the steps to follow and let us know:

    1. launch Acrobat, click on the Help menu > repair installation (be sure that everything is closed).

    -Restart the computer and then try to update again.

    -If the automatic update did not help again.

    2 download the patch to update manually and try to install it: Adobe - Acrobat: for Windows

    3 If the steps above did not help either

    Download the new installer. : Download Pro or Standard versions of Acrobat DC, XI or X

    XI of Acrobat using the uninstall cleanup tool: Download Adobe Reader and Acrobat tool - Adobe Labs

    Reinstall and try to update again.

    Kind regards

    Tariq Dar.

  • Is there a limit for research on the function of advanced search for files containing text matching. My search always ends with 500 discoveries but the folder contains several PDF files that match the criteria.

    Hello

    Is there a limit for research on the function of advanced search for files containing a text match? My search always ends with 500 discoveries but the folder contains several PDF files that match the criteria.

    Hi carls76936091,

    Open Acrobat, go to the Edit-> Preferences-> search & check if there is a limit to 500 set, in case if it is to increase it please.

    Kind regards
    Nicos

  • Purge the concurrent request and/or Manager Data - take long &amp; end with error completed

    Purge the concurrent request and/or Manager Data - take long & end with error completed.

    What ever the age values 30,70,1000

    ****

    Select count (*) in the FND_CONCURRENT_PROCESSES;

    COUNT (*)

    -----

    32149

    ****

    Select count (*) from the FND_CONCURRENT_REQUESTS;

    COUNT (*)

    -----

    585499

    ****

    Request of min | Application of Max date | Date

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

    SEPT. 13.-10 10 OCTOBER 13

    My problem is now solved

    the cause of the problem was:

    After the clone for the new Production Server FND_CONCURRENT_PROCESSES & FND_CONCURRENT_REQUESTS table 'old' lines were still talking to the node that is no longer available in the new production to LOGFILE_NAME and OUTFILE_NAME columns.

    And after the removal of these lines, executes the request was very quick and works as it should work now.

    Thanks for all the help I get here and with the SR team too

  • GREP to mark all words of caps and words ending with †

    How can I use GREP to get the words in capital letters in a different color (red below) in a document and the capitalized words that end with † another color (orange below). See example below.

    The philosophy of travel SMART 3D includes more advanced brushes, magnets and scrapers to capture and carry large metal debris out of the well in the industry. Cleaning solutions include the modular tool of MULTIBACK† , including a loving section integrated to capture the ferrous debris and scrapers to remove the debris that is difficult to remove, as well as brushes to disturb the sheath and any additional fluid build-up on the inside of the envelope or coating. We also offer a variety of valves that stimulate circulation annular velocities. Another important element is the GOOD PATROLLER† filter and validation background tool that performs an action of cleaning when it is run in tandem with the MAGNOSTAR† magnet and anti-rotation case brushes and scrapers.

    It is always easier to contradict this offer!

    So:

    I inserted the last 2 codes with Non-menuisiers [I love]: I deal with them, the part of text correct! Also, here, "USA."

  • duplicated in database: ends with error: rman-06136 ora-01110

    OS: Linux REDHAT 5
    DB: 11.2.0.3

    Source DB backed up using rman full backup incremental level 1 twice and scp all backupsets to auxiliary hosts.

    I try to reproduce as follows:
    Run {}
    data duplicated in TST
    UNTIL TIME ' TO_DATE (NOVEMBER 12, 2012 ',' ' HH24:MI:SS JJ/MM/AAAA).
    location of backup "/ stage/TST.
    NOFILENAMECHECK;
    }

    Everything worked out to restore all the, and then he proceeded to recover with following error message:

    Oracle error:
    ORA-01547: WARNING: RECOVER succeeded but OPEN RESETLOGS would get below error
    ORA-01194: file 1 needs a recovery more match
    ORA-01110: data file 1: '+ DAT/tst/datafile/system.279.799358399 '.

    Then he kept to the end with the following errors;
    ORACLE auxiliary database error: ORA-19751: could not create the file change tracking
    ORA-19750: change the trace file: "+ DAT/prds/changetracking/ctf.906.799250971".
    ORA-17502: ksfdcre:4 cannot create the +DAT/prds/changetracking/ctf.906.799250971 file
    ORA-15046: ASM '+ DAT/prds/changetracking/ctf.906.799250971' file name is not unique creation as a file

    Ignore the error, retry command after only two copies ends

    content of Script memory:
    {
    ALTER clone database open resetlogs;
    }
    execution of Script memory

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Db in dual at 14/11/2012 22:26:18
    RMAN-05501: abandonment of duplicate target database
    RMAN-03015: an error has occurred in the script stored memory Script
    RMAN-06136: the auxiliary database ORACLE error: ORA-01194: file 1 needs a recovery more match
    ORA-01110: data file 1: '+ DAT/tst/datafile/system.279.799358399 '.

    RMAN >

    Should I proceed from here?

    Thank you.

    Yes

    Here is my document to support:

    During replication of the database, Rman error ora-1547, ora-1152, ora-1110 during recovery [274118.1 ID]

    Best regards

    mseberg

  • GREP for changing the style of paragraphs ending with '='

    Hi, I work with a giant list of the names and dates of graduation. Each line ends with a space and an equal sign must have a special paragraph applied to her style. Is it possible to design a "find/replace" for this, instead of manually? I can't understand what would work the GREP search string - I've never worked with him before, and I can't find anything in the lists of the metacharacters that would do the trick. Any ideas?

    In find it on the field just type = $ ( means hit the bar to type a space). The $ at the end means the end of a paragraph, so he could find no instance anywere elsewhere in a paragraph, which is the only reason why you have to GREP for that instead of a search of plain text.

    Set the paragraph style that you need in the form of the change.

    It works only if it IS indeed the end of a paragraph, however. If you have several lines in the same paragraph that ends with =, or more text in the paragraph after the =, you need to show us the structure. Don't forget that the paragraphs can have style single paragraph, applied to the whole paragraph. If you need several styles in the same paragraph, you need to use character styles, which can be applied as nested styles, line styles and GREP styles, or manually, depending on the structure of the text, you have to work with.

Maybe you are looking for

  • Satellite L670D-13F there Blue Tooth connectivity?

    Hi, I'm a complete newbie to this and I was wondering if my L670D-13F laptop has Blue Tooth, built in? It says on the quick start that it depends on the model purchased. As the quick start covers 4 models it is not really me, so any help would be gre

  • Link to Outlook as an Extension IPhoto?

    IPhoto won't allow Outlook to be a vast? So I can't send pictures directly to Outlook. Is there a process to enable Outlook to enable an Extension in IPhoto?

  • With the help of 2 generators of signals on a FIFO shared

    I have the device of the series M (NI USB-6259) and would create 2 tasks, DO1 and DO2, using subsets of lines on Port 0. The two waveforms will be sinosoidales, that I will store on FIFO of the device. Both tasks will have different examples of two l

  • HP Touchsmart TX2-1375dx

    Hello. Just got a HP Touchsmart TX2-1375dx and it has windows 8 on it. The recovery disks can still be ordered for windows7 Thank you

  • Windows Movie Maker-cannot import .avi file

    When I try to put some videos that are in .avi format in Windows Movie Maker (WMM), it says "(name of the video) could not be imported. The required codec was not downloaded automatically because download them codecs automatically check box is not se