Error when cloning db from one machine to another

Hi people.
I am trying to clone a database from one machine to another. (both are linux x86_64 machines with 11g installed on both)
I obtained the following error after a few minutes into the process. Any workarounds for this?
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00601: fatal error in recovery manager
RMAN-03004: fatal error during execution of command
RMAN-10041: Could not re-create polling channel context following failure.
RMAN-10024: error setting up for rpc polling
RMAN-10005: error opening cursor
RMAN-10002: ORACLE error: ORA-03114: not connected to ORACLE
RMAN-03002: failure of Duplicate Db command at 11/26/2013 23:05:42
RMAN-03015: error occurred in stored script Memory Script
RMAN-06136: ORACLE error from auxiliary database: ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
Process ID: 9054
Session ID: 91 Serial number: 5

Likely the RDBMS Software version and/or Patchset level is not the same on the two servers.
Hemant K Chitale

Similar Messages

  • Error when copying items from one table to another

    I am trying to copy data from 2 archive tables within an
    Access database to their twin production tables. The first table
    copies perfectly with the code:
    <CFQUERY NAME="moveArchAttach" datasource="faaco2">
    INSERT INTO tbl_Attachment ( PostID, Attachment, AttachNote,
    AttachName )
    SELECT tbl_Attachment_Archived.PostID,
    tbl_Attachment_Archived.Attachment,
    tbl_Attachment_Archived.AttachNote,
    tbl_Attachment_Archived.AttachName
    FROM tbl_Attachment_Archived
    </CFQUERY>
    However, when trying to use similar code on the other table:
    <CFQUERY NAME="moveArchPost" datasource="faaco2">
    INSERT INTO tbl_Posting ( Title, FirstName, LastName,
    PhoneNumber, RoutingSymbol, Email, IniDate, ComDate, SOLNBR,
    PhaseCode, ProcCode, Posting, Password, RegionCode )
    SELECT tbl_Posting_Archived.Title,
    tbl_Posting_Archived.FirstName, tbl_Posting_Archived.LastName,
    tbl_Posting_Archived.PhoneNumber,
    tbl_Posting_Archived.RoutingSymbol, tbl_Posting.Email,
    tbl_Posting.IniDate, tbl_Posting.ComDate, tbl_Posting.SOLNBR,
    tbl_Posting.PhaseCode, tbl_Posting.ProcCode, tbl_Posting.Posting,
    tbl_Posting.Password, tbl_Posting.RegionCode
    FROM tbl_Posting_Archived
    </CFQUERY>
    I receive the error:
    [Microsoft][ODBC Microsoft Access Driver] Too few parameters.
    Expected 9.
    Any help would be greatly appreciated, I am at a loss and
    I've tried everything. Thank you.

    I realized my error immediately after posting this topic and
    subsequently have resolved this error. On 9 of the values, I have
    listed the wrong table in the SELECT statement. This is why one
    needs to take breaks instead of staring at a screen forever :).
    Thank you anyway!

  • Dtp error when loading data from one cube to another cube?

    hi,experts
      it seems strange that when I tick the some characteristics as navigational attributes in the cube , the error occurs during the execution of the DTP:error while updating to target Z* (Cube name ).
    once i turn the flag off , no error appear. could anyone give me a clue ?
    thanks in advance!

    Hi,
    When u make changes in the cube u need to make necessary changes in Transformation and activate the DTP.The checking of Navigational attributes in cube will appear in u r transformation as new fields where u need to create a mapping for them and then activate, also activate your DTP and then load the data. This should resolve your issue.
    Regards

  • Error when copying code from one file to another

    This bit of code works perfectly well in a test file with a single button:
    var link:URLRequest=new URLRequest("http://www.mywebsite.ca");
    buttonName.addEventListener(MouseEvent.CLICK, onClick);
    function onClick(event:MouseEvent):void{
    navigateToURL(link);
    ... but when I copy it into the file I'm working on, which has no other actionscripts or buttons, just a lot of animation I get this compiler error:
    Description: '{' expected  Source: function onClick()event:MouseEvent):void{ 
    Description: Unexpected '}' encountered   Source: {
    Any ideas?

    According to your error message, your onClick function declaration line closes the parenthesis twice... you may have a typo in what you actually put in the file versus what you think you put...
    function onClick()event:MouseEvent):void{

  • How to copy/move Portal database from one machine to another?

    I am receiving a ORA-22973 error (size of object identifier exceeds maxmum size allowed) on the wwsec_enabler_config_info$ table when attempting to import my entire "portal30" schema from one database to another on different Windows NT Servers.
    Background: I had Portal 3.0.9.8 installed, configured, and running with the following setup:
    Machine 1: Windows NT 4.0 SP 6, Oracle 9iAS 1.0.2.2, Oracle Portal 3.0.9.8
    Machine 2: Windows NT 4.0 SP 6, Oracle 8i Database 8.1.7.0.0
    We no longer have use of Machine 2 and needed to move the database over to Machine 1.
    I performed the following steps:
    1. Installed Oracle 8i database 8.1.7.0.0 on Machine 1.
    2. Set up the tablespaces in the database on Machine 1 to match the same names and sizes of the tablespaces in the database on Machine 2.
    3. Used the Oracle "exp" command to export the entire database that resided on Machine 2.
    4. Copied the ".dmp" file to Machine 1.
    5. Used the Oracle "imp" command to import the entire database on Machine 1.
    6. The import completed successfully with warnings. But I had received the ORA-22973 error during the import process.
    7. After it completed I compared the list of tables and packages in the "portal30" schema between the two databases. The wwsec_enabler_config_info$ table is missing.
    8. I tried to export and import only the wwsec_enabler_config_info$ table between the two databases, but continue to receive the ORA-22973 error.
    Without the table being created, access to the portal cannot be achieved.
    Here are my questions:
    1. Is there anyway to create the wwsec_enabler_config_info$ table without receiving the noted error?
    2. Is there any other workable way to get the portal database from Machine 2 to Machine 1?
    I am aware of the portal import/export utilities but that would require me to run through the 2 hour install of Portal 3.0.9.8 on the database on Machine 1 and then individually export and import all the portal components (security, pages, applications, content library, etc). I merely wanted to transfer the entire database from one machine to another, so I felt the Oracle exp/imp utilities would be quicker and less work.

    Hi,
    I've been hitting problems with Portal 3.0.9.8.1 against 8.1.7.2.1 on NT - i.e., Intermedia not working at all, and have been advised by support to move back to 8.1.7.1.1.
    I don't want to lose any of my content in the Portal since the db upgrade and am wondering on what is the best way to do this.
    The version of the Portal will be the same so I am hoping I can just use the Portal export and import utilities, as afterall, it is just data and the schema structures are the same between db versions. I'm also hoping that the Portal export doesn't use the standard Oracle EXP tool as it doesn't work anymore on 8.1.7.2.1 on NT!!
    Regards,
    John

  • VOs are corrupted after copying from one machine to another

    Hi all
    I have a customer with the following problem:
    A team of developers are creating custom pages on different PCs for the same project.
    In order to have the latest BC4J objects for everyone, VOs (XML file and Impl.java and RowImpl.java) are copied from one machine to another and added to the project.
    But when doing this and trying to view the attributes of the new VO on the machine where the new VO si copied over will result in an error:
    java.lang.NullPointerException
    at oracle.jbo.dt.ui.view.VOAttributePanel.getFieldType(VOAttributePanel.java:687)
    at oracle.jbo.dt.ui.view.VOAttributePanel.actionPerformed(VOAttributePanel.java:851)
    at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1197)
    at javax.swing.JComboBox.setSelectedItem(JComboBox.java:561)
    at oracle.jbo.dt.ui.view.VOAttributePanel.setFieldType(VOAttributePanel.java:754)
    at oracle.jbo.dt.ui.view.VOAttributePanel.updateControls(VOAttributePanel.java:393)
    at oracle.jbo.dt.ui.view.VOAttributePanel.setAttribute(VOAttributePanel.java:642)
    at oracle.jbo.dt.ui.view.VOAttributeTabPanel.updateControls(VOAttributeTabPanel.java:33)
    at oracle.jbo.dt.ui.entity.EOAttributeTabPanel.setAttribute(EOAttributeTabPanel.java:143)
    at oracle.jbo.dt.ui.view.VOEditAttributeTabPanel.attrValueChanged(VOEditAttributeTabPanel.java:301)
    at oracle.jbo.dt.ui.view.VOEditAttributeTabPanel.enter(VOEditAttributeTabPanel.java:107)
    at oracle.jbo.dt.ui.main.dlg.DtuWizard.selectPage(DtuWizard.java:620)
    at oracle.jbo.dt.ui.main.dlg.DtuWizard.selectPage(DtuWizard.java:595)
    at oracle.jbo.dt.ui.view.VOWizard.selectPage(VOWizard.java:243)
    Please notice that source JDeveloper version and target JDeveloper version are the same and are coming from the same JDev OA patch.
    The only workaround i could find is creating the VO from scratch on the 2nd installation, but this reduces very much the development time, because developers are doing the same work other developer had undertaken before, so there is no benefit from this.
    I got exactely the same result when copying the VO on the same machine in 2 different JDev installations (with the same version of course).
    I have a very simple reproducible testcase with OA Toolbox tutorial:
    Requirements:
    - Two (2) workstations
    - Each workstation must contain same copy of JDeveloper project (JPR file)
    - Toolbox Tutorial project
    Steps:
    Workstation 1
    1. Go to Tutorial.jpr project -> Business Components -> oracle.apps.fnd.framework.toolbox.schema.server
    2. Right click package then select New View Object.
    3. Proceed with the creation of the View Object using wizard.
    4. Name the View Object as CustomerSupportVO
    5. Select EmployeeEO and AddressEO.
    6. Select all possible attributes.
    7. On Step 6 of wizard, check Generate Java File for View Row Implementation.
    8. Click Finish.
    9. Save Project.
    10. Copy CustomerSupportVO.xml, CustomerSupportVOImpl.java, CustomerSupportVORowImpl.java to shared folder.
    Workstation 2
    1. Copy CustomerSupportVO.xml, CustomerSupportVOImpl.java, CustomerSupportVORowImpl.java from shared folder to Workstation2/JDEV_HOME/myprojects/oracle\apps\fnd\framework\toolbox\schema\server.
    2. Go to Tutorial.jpr project -> Business Components -> oracle.apps.fnd.framework.toolbox.schema.server
    3. In the System Navigator, click on Add to Tutorial.jpr icon.
    4. Select CustomerSupportVO.xml then click Open.
    5. Click ok when prompt to add View Object’s components.
    6. Right Click on CustomerSupportVO from Business Components.
    7. Select Edit CustomerSupportVO.
    Can you let me know if there is a more simple workaround?
    Thank you in advance,
    Dan Cretu
    EMEA ATG team

    I had faced similar issue earlier. I just copied the VO query(and all necessary information) and removed it (deleted) from the project. Upon recreation of the new VO (same name) the issue was resolved.
    Not very sure as to why the VO.xml got corrupted in your case, but this solution works.
    Thanks

  • Recovering data from one machine to another

    Hi all;
    I've mentioned this in another thread but would really like to deal with it. Recently, I had to move my iPhone from one machine to another. All was well and I managed to move all my apps from one machine to the current one. The problem is with a purchased app called TripLog that stores data on driven mileage. On moving the app over, I didn't get the data.
    I contacted the software people and this is what I got:
    "As far as data, the iTunes software automatically backs up all data to the desktop. The "Apple data" (contacts, calendar, etc) are backed up to the corresponding desktop apps (Address Book, iCal, etc) but data from "3rd party" apps are backed up in an encrypted, totally nonaccessible (to anyone but iTunes) format. That is used by iTunes when you do a "Restore".
    "I would call Apple tech support if I were you, because unfortunately, that's all we know. The data IS somewhere on the desktop (I believe) but how you could transfer it to a new handheld I have no idea."
    So the question is, Where is that data stored? In my user/Music/iTunes/Mobile Apps folder there were three versions of this app. I tried moving them all over and kept getting dialogs asking me if I wanted to repace an older version with the newer ones I was moving over. Since my iPhone and the new host computer didn't have TripLog I assumed I should replace but now I am not sure.
    I can stil move over these files, but I have a feeling that they are not data so much as simply the app itself. Where is that data stored?
    For the record, I have moved files from an iMac G5 to a Macbook running 10.6.1 and iTunes 9.0.1 with an iPhone 3G running 3.0.1
    Help?
    Stan

    Many thanks!!! One more question; do I just move that file over and drag and drop or do I need to do an import into the folder, "Automatically Add to iTunes?" Further, will this affect all my data on the phone? For example, I have synced and made changes in things like iCal, Address Book, Mail, etc. Will the last few days be wiped out or replaced by the moved-in data?
    Stan

  • How can I migrate an Essbase Appl. from one machine to another?

    We uses 3 computers to cover our development cycle: one for developing, one for testing with almost real data (integration test) and a production machine.I created a new Essbase appl. and want to transfer it from one machine to another, but only using batch scripts (ESSCMD) due to company policy. I don't know where the name of the application is stored. (I thought it is essbase.sec, but I believe is not true)I transfer all the files that belongs to an appl. (the list of them I get using BEGINARCHIVE) but is not enough.Does anyone have a hint?

    If you can map a drive to each to the servers, then:1. Create an application/database on the new server with the same names as those on the old server.2. Use Windows/DOS, copy the outline (.otl), calc scripts (.csc) and load rules (.rul) to the new server.3. Export the database from the old server to a file(s) on the new server.4. Stop/start the new database/app.5. Import the data into the new server (no load rule needed).

  • How to transfer DATA from one machine to another using  DBlink

    I want to transfer data from one machine to another both having oracle 8.0.5 with AIX operating system using DB link. CAn any one help me in this task

    Step one - Create and test SQLNet connections between the databases.
    Step two - Create at least on database like from one database to the other:
    CREATE DATABASE LINK linkname
    CONNECT TO user identified by password
    USING 'tnsnamesentry';
    Step three - use the dblink linkname in dml statements eg:
    insert into emp@linkname
    (select * from emp);

  • How to copy OVD configuration from one machine to another?

    We have two machines with OVD servers on them. The configurations should be identical from one machine to the other. We suspect there is a problem with the configuration on one of them. We need to know how to copy OVD configuration from one machine to another.
    Can you tell us how to do that?

    well i have this in mind which may help you.
    You would need to have a public ip address to the machine you have consoled to and on internet.
    Download the tftp software from below link.
    http://tftpd32.jounin.net/
    This software does not only act as the tftp server but also you can select the interface of you ethernet card as tftp server ip address.
    For ex if you are connected to a console and have a wireless card which is connected to internet also you connect you eth lan card to the eth or fast eth of the router.
    you can select which ever interface you want to act as the tftp server.
    you will need to add ip addres for you lan card and also config the router port as same if needed.

  • Easy way to migrate users from one machine to another?

    I have an iMac lab where students have their own local accounts. The machines are bound to W2k Server with AD. New school year, new seating charts, some users must move. Is there an easy way to migrate a user and all their stuff from one machine to another? We do have Remote Desktop BTW. I'm not finding an obvious answer so I guess there isn't but I sure wish there were. I suppose they could copy anything they want onto the server. set up a new account on the new machine and pull it all back off the server, but that's not "easy".

    Hi
    +The machines are bound to W2k Server with AD.+
    This could be a telling statement although without further information it would be hard to say?
    What I'm assuming from this is that current mac clients are bound to Active Directory. This would mean that user accounts exist on the Server and not locally. In which case there would be nothing to transfer other than the local admin account - again assuming you want the applications installed on the current client macs transferring over to the new client macs.
    To be honest it would be easier and less hassle to create a new local admin account and install compatible software fresh. Use the same tools you used to 'bind' the old client macs to Active Directory for the new client macs.
    +We do have Remote Desktop BTW+
    You could utilize this to (a) name all the new mac clients with appropriate hostnames and (b) 'bind' new mac clients by issuing dsconfigad from the command line. If this seems like too much hard work then you could simply exercise your legs and walk round each one in turn.
    Even if your current mac clients are configured with Mobile Accounts (locally cached network accounts) this would still not be a problem as you can manually or automatically sync the locally cached networked home folder back to the server and then log in with that account again on the new mac clients. The home folder should then be cached locally.
    This assumes you've configured Directory Utility in the appropriate way.
    Tony

  • How do I properly transfer CS from one machine to another

    I want to remove my apps and license from one machine and move to another. I uninstalled CC, but the apps are still on the machine and functioning? Will I be able to move to a new machine without trouble?

    There might not be a need to depending on your preferences.  You are allowed to have two working installations, so you could keep the original as a backup if you like.  If not, then you need to sign out of the original thru the manager.  As far as getting the software on a new machine, you need to install them using installation files the same way you installed originally... moving software from one machine to another does not work.
    Download/install the desktop application, sign in, install the subscription application(s).
    Creative Cloud Help / Download, install, update, or uninstall apps
    https://helpx.adobe.com/creative-cloud/help/install-apps.html
    Creative Cloud Help / Creative Cloud for desktop
    https://helpx.adobe.com/creative-cloud/help/creative-cloud-desktop.html
    Creative Cloud Help / Sign out, Sign in | Creative Cloud desktop app
    http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html
    Activation & deactivation help
    https://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html#a ctivate-how-to
    Creative Cloud Help / Install, update, or uninstall apps
    http://helpx.adobe.com/creative-cloud/help/install-apps.html
    Installing Creative Cloud Apps
    http://tv.adobe.com/watch/cs6-creative-cloud-feature-tour-for-video/installing-desktop-app s-from-creative-cloud/

  • Getting error , while passing parameters from one page to another page

    Hello friends,
    i am getting error, while passing parameters from one page to another page, below code i wrote.
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    ArrayList arl=new ArrayList();
    EresFrameworkAMImpl am=(EresFrameworkAMImpl)pageContext.getApplicationModule(webBean);
    ERecordImpl ERecordObj=new ERecordImpl();
    HashMap hMap = new HashMap();
    hMap.put("1",ERecordObj.getTransactionName());
    hMap.put("2",ERecordObj.getTransactionKey());
    hMap.put("3",ERecordObj.getDeferredMode());
    hMap.put("4",ERecordObj.getUserKeyLabel());
    hMap.put("5",ERecordObj.getUserKeyValue());
    hMap.put("6",ERecordObj.getTransactionAuditId());
    hMap.put("7",ERecordObj.getRequester());
    hMap.put("8",ERecordObj.getSourceApplication());
    hMap.put("9",ERecordObj.getPostOpAPI());
    hMap.put("10",ERecordObj.getPayload());
    // hMap.put(EresConstants.ERES_PROCESS_ID,
    if(pageContext.getParameter("item1")!=null)
    pageContext.forwardImmediately(EresConstants.EINITIALS_FUNCTION,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    hMap,
    true,
    OAWebBeanConstants.ADD_BREAD_CRUMB_YES
    Error(71,2): method forwardImmediately(java.lang.String, byte, null, java.util.HashMap, boolean, java.lang.String) not found in interface oracle.apps.fnd.framework.webui.OAPageContext
    Thanks
    krishna.

    Hi,
    You have imported the wrong class for HashMap.
    Import
    com.sun.java.util.collections.HashMap; instead of java.util.HashMap
    Thanks,
    Gaurav

  • Transfering keystore from one machine to another

    Hi.
    I've purchased a java signing digital ID from Verisign,
    installed a keystore on one machine, imported the
    certificate and I'm able to sign jar files. Now, I want to
    be able to sign jar files on another machine instead of
    moving jar files back and forth. Is there a way to
    transfer keystore from one machine to another?
    Thanks,
    Jay

    Can't say that I did this, but what I did do is... prior to importing my certificate reply from Verisign, I copied the .keystore file from the c:\windows directory on my Windows 98 machine onto a Win2K machine into the c:\Documents and Settings\<username> directory. Then I did the keytool -import. Since this worked for me, my guess would be that transferrring the .keystore file after the import would work too.

  • Getting error Can't read from the source or disk when moving documents from one folder to another folder in the library

    Hi,
    When we try to move documents from one folder to another folder in the document library using "Open with explorer" getting beloe error.
         Can read from the source file or disk.
        The user having below permission for the Library as well as site.
    Fullcontrol,Limited access--->Given directly
    Read,Limited access--->Givin through the all Test grp
    Contribute,Limited Access-->given through test members grp
    Read,Limited access---> givin through The group grp
    Could you please help me anyone....
    Thanks

    Hi Reddy,
    If you are moving files in two libraries in different sites, then the error will occur and it is by design that there are limitations on the DAV move commands that the DAV client is respecting.
    https://social.msdn.microsoft.com/Forums/en-US/6245f332-c609-4a7b-8e00-c8b5e46f7759/cant-move-files-using-windows-explorer-cant-read-from-source?forum=sharepointgeneral
    If you are moving files in the same library, I recommend you to use Wireshark to reveal the error message and enable IIS
    Trace Logging for Failed Requests to examine the IIS log file for troubleshooting.
    https://social.msdn.microsoft.com/Forums/en-US/47cd569d-98f2-4cca-b78e-fd178c097285/cant-read-from-the-source-file-or-disk?forum=sharepointgeneralprevious
    To narrow down the issue scope, I recommend you to test with another library and see if the copy in explorer can work.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

Maybe you are looking for

  • How Do U Do This?

    Hi Today at work we were using apple laptops running tiger. My friend said do you want to see something cool I said yeah he presses like 2 buttons and everything changes color like everything the look the icons and when u open photo-booth your face l

  • Migrating MS Access to Oracle 11gR2

    Environment 1: Windows 7 (64-bit), Microsoft Access 2003 (32-bit), Oracle SQL Developer 4.0.0 Environment 2: Windows XP (32-bit), Microsoft Access 2003 (32-bit), Oracle SQL Developer 4.0.0 Has anyone succeeded in migrating an MS Access database to Or

  • New version of Numbers (3.1 (1769)) no longer prints in landscape in HP CP1025NW laser color printer

    What happened? Since Apple controls all drivers, I can't go to HP's website to find an update. Contacting Apple via email is so far an unachievable chore.

  • Cannot share workbooks

    Hello, has anybody encountered this strange problem? Can you help me, please? I have a problem sharing workbooks in Discoverer Plus. When I try to use File=>Share, nothing happens, when I look into jInitiator console, the following error is displayed

  • Alternate Auto Goods receipt for Intercompany STO

    Forgive me, I'm an SD consultant being asked to setup intercompany STO (go figure). Anyway, I have the process setup i.e. Vendors,  all setup for stock transfer are complete, Intercompany IV invoice generates RD04 which successfully does invoice rece