Move BPM Databases

We currently have our Oracle BPM Dev/UAT Engine and Directory databases on a sort of "sandbox" server and we are looking to move this to a DBA managed server with an export from our Production instance.
I see that I need to point to the new Directory database using BPM Admin Center and the new Engine database using the BPM Process Admin.
Are there any other considerations or catches to this procedure?
My database is Oracle Enterprise 10.2 and my BPM version is 10.3.1.
Thanks in advance,
Shannon
Edited by: Shannon on Mar 21, 2011 7:49 AM

I also see that these connections are configured in Weblogic (my server is version 10.3) under Services -> JDBC -> DataSources.
Will I need to change the database connection information here as well, or will it pick up the change from BPM Process Administrator and Admin Center?
Thanks again,
Shannon

Similar Messages

  • Primavera Web services does not work properly when I move the database.

    I am using primavera web services to integrate a winform application (using c#) with primavera. It was successful with my original database, but when I decided to move my database to another server ( It is a sql server 2005 database and I use backup/restore to move database to new server). I changed the database configuration for the webservices so that it refers to the new database on the new server.
    I used the following code to login to webservices:
                    AuthenticationService authService = new AuthenticationService( );
                    authService.CookieContainer = new System.Net.CookieContainer( );
                    authService.Url = _P6wsAuthenticationService;
                    Login loginObj = new Login( );
                    loginObj.UserName = pv_Username;
                    loginObj.Password = pv_Password;
                    loginObj.DatabaseInstanceId = 1;
                    loginObj.DatabaseInstanceIdSpecified = true;
                    loginObj.VerboseFaults = true;
                    loginObj.VerboseFaultsSpecified = true;
                    LoginResponse loginReturn = authService.Login( loginObj );
                    cookieContainer = authService.CookieContainer;
                   ReadDatabaseInstancesResponseDatabaseInstance[] readdbInstances = authService.ReadDatabaseInstances("");
    the loginResponse for the new server is true and it shows the db properties correctly in readdbInstances. But when I try to read projects from database it returns nothing. It doesn't give me any error message just the response message is null.
    Could anybody help me with this issue?
    Thank you

    Thanks Frank for help us, but when I writing this comment we are doing at home. So, we going to test the page in a stand alone weblogic server 10.3.5. We wrote the URL as :
    " http://<our ip>:7001/myApp/faces/index.jspx "
    this application contains a report desing and compiled with iReport 4.5.1 ( last version in the moment ), we can see the report when I press a commanButton without any problem.
    But now, we need try your suggestions in the office, and give you more information about it . Thanks for the moment.
    In the Afternoon we gonna give you more information about it .

  • 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

  • Move large database to other server using RMAN in less downtime

    Hi,
    We have large database around 20TB. We want to migrate (move) the database from one server to other server. We do not want to use standby option.
    1)     How can we move database using RMAN in less downtime
    2)     Other than RMAN is there any option is available to move the database to new server
    For option 1 (restore using RMAN),
    Whether below options are valid?
    If this option is valid, how to implement this?
    1)     How can we move database using RMAN in less downtime
    a)     Take the full backup from source (source db is up)
    b)     Restore the full backup in target (source db is up)
    c)     Take the incremental backup from source (source db is up)
    d)     Restore incremental backup in target (source db is up)
    e)     Do steps c and d, before taking downtime (source db is up)
    f)     Shutdown and mount the source db, and take the incremental backup (source db is down)
    g)     Restore last incremental backup and start the target database (target is up and application is accessing this new db
    database version: 10.2.0.4
    OS: SUN solaris 10
    Edited by: Rajak on Jan 18, 2012 4:56 AM

    Simple:
    I do this all the time to relocate file system files... But the principle is the same. You can do this in iterations so you do not need to do it all at once:
    Starting 8AM move less-used files and more active files in the afternoon using the following backup method.
    SCRIPT-1
    RMAN> BACKUP AS COPY
    DATAFILE 4 ####"/some/orcl/datafile/usersdbf"
    FORMAT "+USERDATA";
    Do as many files as you think you can handle during your downtime window.
    During your downtime window: stop all applications so there is no contention in the database
    SCRIPT-2
    ALTER DATABASE DATAFILE 4 offline;
    SWITCH DATAFILE 4 TO COPY;
    RECOVER DATAFILE 4;
    ALTER DATABASE DATAFILE 4 online;
    I then execute the delete of the original file at somepoint later - after we make sure everything has recovered and successfully brought back online.
    SCRIPT-3
    DELETE DATAFILECOPY "/some/orcl/datafile/usersdbf"
    For datafiles/tablespaces that are really busy, I typically copy them later in the afternoon as there are fewer archivelogs that it has to go through in order to make them consistent. The ones in the morning have more to go through, but less likelihood of there being anything to do.
    Using this method, we have moved upwards 600G at a time and the actual downtime to do the switchover is < 2hrs. YMMV. As I said, this can be done is stages to minimize overall downtime.
    If you need some documentation support see:
    http://docs.oracle.com/cd/E11882_01/server.112/e18951/asm_rman.htm#CHDBDJJG
    And before you do ANYTHING... TEST TEST TEST TEST TEST. Create a dummy tablespace on QFS and use this procedure to move it to ASM to ensure you understand how it works.
    Good luck! (hint: scripts to generate these scripts can be your friend.)

  • How to move SQL database from one location to another location i.e. from C' drive to D' drive

    Hi, How to move SQL database from one location to another location i.e. from C' drive to D' drive ? please share some link.
    Thanks and Regards, Rangnath Mali

    Hi Rangnath,
    According to your description, my understanding is that you want to move databased from C drive to D drive.
    You can detach Database so that the files become independent, cut and paste the files from source to destination and attach again.
    There are two similar posts for your reference:
    http://mssqltalks.wordpress.com/2013/02/28/how-to-move-database-files-from-one-drive-to-another-or-from-one-location-to-another-in-sql-server/
    http://stackoverflow.com/questions/6584938/move-sql-server-2008-database-files-to-a-new-folder-location
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Move  the DataBase ORACLE 9i  to other server

    I have a DataBase ORACLE 9i in a Power 6 with operation system RedHat Linux 4 PPC64 and datafiles, redologs, etc.. in /ext3.
    My database lun's are into external storage like a EMC or IBM.
    I need to move the DataBase ORACLE 9i to other server itanium IA 64 RedHat Linux 4 with /ext3 running DataBase ORACLE 9i.
    I intend to remap these lun's and mount this /ext3 to this node.
    1- This is possible?
    2- The DataBase ORACLE 9i will start in the itanium IA 64 server?
    Edited by: E.Vargas on Feb 12, 2010 8:10 AM

    Read about 'Transportable tablespace' and about 'cross platform transport' topics from oracle 10g and oracle 11g documentation. In 9i it's not possible.
    Related dynamic performance views in 10g/11g are,
    v$TRANSPORTABLE_PLATFORM, V$DB_TRANSPORTABLE_PLATFORM, V$DBFILE

  • Best Way to move MB database from single XCH 2010 to 2013 DAG

    Hi,
    We are migrating from a Single Exchange 2010 sp3 server to a 2-node exchange 2013 DAG cluster, located in another AD site.
    I can move a mailbox from 2010 to 2013 without issue, but the WAN link between 2010 and 2013 is very small.
    It will take us too long to move all mailboxes with move-mailbox over the line.
    Is there another way to move the mailboxes or Databases more quickly?
    I was thinking about copying the DB's to a physical disk from 2010 and then move and mount it on 2013. Is that even possible? I explored the possibility to seed the DB to 2013, but don't have the option to do so. 2010 is installed on 2008R2 standard.
    We prefer a short downtime and move over everthing in one go as opposed to having coeexistance for longer period of time to allow the move mailbox over the WAN to complete.
    Thanks for any suggestions.

    You can't move the databases from Exchange 2010 to Exchange 2013.
    I can think of three options.
    1.  Move the Exchange 2013 server to the same LAN as the Exchange 2010 server, move the mailboxes, then move the server back.
    2.  Move the Exchange 2010 server to the same LAN as the Exchange 2013 server and move the mailboxes.
    3.  Install a new Exchange 2010 server on the same LAN as the current Exchange 2010 server, create a DAG, add mailbox database copies on the new Exchange 2010 server, move that server to the same LAN as the Exchange 2013 server, activate the databases
    on that LAN, and then move the mailboxes.
    3a.  A variation of #3 is to build the Exchange 2010 server on the same LAN as the Exchange 2013 server and perform a manual seed of the database copies.  This is more trouble than option 3.
    Moving Exchange servers between sites is possible but there are other issues you would need to solve.  You might be best off just getting a temporary increase in your WAN link capacity for the period of the mailbox move.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Move entire database instance to new hard drive

    I'm running SQL Server 2012 over Windows Server 2008 R2 SP1 on a Hyper-V host (also on 2008 RS SP1).
    I used a fixed sized virtual disk and I don't care for how I allocated the space. So I just wanted to create a new virtual disk, then take the entire instance and move it from the existing VHD to the new one.
    Is this possible?
    I also researched trying to shrink a VHD -- that seems to be equally as daunting and potentially fraught with issues.
    I also looked into moving the entire instance from one server to another (build a new server then move the instance), but what I seemed to find is that this is not supported.
    I have a mission-critical database on the SQL Server (though it's not that large), and currently have a test of SharePoint in the same instance. Is this best practice? One instance for all the databases? I was also thinking of using SQL Server as a back
    end for an Apache web server.
    Any ideas? (Thanks in advance!)
    Noel Stanford Oveson
    ArchiTech89
    MCITP, MCTS, CCNA, CCNA Security
    Berlin, Germany

    Hello Archi,
    You cannot move entire instance it would require uninstall.But you can move user and system databases to drive which you desire.
    SQl server service restart will be required
    Move system databases
    http://www.mssqltips.com/sqlservertip/1604/move-all-sql-server-system-databases-at-one-time/
    http://technet.microsoft.com/en-us/library/ms345408.aspx
    Move user database
    http://technet.microsoft.com/en-us/library/ms345483.aspx
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/5c0e5ba5-1e1a-4c38-ac92-3e5c50ac6c7b/moving-database-from-one-drive-to-another-on-same-server
    First move user database then system database
    Hope this helps
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • How to move SQL database from one host to another ?

    Hi,
    We need to move the database of P1 7.0 from one host to other.Please advice if there are any documents I can refer for this operation.
    I believe if we maintain the same host name for the new system it is just database movement and PI should not even be aware of this operation!!
    Thanks & Regards
    Mrutyunjay

    Hi,
          We have a system R / 3 Enterprise Edition 47x200 running with Microsoft SQL Server 2005.
         Copy the BD in another machine (server), then applied script note 551915 (user_restore.sql) and finally proceeded to install the central instance of SAP (sapinst) with existing database option, but it does not appear that the error attached:
    Errors during EMP database check on produccion4; reported errors:
    Error by Compatibility level check: Database EMP has wrong compatibility level
    Error by Dbo objects check: Database EMP contains user objects belonging to system user dbo
    ; correct reported errors before continuing with the installation
         hope someone can give us some help on diagnosing the issues, thaks.
    Best regards,
    Christian Astete.

  • Move RAC database - need to format the disk storage having RAC and ASM

    Hello,
    Short story:
    I need to format the disk storage used by a two nodes RAC with ASM.
    How can I have the database working the new disk storage.
    Long story:
    We decided to change the external disk storage formatting from RAID 5 to RAID 10.
    Configuration is: 2 Solaris nodes having Oracle software installed on each node and running with ASM
    - node1: ORCL1 database and +ASM1 asm instances
    - node2: ORCL2 database and +ASM2 asm instances
    Available is a NFS storage with plenty of space.
    Please tell me which would be the easiest way to move the database?
    Thank you

    Thanks alot for your answer.
    1) There is more trouble: I also have the Voting disk and the OCR on the same (and only) SAN storage. Do you know about steps to backup/restore and/or recreate these?
    As I said I have a NFS file system available with plenty of space.
    2) I will need to backup the database, which way would you recommend: RMAN or EXP ?

  • Move a database view

    I need to move a database View from one system to another. Can I move the view without having to recreate the view on the other system? And, is there a system view for the material and customer tables?
    Thank you

    Hi
    U can create a change request in the original system containing the database view and the import this request to the target system:
    but u need to have administration system authorizations to do that: because u need to pick up the cofile and datafile from SAP server.
    If you can't do it, u can only recreate the view again.
    Max

  • Is it good idea to move 500GB database to another drive?

    Hello Experts,
    I have Exchange server 2013 on Windows server 2008 R2 Standard. All the roles are installed on single server.
    I have a single database in D drive and the size of database is around 500 GB, The drive is about to full.
    I have another partition(E drive) with 1.8 TB storage and planning to move this database into this drive? is it good idea to move this size (500 GB) database to another drive?
    Or 
    Should I create a new database in other drive, which has 1.8 TB storage and move mailboxes one by one.
    Please let me know, what is the best practice for it.
    Thanks in advance!!
    Thanks, Manoj

    Hi,
    There is no downtime if you create new database on new drive and move mailbox to it. Moving mailbox doesn’t shrink the old database file, you need to delete the original database after you moving mailbox to new database.
    Best regards,
    Belinda Ma
    TechNet Community Support

  • SCCm 2012 : Move SQL Database

    Hi
    I have root domain (domain A) and child domain (B).
    I install SCCM 2012 in domain A and use SQL 2012 cluster on domain B. I have a problem with a firewall. I install a new cluster SQL 2012 in root domain (Domain A).
    My SCCM use: MP, DP, SUP, WSUS, Deployment Application, Deployment packages, Deploy Hotfix. 
    My question: It's possible to move SQL 2012 database (SCCM and WSUS) in domain B to domain A? and reconnect SCCM 2012 to database.
    Thanks

    As long as the computer account is a local admin of the SQL server (of every node as you're talking about a cluster) it should move just fine, especially considering you are moving OUT of the trusted domain and into the same domain.
    Simply move the database then re-run SCCM setup.  When you do one of the first options you'll get is if you're installing into a new site or "perform site maintenance".  Within in that category should be an option to connect SCCM to a
    new database, which will do all the work for you.
    Quick warning:  in the past when using that option I've seen cases where roles have re-installed after I changed the site database, usually the MPs (I'm guessing because they need to reconnect?).  So hop into monitoring and watch your logs after
    doing this to make sure everything "Settles down".

  • How to move a database to another server

    Hi - I am new to Oracle and am used to SQL Server. In SQL Server there was a DETACH and ATTACH DATABASE command that would allow you to make a copy of a database and all structures including triggers, procedures, indexes etc. Make a copy and reattach the database on the new server. I assume that the same is possible in Oracle but I can't seem to find the equivilent command(s). So how does one move a database? I take it that the SQL Server equivilent to database is in Oracle called a schema? Other than creating a sql script for each object, is there a overall process to move my application?

    You could do one of the following:
    1) Create a full export, create a another database with a script or DBCA, create the appropriate sized tablespaces, import to the new database.
    2) If you are copying to the same OS you could shutdown the database, copy all the datafiles, logfiles, control files, etc. to the appropriate locations, rename the datafiles, control files, etc. as needed, and open the database.
    3) Use RMAN to duplicate the database if it has been backed up using the RMAN utility.
    4) If you already have a backup of all the datafiles, logfiles, control files, etc. from a backup you could copy those to the appropriate locations, rename the files as needed, and open the database.
    I would suggest changing the database name. I can go into more detail on any of these if needed.

  • Move Apps Database from Solaris to NT

    Hi,
    This is the problem that I am having:
    We have installed Oracle Apps 11.5.5 TEST instance on Solaris. Because of space constraints, we
    wanted to move the database to a NT box. This NT box also contained Oracle Apps 11.5.5. So, what
    we did was:
    1. we stopped all the services in the NT box except for the database and the listener.
    2. Changed the tnsnames.ora and the dbc file in the solaris box to refer to the NT box.
    3. Added a new dbc file <NT HOST NAME>_<SID>.dbc in the directory $FND_TOP/secure, so that the
    dbc file refers to NT box.
    4. Started all the services on the Solaris box except for the database and the listener.
    When trying to login to Apps, we are getting the error:
    "Database Log in Failed"
    When I try to login to Apps using http://<machine name>.<domain name>:<port
    name>/dev60cgi/f60cgi, I initially got the error "APP-FND-01516".
    Then, I modified the port number in the Forms Listener and the dbc file.
    Now, I am asked to enter the username and password after which the list of responsibilities of
    the user is correctly displayed. When I select the responsibility, I get the error
    "APP-FND-01508: Failed to connect. AOL was unable to connect to the ORACLE database.
    Action: Check for Oracle Errors to find out why the connect failed.
    Action: Check that you have entered the correct username and password by using SQL*PLUS and
    entering the same username and password."
    When I say OK, I get one more msg saying that:
    "There are no valid navigations for this responsibility.
    Cause: AOL was unable to load the menu for the current responsibility.
    Cause: The menu compilation failed.
    Cause: There are no navigable forms associated with this responsibility.
    Action: Contact ur sys admin. Ensure that a valid menu, containing navigable forms, is defined
    for the responsibility. Ensure that the menu is properly compiled."
    When I press OK I get back the same list of responsibilities.
    What do I do to make this DB migration work?
    Any inputs would be greatly appreciated. This is urgent because it is holding up my teams's work.
    Thanks In Advance
    Regards
    Praveen B K

    Please review the following notes:
    Migrating to Linux with Oracle Applications Release 11i
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=238276.1
    9i Export/Import Process for Oracle Applications Release 11i
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=230627.1
    10g Export/Import Process for Oracle Applications Release 11i
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=331221.1
    10g Release 2 Export/Import Process for Oracle Applications Release 11i
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=362205.1
    Unable To Connect To Database Running Adclonectx.pl After Migration To Linux Platform
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=404639.1
    Use the Export/Import process if you also want to move the database to Linux as well.

Maybe you are looking for

  • Borderless image, scriptable

    I'm pessimistic about this at my skill/knowledge level, and (unless Applescript is able to do some things I'm not expecting) it has to do with Applescript in only a peripheral way. But I'll ask anyway. Briefly, I'm looking for a way of opening an ima

  • Flash not working properly in Internet Explorer 6

    Hello, Flash images are not displaying correctly in Internet Explorer 6. I have checked in Internet Explorer 7 and it is working fine. Could someone help me to fix this issue ? I have checked the Tools->Security->Custom Level->Run Flash image and it

  • BPM Message Mapping: "Cannot produce target element /ns1:BAPI...."

    Hi, A scenario File - BPM - BAPI call was developed, as described in blog 'RFC scenario using BPM' cfr. link /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit The Mapping is as follows: MT_EDB_MATERIAL_REQ (1:1) --> BAPI_MATERIAL

  • Telinit 6 does not complete kill tasks

    I have a Oracle database running Solaris 8 on a Ultra 5 box. There is a kill task I created on rc0.d which will shutdown the database gracefully when rebooting the server with 'telinit 6'. But the task was terminated half way through based on my Orac

  • Submit a Document on a bug workaround in metalink

    Hi All, Recently I did a workaround for an oracle bug. I'd like to publish a document in metalink for our use. Is there is way, where i can publish it in metalink or any other technical site? Cheers, Kamalesh JK