Migrate OVM database XE to EE

We installed our environment in the included XE database for testing. Well the testing kind of got out of control and is near production and we would like to move it to a EE database. Is there any easy way to do this, maybe export/import, reinstall the application? I do not want to have to recreate everything we have already created in Oracle Virtual Manager and if possible little to no downtime.
Thanks,
Sean

These oracle provided steps worked for us: pay special attention to the .config editing.
I. Backup Oracle VM Manager 3.0
Back up/copy the Oracle VM Manager configuration file located at
/u01/app/oracle/ovm-manager-3/.config
As the root user, shut down Oracle VM Manager:# /sbin/service ovmm stop
Back up the Oracle VM Manager database OVS schema. Run the Oracle Database EXP utility to export the OVS schema. The following example shows how to run this utility on the local install of Oracle XE. If you are using an Oracle Standard or Enterprise Edition on the local host, or on a remote computer, you should consult your Oracle Database documentation for the appropriate method for your environment.
Log into the operating system as the oracle user. You can su - oracle as the root user if you do not have the password for the oracle user.
Run the following commands:export ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe
export PATH=$ORACLE_HOME/bin:$PATH
export ORACLE_SID=XE
exp ovsschema/password grants=y compress=y file=/location/ovsbackup.dmp
The ovschema user in the exp command should be replaced with the name of your OVS schema; the default schema name in an Oracle XE install is ovs. Store the Oracle VM Manager database schema backup along with the Oracle VM Manager configuration file.
Transfer the ovsbackup.dmp file to the host with Oracle Database SE or EE installed.
II. On remote SE/EE host:
1. (optional) If the new DB already has OVS schema. The following step drops the OVS schema and then re-created it for completeness:
[~honsu:oracle@ovs227 bin]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Fri Oct 28 17:06:56 2011
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
SQL> drop user ovs cascade;
SQL> create user ovs identified by unittest1;
SQL> grant connect, resource to ovs;
SQL> exit;
2. Imported the dump:
[~honsu:oracle@ovs227 bin]$ imp ovs/unittest1 file=/tmp/ovs201_xe.dmp
full=y
Import: Release 11.2.0.1.0 - Production on Fri Oct 28 17:17:23 2011
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All
rights reserved.
Connected to: Oracle Database 11g Release 11.2.0.1.0 - 64bit
Production
Export file created by EXPORT:V11.02.00 via conventional path
import done in US7ASCII character set and AL16UTF16 NCHAR
character set
import server uses WE8MSWIN1252 character set (possible charset
conversion)
. importing OVS's objects into OVS
. importing table "MGR_ABCSTORE" 46 rows imported
...snipped the importing table messages for brevity here...
Import terminated successfully without warnings.
III. Back on the Oracle VM Manager 3.0 host:
1. Edit the /u01/app/oracle/ovm-manager/3/.config file:
Changed:
DBHOST=localhost
SID=XE
To:
DBHOST=ovs227
SID=SE
2. Stopp the XE DB instance using lsnrctl on the manager system
3. Start the manager
/sbin/service ovmm start
4. After the Weblogic server is initiated, run Oracle VM Manager Admin Tool to modify the Oracle VM Manager Data Store (OVMDS)
# /u01/app/oracle/ovm-manager-3/bin/ovm_admin --modifyds SE ovs227 ovs unittest1
5. Stop the Manager and re-started it again to ensure that the core could contact the OVMDS properly at startup.
6. Connected to Oracle VM Manager via the UI to ensure access using existing accounts.

Similar Messages

  • How can I determine what sites are being referenced within Central Admin Upgrade and Migration Manage Databases Upgrade Status?

    When I go to Central Admin > Upgrade and Migration  > Manage Databases Upgrade Status, I have 2 content databases which have the status:
    Database is up to date, but some sites are not completely upgraded.
    How can I determine which sites are not completely upgraded?

    Manage Databases Upgrade Status will provide you all active and offline DB details, you can get same result
    using below PowerShell cmdlet.
    Get-SPDatabase and Get-SPContentDatabase will provide all active database/Content DB in Farm which include Service application db, central admin DB.
    Get-SPDatabase | Format-Table Name, ID
    Coming back to your question, if you find that there are some site are not completely upgraded then run below command and understand the cause if issue on specific DB.
    Test-SPContentDatabase WSS_ContentDB_Name
    If you find any missing file issue in DB then resolve these issue to upgrade content database.
    (verify all customizations referenced within the content database are also installed in the web application. This cmdlet can be issued
    against a content database currently attached to the farm, or a content database that is not connected to the farm )
    Use the Upgrade-SPContentDatabase cmdlet
    to resume a failed database upgrade or begin a build-to-build database upgrade against a SharePoint content database
    Upgrade-SPContentDatabase WSS_Content
    reference:
    http://technet.microsoft.com/en-us/library/ff607813(v=office.15).aspx
    http://technet.microsoft.com/en-us/library/ff607941(v=office.15).aspx
    If my contribution helps you, please click Mark As Answer on that post and
    Vote as Helpful
    Thanks, ShankarSingh(MCP)

  • Migration oracle database 8.1.7.3 to 10.2.0.2

    Hi,
    I have a problem to migrate my database in 8.1.7.3 to 10.2.0.2 on different database server because the size fo this database is 2200Gigas.
    With RMAN or copy it's not possible because the database version are different.
    The solution is the export/import but it's probably too long.
    Anybody have a solution

    The other solution is "Database Upgrade". Here are the basic steps whci you can perform for this:
    1) Install oracle 8i (with same patchset as the old one) and oracle 10g on new server
    2) Restore the RMAN backup of your 8i database on new server and start the database using 8i home.
    3) Apply 8.1.7.4 patch on 8i DB
    4) Either run DBUA or use manual update to update you 8i DB to 10g
    Here is the doc for Database Upgrade process:
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14238/toc.htm
    Daljit Singh

  • How can i Migrate a database from DB2 to SQL Server 2008r2.

    Hi Gurus,
    Kindly help me letting me know the process for migrating the database from DB2 to SQL Server.
    1) Is there any way to migrate a database from DB2 to SqlServer. (My assumption is we can not migrate database, if wrong correct me gurus).
    2) Or we can only transfer data from that DB2 database to SQL Server (Using SSIS packages).
    Please help me knowing the process to migrate the data from DB2 server to MSSQL server. Even am reading the documents available in the web.
    Thanks in advance.. :)

    Microsoft provide a migration assistant for DB2 to SQL Server:
    http://www.microsoft.com/en-us/download/details.aspx?id=45296
    SQL Server Migration Assistant (SSMA) is a free supported tool from Microsoft that simplifies database migration process from DB2 to SQL Server and Azure SQL DB. SSMA automates all aspects of migration including migration assessment analysis, schema and
    SQL statement conversion and data migration. 
    Hope that helps

  • Migrating Oracle Databases to SQL Server 2000

    Hi friends,
    I wanna to Migrating Oracle Databases to SQL Server 2000.
    But i don have idea abt that.
    could u plz help how to start and procced.
    Neeraj Goel

    Hi Neeraj,
    This forum is dedicated to Migrating from SQLServer and other third party databases to Oracle.
    Not the other way round.
    The Oracle Migration Workbench facilitates migrations to Oracle.
    Regards,
    Dermot.

  • Migrate a database from a Windows to Linux

    Hi,
    Please advise me how to migrate a database from a Windows to Linux or vice versa by using concept called Transportable tablesapce. Thanks in Advance.

    Crossplatform Transportable Tablespace only availalable to 10g and up.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_export.htm#sthref73
    Any version below, only supported option is export/import

  • How Migrate MySql Database to Oracle

    Hi...
    I like Migrate MySql Database to Oracle, can help me?
    Alexandre

    I am trying to migrate a MySql to an Oracle database. I have not had any problem setting up the migration workbench.
    What I am having a problem with is copying the source database to the Oracle DB - I have verified that the host name is correct - and the MySql is at the default 3306 port number.
    What my problem is that the root user on the Linux server is not the user with DBA priviliges - instead a user called admin is the user on the linux box that has DBA priviliges.
    Is my only way around trying to get the root user assigned DBA priviliges in order for this extract to succesfully happen - and if so, how do I go about assigining DBA priviliges on the MySql database to the root user?
    Any help will be appreciated.
    Thanks

  • How can i migrate oracle database  data to DB2 database

    Hi
    how can i migrate oracle database data to db2 database.
    can anyone provide me solution.

    BTW why do you want to migrate oracle database data to db2 database? Any specific project requirement like Parallel run with Oracle database (e.g data replication)? Or any other issues - Cost? Manageability? Availability? Business requirements?
    Do you need to do a day-to-day data transfer or it is for permanent migration?

  • Migrating a database to ASM.

    Hi all,
    I have an environment for test purposes running 10.2.0.1.0 database on a Linux CentOS 4 box.
    Now what I´m trying to accomplish is migrate this database to ASM.
    Some adittional info:
    $ ps -ef | grep pmon
    oracle 4063 1 0 07:27 ? 00:00:00 ora_pmon_APPS102
    502 6659 1 0 07:34 ? 00:00:00 asm_pmon_+ASM
    $ lsnrctl status
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "APPS102" has 1 instance(s).
    Instance "APPS102", status READY, has 1 handler(s) for this service...
    What I´m doing is to log into database through EM 10g console as sys user, then I go to the Administration page from where I can run the ASM migration wizard.
    Then, after inform my SYS password and my Host account/Password, I´m facing below error:
    Listener refused the connection with the following error: ORA-12528, TNS:listener: all appropriate instances are blocking new connections The Connection descriptor used by the client was: (description=(address=(host=VM_PEGASUS.localdomain)(protocol=tcp)(port=1521))(connect_data=(sid=+ASM)(server=dedicated)))
    I´ve already stopped and started the listener and restarted both instances. Did not work, same situation.
    Well, any help will be very appreciated.
    Thanks,
    Marcello M.

    Hi,
    Please see (How To Use Automatic Shared Memory Management (ASMM) In Oracle10g) Doc ID: Note:295626.1 on Oracle Metalink.
    The main goal of this document is to show you how to put in place the ASMM facility introduced with Oracle10g, how to configure it, and also some examples on how to monitor its activity.
    Adith

  • Use exp/imp to migrate a database

    hi,
    I want to migrate a database from window to hp unix,
    Can I use the following way? thanks!
    First,exp from windows:
    1.exp the schema without data
    2.exp the whole database with data
    Second,imp to unix:
    1.use dbca to create a database;
    2.imp the schema
    3 imp the data to all schema.

    Yes. Just make sure that you do a binary file transfer between windows and unix system otherwise you will end up with a corrupted dump.
    Even after transfer, just to make sure, you can have a trial import with indexfile and show options to check the integrity of the dump.
    Probably you can merge steps 2 and 3 of import in 1 step.

  • Problems migrating a database from 10.2.0.4 to 11.2.0.1

    Hello,
    I'm migrating a database on a test machine. I've got the database on 10.2.0.4 and i've installed the 11.2.0.1 (Standard edition). The OS is windows server 2003 SP2
    Using the migration assistant, after it does the analisis and shows the conclusions (before step 1), it throws a warning.
    It sais that it can't update some components because it doesn't have proper actualization command files. These components are OLAP analytic workspace, OLAP catalog, Spatial and Oracle OLAP API.
    I've tryed installing them from OUI, but it fails with an OUI-10150.
    It can be that standard edition doesn't have that components? As long as I remember, I did a clean new installation of the 11.2 software, standard edition.
    Thanks

    Hi,
    is your 10.2.0.4 version standard or enterprise?
    I think you should install enterprise 11G R2 and then upgrade. because standard edition doesn't have all feature which are there in 10.2.0.4 so upgrade cannot happen.
    Rajesh

  • Migrated the database to ASM storage .

    Hi friends,
    I have migrated the database from 10g(non-asm) to 11g ASM storage on solaris machine. I am facing database slowness after the database upgrade.I don't find any problem in the ADDM/AWR report.
    Could you please suggest me whether anything needs to check?
    Regards
    Rocky

    Can you run ADDM from the dbconsole?
    Also you can run sql tuning advisor.
    However, its worth checking your diskgroups.
    Can you post Mountpoints defined in /etc/vfstab ?

  • Migrating MSSQL Database to PointBase5.5 Database

    I am using Pointbase 5.5 Databaseserver comes with weblogic9.0.it represents database as ".dbn and .wal" files inside poinbase installation databases folder.
    My Question:
    i have one large database contains thousands of tables in MS SQL Server as ".mdf " format. Now i need to migrate this database to Pointbase database.
    what should i do?
    Can you help me?plz..

    may be you can try this "database migration utility"
    http://opendbcopy.sourceforge.net/
    Thanks,
    -Jagadish

  • Migrating image database in Informix 9.21 to Oracle 9i

    I am going to be migrating an image database from Informix 9.21 to Oracle 9i and am needing to know
    what Oracle9i has to offer as far as options in storing large media types - image, video, audio, etc...
    Specifically, does Oracle have anything comparable to Informix' smart blobspace? Is it possible to migrate
    image data from Informix to Oracle? I know the migration kits only are available up to Informix version 7.
    What does interMedia offer?

    Hi,
    I was unable to reproduce your problem. I carried out the following steps in attempt to replicate the issue:
    1. I launched the workbench, version 10.1.0.2, selecting the Oracle Lite "Default Repository".
    2. Using the Oracle Enterprise Manager Console, I created a user "rtdb" with the password "rtdb" on my target Oracle 9i database.
    3. I captured a test Informix database, generating its source and oracle models.
    4. I then proceeded to migrate the database to Oracle and supplied my target Oracle9i database information in the "Migration Wizard, Step 1 of 4: Destination Database Details", supplying rtdb/rtdb as the username/password.
    5. My test database migrated with no such error messages reported.
    If you carried out the migration steps as I have outlined above, and are still experiencing issues with a "Failed to connect" error, I would contact support.
    Regards,
    Hilary

  • Migrating MySQL5 database to Oracle 10g - refrential integrity constraints

    On migrating MySQL5 database to oracle, referential integrity constraints are not migrated to Oracle. Capture stage shows it has captured the constraints but constraints are missing from the Oracle Model. Is this a bug? If not, what I need to do to get constraints migrated.

    Check out *URGENT* Does Oracle SQL Developer able to migrate tables relationships?
    K.

Maybe you are looking for

  • New playlist in iTunes will not update to ipod video.

    Hello, I have an Ipod video and I created a new playlist in iTunes but it is not updated to the ipod. I al ready tried to update the ipod again and also after a restart of the pc an disconnecting the ipod. Can anyone tell what I do wrong ? Thanks.

  • IPhone cannot connect to itunes store

    I recently downloaded IOS 5.0 to my iPhone 3GS and have been unable to connect to the iTunes store since the upload.  I've tried using both 3G and Wi-Fi networks, both of which have been confirmed to be functional on my phone (I can surf the web, acc

  • How to write time stamp to a file

    Hi, I'm using LabVIEW 8.2 and for my simulations purpose I've to store my data with time stamp (seconds having 6 digit precision ) in a text file. I'm using get time vi to get the time of the host computer on a  6 point precision (which I've attached

  • Question on error in sxmb_moni

    In an Soap to Idoc Scenario, i sent the soap message from a soap client, and i got a success response back, However in sxmb_moni i see an error that says... <SAP:Code area="RCVR_DETERMINATION">"NO_RECIEVER_CASE_ASYNC"</SAP:Code> Can anyone tell me ho

  • (SOLVED)Xorg not functioning correctly.

    So, I've set up Arch systems before, but I am at wit's end with this problem. I've installed all the xorg packages as recommended by the installation guide, but unfortunately, every time I enter "startx" in the command line, I'm met with an black X e