Rconfig fails with "DEST ARCHIVE LOG does not exist on all nodes of the cl.

Dear Sir

I am to convert a single instance database RAC
Next Note:
Using Oracle 10 g Release 2 Real Application Clusters and Automatic Storage Management with Oracle E-Business Suite Release 12
DOC - ID: 388577.1


the trial seems fine until I got this error.
This directory is only one instance and the binary FCAC did not have a configuration database, and then how do I receive this error
< Microsoft.PowerShell.Commands.GetChildItemCommand >
U01/Oracle/Gold/DB/apps_st/Data DEST ARCHIVE LOG does not exist on all nodes of the cluster

Please give us a solution.
Thanks in advance.


Here is the ConvertToRAC.xml

[dgold@ebs64 u01] $ ConvertToRAC.xml more
<? XML version = "1.0" encoding = "UTF-8"? >
< n: RConfig xmlns:n = "http://www.oracle.com/rconfig".
xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance".
xsi: schemaLocation = "http://www.oracle.com/rconfig" >
< n: ConvertToRAC >
<!-check is a precheck to ensure that all prerequisites are met, before the con
version is attempted. The allowed values are: YES | NO. | ONLY->
< n: Convert check 'ONLY' = >
<!-specify current database OracleHome no cars to-> SourceDBHome
< n: SourceDBHome > /u01/oracle/GOLD/db/tech_st/10.2.0 < / n: SourceDBHome
>
<!-OracleHome specify where should be configured in the rac database. It may be in Africa
me as a SourceDBHome->
< n: TargetDBHome > / u01/ora/GOLD/db < / n: TargetDBHome >
<!-SID specify no rac database and credentials. User with the sysdba role is req
receipt to achieve a conversion->
< n: SourceDBInfo SID 'OR' = >
< n: Credentials >
sys < n: User > < / n: User >
Oracle of < n: Password > < / n: Password >
SYSDBA < n: Role > < / n: Role >
< / Credentials: n >
< / n: SourceDBInfo >
<!-ASMInfo element is required only if the active non-rac database uses ASM St
Storm->
< n: ASMInfo SID = '+ ASM1' >
< n: Credentials >
sys < n: User > < / n: User >
ASM < n: Password > < / n: Password >
SYSDBA < n: Role > < / n: Role >
< / Credentials: n >
< / n: ASMInfo >
<!-specify the list of nodes that should have instances of cars running. LocalNode
should be the first node in the nodelist. ->
< n: NodeList >
< name n: Node = "ebs64" / >
< name n: Node = "ebs641" / >
< / n: NodeList >
<!-specifies the prefix for the rac instances. It may be same as instance name for no
database n - cars or different. The instance number will be attached to this prefix
. ->
< n: InstancePrefix > RAC < / n: InstancePrefix >
<!-specify the port for the listener is configured for the rac database. If ports ="",
alistener existing on the local host will be used for the rac database. The listener will be
be extended to all the nodes in the nodelist->
< n: Listener port = "" / >
<!-specify the type of storage to serve as rac database. The allowed values are
CFS | ASM. The non-rac database must have the same type of storage. ->
< n: SharedStorage type = "ASM" >
<!-location of database field specify is configured for the rac database. If this fie
LD is left blank, current storage will be used for the rac database. For CFS, this f
ield will be the directory path. ->
< n: TargetDatabaseArea > + DATA < / n: TargetDatabaseArea >
<!-specify the Flash recovery area is set up for the rac database. If this field
is left empty, current data base retrieval area no cars will be set to
RAC database. If current database uses no recovery area, FCAC resulting
database will not be a recovery zone. ->
< n: TargetFlashRecoveryArea > + DATA < / n: TargetFlashRecoveryArea >
< / n: SharedStorage >
< / n: Convert >
< / n: ConvertToRAC >
< / n: RConfig >

Hello

Do you mean that it is no longer a problem?

Kind regards
Hussein

Tags: Oracle Applications

Similar Questions

  • Account name My Vista "a name of the user [name] account log does not exist on Windows Home Server" is not, despite the change.

    My Windows Home Server (WHS) prefer the same name of user account on all computers that I use - for the connection and easier access to the files. So to my Vista computer, I changed my account [ancien_nom] name [name]. Vista indicates the name of the new account everywhere but the server after a while (!) stopped recognizing my account and complains about "a name of the user [name] account log does not exist on Windows Home Server" suggesting I should change the name of the account on the ESM. Since I have other computers where I can't change the name of the account (work computer), for this purpose I changed the name of the account on my Vista computer.

    The reason why the WHS could work properly at the beginning maybe I can connect to the WHS folders in a separate process by using the new account name. Choose to save the password - which might have worked for a while, but no more. I also tried to connect as a network device, but I do not correctly reconnect with the identification information data (and saved).

    1 is the name of initial account stored anywhere even if I changed and the reason why it can pop as in this case?

    2. any ideas on how to solve this problem?

    3. or is the problem only on the side WHS - then I might have to turn to a WHS forum

    http://social.Microsoft.com/forums/en-us/category/WindowsHomeServer/

    They will help you in the above Windows Home Server Forums.

    See you soon.

    Mick Murphy - Microsoft partner

  • with no selected row does not exist


    Hello

    I have a table as follows

    create table a (a1, a2 (1) tank number);

    insert into one

    values (1, 'R');

    insert into one

    values (1, 'I');

    insert into one

    values(1,'C');

    insert into one

    values (2, 'R');

    insert into one

    values (3, 'R');

    insert into one

    values (3, 'I');

    I select lines which is having a2 = 'R', but for the same column in table a2 a1 value should not be 'I' or 'C '.

    In the previous result set my output should therefore

    only

    2, 'R '.

    To do this, I wrote the query as follows

    Select * a

    where a2 = 'R '.

    and a1 not in (select a1

    a

    where a2 ('i', 'C'));

    I got the result as follows


    SQL > select * from one
    2 where a2 = 'R '.
    3 and a1 not in (select a1
    4 from a
    5 where a2 ('i', 'C'));

    A1 A2
    ---------- -----
    2 R

    whereas when there isn't the same query with that I ran I got the following

    SQL > select * from one
    2 where a2 = 'R '.
    3 and not exists (select 1
    4 from a
    5 where a2 ('i', 'C'));

    no selected line

    SQL >

    Why the difference in result. I was expecting the same result 2, 'R '.

    Could someone please explain this.

    Thanks in advance.

    Kind regards

    SB2011

    Missing condition a1. Without you are just checking if I or C does not exist in the entire table, which always results in FALSE. You must add this missing condition on the a1:

    Select *.

    a

    where a2 = 'R '.

    and not exists)

    Select 1

    an AA

    where a2 ('i', 'C')

    and aa.a1 = a.a1 - lack of condition

    )

    /

    A1 HAS
    ---------- -
    2 R

    SQL >

    SY.

  • ORA-00959: NSN_2 tablespace does not exist... But the tablespace is defined in the user temp script

    WHEN I SPEAR IMPDP I GET AN ERROR ABOUT "THE TABLESPACE DOES NOT EXIST.

    THIS space of STORAGE IS in FACT is MORE PRESENT on THE SYSTEM, BUT IT IS DEFINED IN the User1 SCRIPT

    IS there ANYWAY THAT I CAN ASK HIM don't GET THIS TEMP TABLESPACE

    or

    is there anyway I can remove the definition of the user (User1) NSN_2

    OR

    should I just re-create the NSN_2 tablescape

    HELP NEEDED PLS...

    DROP USER CASCADE USER1;

    CREATE THE USER1 USER

    IDENTIFIED BY < password >

    NSN_1 DEFAULT TABLESPACE

    TEMPORARY TEMP TABLESPACE

    -2 Tablespace quotas for User1

    ALTER USER USER1 QUOTA UNLIMITED ON NSN_1;

    ALTER USER USER1 QUOTA UNLIMITED ON NSN_2;                -point in contention

    Directory of Impdp User1/password = dump_dir dumpfile = logfile = LOG.log remap_schema user2.dmp = USER2:USER1 remap_tablespace = NSN_4:NSN_1

    Table main "USER1". "' SYS_IMPORT_FULL_01 ' properly load/unloaded

    Departure "USER1". "' SYS_IMPORT_FULL_01 ': User1 / * directory = dump_dir = setup_02102012.dmp = logfile dumpfile tries .log remap_schema = remap_tablespace of installation: USER1 = NSN_4:NSN_1

    Processing object type SCHEMA_EXPORT/USER

    ORA-31684: USER object Type: 'USER1' already exists

    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT

    Processing object type SCHEMA_EXPORT/ROLE_GRANT

    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE

    Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA

    ORA-39083: Type as tablespace_quota cannot be created with the object error:

    ORA-00959: tablespace "NSN_2" does not exist

    Because sql is:

    REPORT THE NUMBER OF TEMP_COUNT;   SQLSTR VARCHAR2 (200); BÉGIN SQLSTR: = ' ALTER USER 'USER1' QUOTA UNLIMITED ON 'NSN_2 ';  RUN IMMEDIATELY SQLSTR; EXCEPTION, THEN THAN OTHERS SO IF SQLCODE =-30041 THEN SQLSTR: = ' SELECT COUNT (*) OF USER_TABLESPACES WHERE NOM_TABLESPACE = "NSN_2" AND CONTENT = "TEMPORARY"';      RUN IMMEDIATELY SQLSTR IN TEMP_CO

    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA

    Object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE of treatment

    Object type SCHEMA_EXPORT/TABLE/TABLE processing

    ORA-39083: TABLE object type: "USER1". "" AVAIL_BY_OPTION_REF "impossible to create with the error:

    ORA-00959: tablespace "NSN_2" does not exist

    Impdp transform = segment_attributes

    Smit

  • Scanner does not work for all users on the computer Windows 7

    Photosmart 7510 Scanner does not work.  My scanner has the habit of work.   Now it does not for one of the three users on my Windows 7 desktop.

    I spent over 3 hours on the phone with HP.   They had me restart the computer, Plug and unplug the printer, reinstall the software twice under different names. The software depending on what user id, it is installed under allows access to the scanner/printer to one or more users.  The scanner works with Windows Paint software for all three nicknames.

    HP response is that some user control prevents the scanner software, who used to work on all three nicknames on the computer, which now works on one or more of the users.  They couldn't tell me which user control need changing.

    The HP solution is to restore my system when I could scan for all users of three.   I don't want to do that.   Does anyone have a better solution?

    The real problem is HP error messages.   When I click on scan a document, there is no answer.  Nothing happened.

    Then I tried to scan using Windows Fax and Scan.   I got an error message which helped me locate the source of the error.   I was able to fix the problem without creating a new user account.  I had deleted bu error the file MY Document.   Restore this file fixes the problem.

  • Diagnostic test Exchange fails with 'Quest remote command does not work.

    I configured vFoglight and monitoring Exchange in a lab. When I run the diganostics Exchage test I get error "Quest romoting command does not work. I made sure that the agent's account "RUN as Service" applied.  Any ideas as to what may be causing this?

    Hello

    We look at your environment. Please open a case of pension.

    Sincerely

  • Problem with lightbox: slide show does not open when you click on the photos

    Nice day!

    I added several pages to my website with viewers.

    In a few pages, the slide show was under the footer... and in others, when I click on the thumbnail, the slide show does not open...

    Where could be the problem?

    Thanks for your help!

    Opens the slide show does not, is very odd.

    What do you mean by "beneath" ? The content of the album will always focus in the middle horizontal and vertical of the browser (not on the exact spot where you have put it on the page of Muse). Who is?

    Please publish your website online to test. Just press "Publish" and let the Muse to assign a temporary address for her. share this link with us.

  • Firefox does not open at all turns of the wheel, but nothing happens...

    I use chrome to access this forum and am actually excluded from firefox?

    Hello

    Some Firefox problems can be solved by performing a clean reinstall. This means that you remove Firefox program files, and then reinstall Firefox. Please follow these steps:

    Note: You can print these steps or consult them in another browser.

    1. Download the latest version of Firefox from mozilla.org office (or choose the download for your operating system and language on this page) and save the file to install it on your computer.
    2. Once the download is complete, close all Firefox Windows (or open the Firefox menu

      Click the close button

      ).

    3. Remove the Firefox installation folder, which is located in one of these locations, by default:
      • Windows:

        • C:\Program Files\Mozilla Firefox
        • C:\Program Files (x 86) \Mozilla Firefox
      • Mac: Delete Firefox in the Applications folder.
      • Linux: If you have installed Firefox with the distribution-based package manager, you must use the same way to uninstall: see Install Firefox on Linux. If you have downloaded and installed the binary package from the Firefox download page, simply remove the folder firefox in your home directory.
    4. Now, go ahead and reinstall Firefox:
      1. Double-click on the downloaded Setup file and go through the steps in the installation wizard.
      2. Once the wizard is completed, click to open Firefox directly after clicking the Finish button.

    More information on the resettlement of Firefox can be found here.

    WARNING: Do not use an uninstaller to third parties as part of this process. This could permanently delete your Firefox profile data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and passwords saved. They can be retrieved easily unless they have been backed up on an external device! See back up and restore the information contained in the profiles of Firefox.

    Please report to say if this helped you!

    Thank you.

  • Homepage is CNN. When Firefox is launched, says TAB not FOUND. The requested object does not exist on this server. The link you followed is that is exceeded in

    Cannot get to CNN.com at all. I can get to CNN.com if I use IE. This problem just started. I have already removed/reinstalled Firefox today. He worked for a while and then when I restart/shutdown, the problem is back.

    I called AT & T even if they are not my provider & CSR said someone else had called today and said they had the same problem. AT & T wouldn't let me speak to technical support. I called my provider and they do not help because I could get on the Internet.

    All of a sudden, when I went down to the current provider w / my phone, I restarted my PC (for the umpteenth time) and VOILA! My problem is solved. Someone did something, but I'll never know.

    Thanks for the help.

  • Table or view does not exist when try it and the table access to the remote but database was OK before

    Hello

    With the help of 11.2.0.3

    SQL that accesses, one table of remote database link remote db - fonctionnee during over a link db months readonly

    The remote database table has been abandoned and then recreatde.

    Is there some other step needed to allow access to the table in the remote database?

    Thank you

    You have lost your privs when the table was dropped.

  • Why my script does not work on all files in the folder?

    Hi , here's a script I've hobbled together from various sources using the search function on this forum. It is supposed to replace dashes quadratins in a file in a folder. However, when I run it, it only works on a single file. After making the changes and closes the first file, it stops. Can someone help me troubleshoot and resolve the problem?

    var destFolder sourceFolder, files, type sourceDoc file, targetFile, pdfSaveOpts;

    sourceFolder = Folder.selectDialog;

    If (sourceFolder! = null)

    {

    files = new Array();

    fileType = "* .ai;

    files = sourceFolder.getFiles (file type);

    If (files.length > 0)

    {

    destFolder = sourceFolder;

    for (i = 0; i < files.length; i ++)

    {

    sourceDoc = app.open (files [i]); Returns the document object


    var active_doc = app.activeDocument;

    var search_string = '-';

    var replace_string = "\u2013;

    var text_frames = active_doc.textFrames;

    If (text_frames.length > 0)

    {

    for (var i = 0; i < text_frames.length; i ++)

    {

    var this_text_frame = text_frames [i];

    var new_string = this_text_frame.contents.replace (search_string, replace_string);

    If (new_string! = this_text_frame.contents)

    {

    this_text_frame.contents = new_string;

    }

    }

    sourceDoc.save ();

    sourceDoc.close ();

    }


    }

    }

    }

    you use the same variable (var I =...) for two loops, when you start to treat the first file I = 0, then after that loop you through all managers of related texts, I = 10 for example, then he wants to treat the next file, file [11] and if you have fewer files, it will stop, if you have more than 10 then it will continue...

    .. .change one of them to something else (var j =...)

  • Fail to load the ODI - ODI-17517: error in the interpretation of the task. ORA-00942: table or view does not exist

    Hi all

    Try to run the loads on the test environment and faced this exception. Guidance on what could be the cause?

    A functioning test environment code development. All models have been migrated using the synonym and the project had to be imported using Mode Duplication.

    The project had two dimension and makes loads... Dimensions has been properly run, its only that all the facts are a failure...

    ODI-1217: CM_PKG_CF_TEST Session (1494702) fails with return code 7000.

    Caused by: com.sunopsis.tools.core.exception.SnpsSimpleMessageException: ODI-17517: error in the interpretation of the task.

    Task: 6

    java.lang.Exception: the application script threw an exception: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

    OSB Info: get the joining to the line level columns: column 0: columnNo

    at com.sunopsis.dwg.codeinterpretor.SnpCodeInterpretor.transform(SnpCodeInterpretor.java:485)

    at com.sunopsis.dwg.dbobj.SnpSessStep.createTaskLogs(SnpSessStep.java:711)

    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:461)

    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2093)

    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1889)

    to oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$ 2.doAction(StartScenRequestProcessor.java:580)

    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)

    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:513)

    to oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$ StartScenTask.doExecute (StartScenRequestProcessor.java:1066)

    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)

    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)

    at java.lang.Thread.run(Thread.java:682)

    Caused by: org.apache.bsf.BSFException: the application script threw an exception: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

    OSB Info: get the joining to the line level columns: column 0: columnNo

    at bsh.util.BeanShellBSFEngine.eval (unknown Source)

    at bsh.util.BeanShellBSFEngine.exec (unknown Source)

    at com.sunopsis.dwg.codeinterpretor.SnpCodeInterpretor.transform(SnpCodeInterpretor.java:471)

    ... 11 more

    -< code printed here >-

    at com.sunopsis.dwg.dbobj.SnpSessStep.createTaskLogs(SnpSessStep.java:738)

    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:461)

    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2093)

    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1889)

    to oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$ 2.doAction(StartScenRequestProcessor.java:580)

    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)

    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:513)

    to oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$ StartScenTask.doExecute (StartScenRequestProcessor.java:1066)

    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)

    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)

    at java.lang.Thread.run(Thread.java:682)

    An analysis more thrust, found that Repo work had no appropriate grants.

    After adding, it solved the problem.

  • Under folder disappeared with the emails. E-mails can still be found with search option but does not display text

    A bunch of my subfolders to sort my email disappeared, which has been brought to my attention when TB tried to sort my mails and said that the subfolder does not exist. I've recreated the subfolders with the same name as before and when I entered the new subfolder I was surprised to see that all the past E-mail were in it. However, when I opened the email body of emails were empty. (I even tried to syntax highlighting for white text as suggested in the line, but nothing)

    I used the "search for emails"options to try to find, using the title of the emails as search parameter, that is to say "received for your PalPay payment" and the search results gave me the results of all the missing emails with the full text of each e-mail. " However, when I went into individual emails (or open emails as option in the list) the text was not yet there. It must be here somewhere because the search option is to find.

    I tried to delete the profile (global-messages - db.sqlite) in the hope that he would bring back the text but it did not work. Most of the emails that are empty is financial in nature and I would like to return.

    Help!

    Thank you, John Jaeger

    Thanks for trying. Cannot find missing files anywhere. Returned in time machine and pulled the 'old' if only lost a couple of weeks of mail. in these files.

    Thanks again

  • Expect ultrasound with LVLM on EV3 does not wait

    Hello

    Waiting for ultrasound with LVLM on EV3 does not wait.

    I guess the internal encoding of this function using a US-sensor suitable for NXT onlay.

    See my bug report about the attachment.

    I'm curious weather my assumption is right, or is there another reason?

    Kind regars

    Andi ft, Switzerland

    Hello

    Any of the ' Wait For EV3 sensors are part of the version of the module currently. If all goes well, by copying the existing instruments, it takes not too many problems to make your own. The next version of the module will include "Wait For" s for all sensors EV3 IPY.

  • Problem with deployment on Simulator ("program file does not exist")

    Hello

    I currently have a problem with a project, I can't deploy it more in the Simulator: I always get an error "the file does not exist.

    The project itself can be compiled without any isse. I can also deploy the application on my phone without problem. But when I'm trying to deploy on the virtual machine, it says:

    Program file does not exist
    /Users/..../HFR10/arm/o.le-v7-g/HFR10 not found
    /Users/..../HFR10/arm/o.le-v7-g/HFR10 not found
    /Users/..../HFR10/arm/o.le-v7-g/HFR10 not found
    

    # the application is called, HFR10...

    What is strange, is that it looks at the folder "arm", which does not exist when I compile for the virtual machine since the architecture should be "x 86"... ".

    In the x 86 folder, I can find the compiled application...

    I tried to update the descriptor of bar:

        
           armle-v7
           HFR10
        
        
           Qnx/Cascades
           armle-v7
           HFR10.so
        
        
           armle-v7
           HFR10
        
        
           x86
           HFR10
        
    

    And modified the Simulator-Debug field that used to point to the folder 'arm '...

    but after a cleaning + reconstruction, I line have the same error, and he always looks inside the arm folder...

    No idea of what the problem is? This problem appeared when I moved from momentic 2.0 to the 2.1 beta...

    But I guess that he changed something in the configuration file, because even if I go back to momentic 2.0, I still have it exactly the same problem...

    Thank you!

    UM... In the dialog box "edit configuration", I spend 'use the workspace settings' to "Enable auto build" and it works to restarted...

    It's strange, the application was already built and available in the x 86 folder...

    In any case... Perhaps it would be useful for someone else...

Maybe you are looking for

  • PROTECTED R700: display became grainy videos streaming

    Hi all I recently bought a new Toshiba protégé R700 or Tecra in the Canadian market.There Windows7 64 bit installed with all unnecessary programs removed. It is my first day with it until I noticed the display problem during playback of streaming vid

  • Grafik question with my Satellite 3000 514

    Hello people! I have two problems with my S3000-514: 1.Sometimes, when I am arround 10 minutes has the laptop computer, the LEDon the screen turns off and I can only see the dark symbols and the screen is almost dark. I have to restart the laptop and

  • After upgrading my iPad to IOS 9.3 2, I was unable to reactivate the ipad.

    After upgrade my iPad 2 for IOS 9.3, I couldn't turn back on iPad.  I already rebooted the iPad, but in vain.

  • compactRIO: selection channel dynamically

    Hello I would like to order multiple power supplies using compactRIO PCI modules, AI / AO. The problem is that I need a solution that fits good based on how many power supplies are controlled by a perticular cRIO system. There could be 5 on a single

  • my laptop is infected by the DNS loader

    I can turn only on my laptop and less than 2 seconds, that the camera turns on, the page of the FBI comes and I can't do anything else. How can I fix it.