Moving applications across databases

I require to move an application from database A to database B. I want to move just the application not any tables etc. they already exist on database B.
How do I go about it? Do I have to go to the application, then click the down arrow on IMPORT/EXPORT --> Export -->Application.
What are the settings that need to be selected on the Export Application page (File Format, Owner overide etc).
Do I then log onto database B and import the application file that was created above. Can the users then log on and start using the application?
Thanks

Rick,
Yes, just go to Export Application as you described.
File Format - Depending on your client machine - DOS will add carriage returns and line feeds, UNIX will just have line feeds.
Owner Override - if application schema owner is changed. If not, leave it blank.
Build Status Override - if you want to continue application development on db B, or just run only.
Others are self-explanatory.
You can either use the Application Builder interface of database B to import, or logon to database B via SQL Plus and run the exported SQL file.
Ittichai

Similar Messages

  • Moving A Confluence Database

    Has anyone moved a Confluence Database before?
    I need to move it as the Server it is currently sitting on is predominantly a development ant test platform.
    Both SQL Server instances are the same version and both instances are on clustered enviornments hosted by the same nodes.
    Thanks
    Please click "Mark As Answer" if my post helped. Tony C.

    Please check the below link:
    https://confluence.atlassian.com/display/DOC/Migrating+Confluence+Between+Servers
    Method one – standard procedure
    Step 1: Take note of your add-ons
    Take note of the add-ons (plugins) currently installed and enabled in Confluence, so that you can reinstate them later. Make a note of the following for each add-on:
    Add-on name
    Version
    Enabled or disabled status. This is useful if you have enabled or disabled modules yourself, making your configuration differ from the default.
    Step 2: Back up your data
    Create an XML backup of your existing data, via the Confluence administration console. See Manually Backing Up the Site. Make a note of the location
    where you put the XML file. You will need it later to import your Confluence data into your new database.
    Shut down Confluence.
    Make a copy of the
    Confluence Home and other important directories. This is a precautionary measure, to ensure you can recover your data if it is mistakenly overwritten.
    If you are using an external database, make a separate backup using the utilities that were installed with that database. This also is a precautionary measure.
    Step 3: Set up the new database
    Choose the
    database setup instructions for your new database, and follow those instructions to do the following:
    Install the database server.
    Perform any required configuration of the database server, as instructed.
    Add the Confluence database and user. Make a note of the username and password that you define in this step. You will need them later, when running the Confluence Setup Wizard.
    Step 4. Install Confluence (same version number) in a new location
    Now you will install Confluence again, with a different home directory path and installation path.
    Note: You must use the same version of Confluence as the existing installation. (If you want to upgrade Confluence, you must do it as a separate step.) For example, if your current site is running Confluence 5.1.2, your new installation
    must also be Confluence 5.1.2.
    When running the
    Confluence installer:
    Choose Custom Install. (Do not choose to upgrade your existing installation.)
    Choose a new destination directory. This is the installation directory for your new Confluence. It must not be the same as the existing Confluence installation.
    Choose a new home directory. This is the data directory for your new Confluence. It must not be the same as the existing Confluence installation.
    Step 5. Download and install the database driver if necessary
    Note that Confluence bundles some database drivers, but you'll need to install the driver yourself if it is not bundled. Follow the
    database setup instructions for your new database, to download and install the database driver if necessary.
    Step 6. Run the Confluence setup wizard and copy your data to your new database
    When running the
    Confluence setup wizard:
    Enter your license key, as usual.
    Choose Production Installation as the installation type.
    In the database configuration step, choose your new database type from the dropdown menu, then choose
    External Database.
    Choose the connection type: Direct JDBC or Datasource. If you are not sure which, choose 'Direct JDBC'. This is the most common connection type.
    When prompted for the database user and password, supply the credentials you defined earlier when adding the Confluence database to your database server.
    On the load content step, choose Restore From Backup. This is where you will import the data from your XML backup. There are two options for accessing the XML file:
    Browse to the location of your XML backup on your network, and choose
    Upload and Restore.
    Alternatively, put the XML file in the Confluence home directory of the new site (<CONFLUENCE-HOME-DIRECTORY>\restore) then choose
    Restore.
    Note: If you choose not to restore during the Confluence setup wizard, you can do the import later. Go to the Confluence administration console and choose to restore an XML backup. See
    Site Backup and Restore.
    Step 7. Re-install your add-ons
    Re-install any add-ons (plugins) that are not bundled with Confluence.
    Use the same version of the add-on as on your old Confluence site.
    The data created by the add-ons will already exist in your new Confluence site, because it is included in the XML backup.
    Step 8. Check settings for new machine
    If you are moving Confluence to a different machine, you need to check the following settings:
    Configure your new base URL. See
    Configuring the Server Base URL.
    Check your application links. See
    Linking to Another Application.
    Update any gadget subscriptions from external sites pointing to this Confluence site. For example, if your JIRA site subscribes to Confluence gadgets, you will need to update your JIRA site. See
    Adding JIRA Gadgets to a Confluence Page.
    Review any other resources that other systems are consuming from Confluence.
    Method two – for installations with a large volume of attachments
    Before you start
    Before proceeding with these instructions please check the following.
    Your existing installation must be Confluence 2.2 or later.
    Your attachments must be stored in the file system, not in your database. (To migrate between attachment storage systems, see
    Attachment Storage Configuration.)
    The instructions below will only work if both of the above are true.
    Step 1: Take note of your add-ons
    Take note of the add-ons (plugins) currently installed and enabled in Confluence, so that you can reinstate them later. Make a note of the following for each add-on:
    Add-on name
    Version
    Enabled or disabled status. This is useful if you have enabled or disabled modules yourself, making your configuration differ from the default.
    Step 2: Back up your data
    Create an XML backup of your existing data, via the Confluence administration console. See Manually Backing Up the Site. Make a note of the location
    where you put the XML file. You will need it later to import your Confluence data into your new database.
    Shut down Confluence.
    Make a copy of the attachments directory (<CONFLUENCE-HOME-DIRECTORY>\attachments) in your Confluence Home directory. You will need it later to copy your Confluence attachments data into your new Confluence installation.
    If you are using an external database, make a separate backup using the utilities that were installed with that database. This also is a precautionary measure.
    Step 3: Set up the new database
    Choose the
    database setup instructions for your new database, and follow those instructions to do the following:
    Install the database server.
    Perform any required configuration of the database server, as instructed.
    Add the Confluence database and user. Make a note of the username and password that you define in this step. You will need them later, when running the Confluence Setup Wizard.
    Step 4. Install Confluence (same version number) in a new location
    Now you will install Confluence again, with a different home directory path and installation path.
    Note: You must use the same version of Confluence as the existing installation. (If you want to upgrade Confluence, you must do it as a separate step.) For example, if your current site is running Confluence 5.1.2, your new installation
    must also be Confluence 5.1.2.
    When running the
    Confluence installer:
    Choose Custom Install. (Do not choose to upgrade your existing installation.)
    Choose a new destination directory. This is the installation directory for your new Confluence. It must not be the same as the existing Confluence installation.
    Choose a new home directory. This is the data directory for your new Confluence. It must not be the same as the existing Confluence installation.
    Step 5. Download and install the database driver if necessary
    Note that Confluence bundles some database drivers, but you'll need to install the driver yourself if it is not bundled. Follow the
    database setup instructions for your new database, to download and install the database driver if necessary.
    Step 6. Run the Confluence setup wizard and copy your data to your new database
    When running the
    Confluence setup wizard:
    Enter your license key, as usual.
    Choose Production Installation as the installation type.
    In the database configuration step, choose your new database type from the dropdown menu, then choose
    External Database.
    Choose the connection type: Direct JDBC or Datasource. If you are not sure which, choose 'Direct JDBC'. This is the most common connection type.
    When prompted for the database user and password, supply the credentials you defined earlier when adding the Confluence database to your database server.
    On the load content step, choose Restore From Backup. This is where you will import the data from your XML backup. There are two options for accessing the XML file:
    Browse to the location of your XML backup on your network, and choose
    Upload and Restore.
    Alternatively, put the XML file in the Confluence home directory of the new site (<CONFLUENCE-HOME-DIRECTORY>\restore) then choose
    Restore.
    Note: If you choose not to restore during the Confluence setup wizard, you can do the import later. Go to the Confluence administration console and choose to restore an XML backup. See
    Site Backup and Restore.
    Step 7: Copy your attachments across
    Copy the contents of the attachments directory (<CONFLUENCE-HOME-DIRECTORY>\attachments) from your old Confluence Home directory to your new Confluence Home directory.
    Step 8. Re-install your add-ons
    Re-install any add-ons (plugins) that are not bundled with Confluence.
    Use the same version of the add-on as on your old Confluence site.
    The data created by the add-ons will already exist in your new Confluence site, because it is included in the XML backup.
    Step 9. Check settings for new machine
    If you are moving Confluence to a different machine, you need to check the following settings:
    Configure your new base URL. See
    Configuring the Server Base URL.
    Check your application links. See
    Linking to Another Application.
    Update any gadget subscriptions from external sites pointing to this Confluence site. For example, if your JIRA site subscribes to Confluence gadgets, you will need to update your JIRA site. See
    Adding JIRA Gadgets to a Confluence Page.
    Review any other resources that other systems are consuming from Confluence.
    Regards, Pradyothana DP. Please Mark This As Answer if it solved your issue. Please Mark This As Helpful if it helps to solve your issue. ========================================================== http://www.dbainhouse.blogspot.in/

  • Load balancing across database connection

    Do you provide load balancing across database connections and allow RDBMS load
    balancing for read only access?
    Thanks in advance.

    Hello, Christina.
    Load balancing with multiple machines is a little bit different than
    in the same machine. One of the important resource in this kind
    of application is network bandwidth, so tuxedo tries to keep the
    traffic among the machines as low as possible. So, it only
    balance the load (call services in other machine) in case all the
    services are busy in the machine where they are call.
    I mean, if you have workstation clients attached only to one
    machine, then tuxedo will call services in this machine untill
    all servers are busy.
    If you want load balancing, try to put one WSL in each machine,
    and the corresponding configuration in your WSC ( with the | to
    make tuxedo randomly choose one or the other) or spread your
    native clients among all the machines.
    And so, be carefull with the routing!
    Ramón Gordillo
    "Christina" <[email protected]> wrote:
    >
    I am looking for assistance in configuring Tuxedo to perform load balancing
    across
    multiple machines. I have successfully performed load balancing for a
    service
    across different servers hosted on one machine but not to another server
    that's
    hosted on a different machine.
    Any assistance in this matter is greatly appreciated.

  • Problem rename sharepoint 2010 search service application admin database

    Hi all,
    i have a problem that hopefully someone has an answer to.  i am not too familiar with sharepoint so please excuse my ignorance.
    we have sharepoint 2010 on a windows 2008r2 server.  everything seems to work fine.  but as you know, the default database names are horrendous.  i have managed to rename all of them, except for the "search service application" admin
    database.
    the default is: Search_Service_Application_DB_<guid>
    the other 2 databases (crawl and property) were renamed without a problem.
    we are following the article from technet on how to rename the search service admin db (http://technet.microsoft.com/en-nz/library/ff851878%28en-us%29.aspx).  it says to enter the following command:
    $searchapp | Set-SPEnterpriseSearchServiceApplication -DatabaseName "new database name" -DatabaseServer "dbserver"
    however, i get an error about identity being null.  no big deal, i add the -Identity switch and the name of my search service application.  but the real problem comes the error it throws:
    Set-SPEnterpriseSearchServiceApplication : The requested database move was aborted as the associated search application is not paused.
    At line:1 char:54
    + $searchapp | Set-SPEnterpriseSearchServiceApplication <<<<  -Identity "Search Service Application" -DatabaseName "SharePoint2010_Search_Service_Application_DB" -DatabaseServer "dbserver"
        + CategoryInfo          : InvalidData: (Microsoft.Offic...viceApplication:
       SetSearchServiceApplication) [Set-SPEnterpriseSearchServiceApplication], I
      nvalidOperationException
        + FullyQualifiedErrorId : Microsoft.Office.Server.Search.Cmdlet.SetSearchS
       erviceApplication
    when i look at the crawling content sources, i see "Local SharePoint Sites" and it's status is Idle.  i even looked at this article on how to pause the search to no avail.  (http://technet.microsoft.com/en-us/library/ee808864.aspx)
    does someone know how i can rename my Search Service Applcation Admin database properly?  or at least "pause" that service so i can rename it?
    thank you all in advanced

    If you want to have no guids for your search admin db, i recommend you check out this script :)
    just delete your search service application (assuming you have just started)
    Alpesh Nakar's Blog
    Alpesh
    Just SharePoint Just SharePoint Updates
    SharePoint Conference Southeast Asia
    Oct 26-27 2010 Contributing Author
    SharePoint 2010 Unleashed
    MCTS: SharePoint 2010 Configuration
    MCITP: SharePoint 2010 Administrator

  • "Create Application from Database" and BLOB type

    Hi all,
    I see many threads about BLOB type but my question is related to the Flex Builder built-in feature "Create Application from Database".
    Is there a way or a sw version to automatically use MySQL BLOB types when creating a PHP/database application?
    Thank you!

    Hi Dave,
    Would you please file a bug with all the necessary details
    regarding this issue? The bug base is found at:
    http://bugs.adobe.com/jira.
    We’ll look into this. Thank you for letting us know!
    Lacra

  • Create Application from Database and Air

    I have tried several time to use the create application from
    database for an air app build in flex. I do the same steps and the
    only difference is that I click the create button as air not web.
    It does not seem to work. Does the create application from database
    command (referencing php mysql) work with Air???
    Thanks

    Hi Dave,
    Would you please file a bug with all the necessary details
    regarding this issue? The bug base is found at:
    http://bugs.adobe.com/jira.
    We’ll look into this. Thank you for letting us know!
    Lacra

  • Create application from database issues

    Just trying out the 'Create application from database'
    feature and found the following.
    Running:
    Vista
    Flex Builder 3 Public Beta 2
    Visual Studio 2008
    - The wizard cant find the development web server so IIS is
    the only choice. I assume VS2005 & 2008 are different.
    - When validating the IIS option it would always fail until I
    enabled directory browsing (IIS 7).
    - When creating a SQL connection the wizard will not connect
    to a SQL 2005 named instance. Tried 'localhost\instance' and
    'hostname\instance' and get the following error.
    java.sql.SQLException: Unknown server host name
    'DMC\DEV2005'.
    at
    net.sourceforge.jtds.jdbc.ConnectionJDBC2.<init>(ConnectionJDBC2.java:364)
    at
    net.sourceforge.jtds.jdbc.ConnectionJDBC3.<init>(ConnectionJDBC3.java:50)
    Dave

    Hi Dave,
    Would you please file a bug with all the necessary details
    regarding this issue? The bug base is found at:
    http://bugs.adobe.com/jira.
    We’ll look into this. Thank you for letting us know!
    Lacra

  • Best way to migrate Applications across environments of different versions

    Hello Gurus,
    Source EPM Environment - EPM 11.1.1.3
    Target EPM Environment - EPM 11.1.2.2
    What is the best way to migrate applications for Planning , Essbase , HFM and also the related reports from 11.1.1.3 to 11.1.2.2 .
    Any help will be highly appreciated..
    Thanks
    HyperEPM.

    I tried with upgrading the application and it was done pretty smoothly as compared to the LCM import export method.
    Now what would be the feasible way to move all the applications when following is the scenario and we need a minimum downtime.
    1. Move from EPM 11.1.1.3 to EPM 11.1.2.2
    2. DB used to configure EPM 11.1.2.2 should be fresh and not the existing one.
    3. We want to move all the applications across to EPM 11.1.2.2 on the freshly configured EPM 11.1.2.2.
    4. Move all the applications intact across the version.
    Thanks
    HyperEPM

  • Joining tables across databases in OBIEE Physical Layer

    I was facing this problem of joining tables across databases in Physical layer of OBIEE admin tool.
    I had a requirement to combine two tables from 2 different databases A and B respectively. I had created one database object (OBIEE Object) in the physical layer and I had created two connection pools under that pointing to the required databases. I was able to view the data (right click on the table object --> popup menu option "View Data" ) though I had to go through the "Select connection Pool" window and select the required connection pool. I was able to join the tables and was able to complete the star schema in BMM and bring them up to the presentation layer. Conistency check was also successful. Everything went fine so far.
    But when I started building the report, I started getting error whenever I chose the table which was supposed to be queried by using the second connection pool. The error message was something like "table or view does not exist at OCI call OCIStmtExecute". I assume that this was happening because the systm was not able to understand which connection pool to choose (because there were two pools defined under one database object) and by default the server was choosing the first one. If anybody is having a different opinion or definite information about this, kindly update with your reply.
    I could resolve this problem after creating a separate database object with a separate connection pool defined under it, which points to the second database. Imported the required table under this database object. (Infact it was reverse. When I re-imported the table, OBIEE Admin tool, by default created its own database object and the connection pool separately for the imported table).
    Once this was done then I went ahead as usual by joining the tables across these two different database objects and modelling was already done (ofcourse with a little more tweaking since the mapping had to be redone between BMM and Physical layers). Now I could build the report in the reporting layer without encountering any error.
    Appreciate and welcome any further additions/updations/corrections regarding this issue(?).
    -MMishra.
    Edited by: user13483341 on Nov 29, 2011 8:20 AM
    Edited by: user13483341 on Nov 29, 2011 8:20 AM
    Edited by: user13483341 on Nov 29, 2011 8:24 AM

    Hi Deepak, Thanks for your reply.
    Appreciate if you can help me with another thread "possibility of multi-currency in OBIA 7.9.6.2 financial anlytics".
    - MMishra.

  • Moving the zcm database from RC2 to General Release.

    Is there any documentation that outlines moving a zcm database from RCX to the General Release?
    Thanks,
    Patrick

    Gray,
    not supported - do not even try it for fun...
    Shaun Pond

  • Oracle Developer 6 applications with database 10g

    Hello,
    My all applications are developed and running in Oracle Developer 6 with database 9i. But now i want to use
    database 10g with these Oracle Developer 6 build applications.
    Already compiled files (with dev 6 and DB 9i) are runing with database 10g quite nicely,but when i try to
    recomplie the source files of these applications with 10g database i got the fowlloing error.
    ORA-00600: internal error code, arguments: [17069], [45468896], [], [], [], [], [], []
    After it i open these Oracle Developer 6 applications source files with Oracle Developer 6i and use 10g database,
    compile and run very easly.
    I think it is old version problem .But my development team dont want update all applications to new version (6i or other) yet.
    Is there any solution to use Oracle Developer 6 applications with database 10g ?
    Thanx.

    The general rule is "Ora-00600s (and 7445s, 3113s) are to be reported to Support". Look in Metalink to see whether any one else has reported it, based on the first argument. If so, there may be a workaround or a patch.
    Since you are asking this generically without database version, patch level or operating system, I assume you are using the unsupported free download and do not have access to Metalink. In that context
    1) What is the problem:
    The problem is your request (QSL, PL/SQL, Java) is hitting a bug or abusing a part of the Oracle software in an unexpected way. ORA-00600 is simply one of the 'unexpected and unhandled exceptions'.
    2) Required action:
    Since it is unexpected and unhandled, there are several ways to proceed:
    - Search the net for the first argument (ktspgetmyb-1) to see whether someone has a workaround
    - Reproduce and Simplify your offending code until you find your own workaround.
    Often this happens with some sql statement
    serache for metaling ORA-00600 log

  • Flex / Data / Create Application from Database

    Hi, I had a question,
    When I create an application from a Database (Flex / Data /
    Create Application from Database).
    Can I modify the coded to convert it into a module?
    I have a main application that I would like to load the
    Database as a module. I tried replacing the <mx:Application>
    Tags to Module but didn't work...
    Thanks.

    Hi,
    no. no answer as yet. Seems to be a connection issue with the
    Windows 2003 Server, although all the seetings are correct.
    I installed WAMP Server 2.0 locally to see if I can get the
    project running locally, and it works fine. I can connect no
    problem to the MySQL Database on my local PC. I might just have to
    migrate everything over manually once the project is
    complete.

  • After "create application from database"

    hi all,
    i succeeded to build server and client side code using "create application from database"
    now my question is: how to use these files to build my application?
    for example, i need an OlapDataGrid that works on joined tables, not on a single table...
    thank you all!

    Hi Dave,
    Would you please file a bug with all the necessary details
    regarding this issue? The bug base is found at:
    http://bugs.adobe.com/jira.
    We’ll look into this. Thank you for letting us know!
    Lacra

  • AIR application and database connectivity (using JAVA)

    Hi
    I am creating AIR application and I want to connect with the database using java database connectivity (JDBC).
    Can any body give me the some suggestion on how to how to do that.
    Please give me any reference for creating AIR application for database connectivity with mysql/access.
    Thanks
    Sameer

    lots of serching on the google and found that For AIR applications either you use Webservices(JAVA/PHP/.Net) or you can use SQLLite.
    Not found any method for direct connectivity with the database using JDBC.
    If any one found direct connecivity withe database using JAVA then please reply.
    Thanks

  • Moving Application from Apex 2.2 to Apex 3.1

    Hi ,
    I installed Apex 3.1 Successfully, its a FARESH Installation,
    Now I have to import the Apex 2.2 Application into this New Apex 3.1,
    Do I need to get the Schemas available in Apex 2.2 & get it Import into Apex 3.1 Database using Exp/Imp Utility
    or Any specific mathod available to to move the Applications from
    Apex 2.2 to Apex 3.1
    Best Regards
    cnu

    Srinivas,
    Export the schemas from one database and import them into the other using standard Oracle database facilities like exp/imp or Datapump.
    Export your applications from the current Application Express database using the Application Express export pags. This will create files. Take those files and import/install them into your workspaces in the new database using the import/Install wizard. Export the workspaces first from the old database and import/install them into the new using the apex_admin application at each site.
    Scott

Maybe you are looking for

  • Business Area Configuration.

    Hi, Our client is now expanding to new business, and to configure a new business area for the same.Presently no business area is defined. Pls suggest me,whether to go for new business area or new company code and we are in ECC 6.0 enviornment. Regard

  • Smartform form for Payment remittance advice to Vendor

    Hi Friends, My requirement is i have a sapscript "F110_IN_AVIS" (Driver program:RFF0EDI1 This is a standard sap driver program)and it should be converted to Smartform with all the windows as it was present in sapscript. I have migrated the sapscript

  • Why does my Macbook OS X 10.4.11 keep quitting unexpedtedly and force me to shut down?

    I have had my Macbook OS X 10.4.11 since 2007. This issue happened once in 2008, and has not happened again until now. Recently, this happens almost once a day. No matter what I am working on, or how many windows I have open, my screen goes light gre

  • Forex rate in PO and OB08

    Hi When doing PO (Import items) the user is manually entering the exchange rate for EURO, say as 47.85 (Exch. Rate fixed check box ticked). MIGO and MIRO done at this rate. Vendor GL in FBL1N is showing figures according to this rate. But when user w

  • How to find DMS documents without object links in ABAP?

    How can I find DMS documents without object links,  in ABAP language? thank you