Relocation of the oracle database to a new server with upgrade oracle software

Hi guys,.

Here's the scenario, we have an existing demo Oracle 9.2 database on Solaris 5.9 server. Asked me this transfer to another server with the same OS but with installed Oracle 10g software. The original plan was to mount the exisiting Oracle home of the original server to the new server and copy there all the databases files and set up the database.

Here are the steps:
-Issue a statement "controlfile alter trace database backup", download the script of the trace file
-Copy all database files to the new server
-Change the settings files
-Make a startup mount recreate control files, data recovery and startup of the database on the new server.

I suggested that we to a tablespace of transport but cause limited resources and that the 9.2 database doesn't have this feature, we cannot carry out this process. Also, I can't make an exp/imp of the database as we really have little resources on a disc. I was wondering if the steps I listed above are correct? Or would result in an error?

799727 wrote:
Is it possible not to move the files from the mounted disk and treat it as it is and then upgrade the Oracle 9.2 database to Oracle 10.2?

Yes you can request the 9.2-10.2 online upgrade, see upgrade guide
http://download.Oracle.com/docs/CD/B19306_01/server.102/b14238/upgrade.htm#BABJADGA
http://download.Oracle.com/docs/CD/B19306_01/server.102/b14238/preup.htm#i1007814

Tags: Database

Similar Questions

  • Move the Oracle database to a new server

    What is the best, easy, quick and painless way to move an Oracle (9 and 10 g) database to a new a new server with different directory names?
    (I hope I have not asked too)

    Thanks in advance...

    Depending on the size of the database and the number of exp/imp of tasks that are run at the same time that the use of exp/imp can easily be fast enough.

    When you create a new database and fill through importation, you will have the opportunity through pre-set arrays to move data for purposes of space management. More in bonus all your tables are rearranged. Even if Oracle tables reuse the space that is in them, we recovered a significant percentage of our total table area allocated for re-use. Depending on your application and how it has changed over the years where the space is needed and where it was consumed may be different.

    More important still new features as locally managemed tablespaces and SAMS that may not have existed or have not chosen at the time of the creation of tablespace in the source database can now be implemented.

    A new database also means a new space of system tables. Over time you may find yourself with a few bad data in the tablespace system due to various bugs that have existed over the years. Creation of a new database of vacuum and filling are a way to eliminate these problems.

    The best method depends on your needs, the State of the database from a point of view of management s/n, your new layout of disk, the amount of data and the time in which you must work. Sometimes slow, DBA work involved method is the best solution.

    IMHO - Mark D Powell-

  • What is the meaning of the different fields of the Oracle software for example 11.1.0.2.0

    What is the meaning of the different fields of the Oracle software for example 11.1.0.2.0

    Please share.

    Hello

    For example 11.1.0.2.0

    1 - the database major version number
    2nd - maintenance of database version number
    3rd - version number of the application server
    4 - the specific component version number
    5th - the platform specific version number

    Link target:

    http://docs.Oracle.com/CD/B28359_01/server.111/b28310/dba004.htm

  • I'm transferring my entire website from my old Web host at GoDaddy. How to copy all my files (in Dreamweaver) to my Web site from the server, it's on now, on my desk? So I can then connect you to my new server with GoDaddy and transfer all s

    I'm transferring my entire website from my old Web host at GoDaddy. How to copy all my files (in Dreamweaver) to my Web site from the server, it's on now, on my desk? So I can then connect you to my new server with GoDaddy and transfer all of the site?

    If you don't have local copies of your site on your computer...

    1 create a new Site definition using your old FTP GS-01 information: definition of a new site. Learn Dreamweaver CS5 & CS5.5 | Adobe TV

    2. Once you have the defined site and can connect, click on the Get (down arrow) command in the files Panel

    3 when you are prompted to hit "get the entire Site? Yes

    4. After downloading the entire site, navigate to the Site > Manage Sites > click the site > Edit > servers > click on the remote server > Edit to enter your new GoDaddy FTP Info

    5. after the test connection to check, you can connect, click the command Put (up arrow) in the files Panel

    If you have a site already defined for your old Web host, go to #4 above.

  • Installing Vcenter new server with the new database

    Hello

    We currently have the virtual Center 2.5 with SQL express back-end and we are planning to upgrade to vcenter server with Oracle backend. My original plan was to start over by installing vcenter on a temporary server with Oracle and eventually return the current server vcenter and use the same Oracle server. What would be the simplest solution for this? Essentially, in the end, we need to use the current server to vcenter but move from the db to the Oracle database. Our group consists of 3 servers and only active DRS at present (HA disabled for this upgrade). Can I upgrade the current virtual Center vcenter server directly and do fresh install for the Oracle database?

    Thank you

    I would also install a new server vCenter thr.

    After that, make a new configuration and Noor and if everything works correctly, uninstall the old und VC 2.5 check also the HA!

    Good luck!

  • Presentation of the existing database to a new machine

    I posted the question in the forum of DB and received no usable response, so I'll try this forum.
    I'm on Windows 2008 R2 x 64 platform.
    I installed a cluster of 11 GR 2 two starts for the OCR and voting disks and one for data.
    The data disks are replicated on external drives in the cluster.
    On a different node, is not part of the cluster I have installed the software from the grid.
    I seconded the diskgroup data nodes and attached the replicated to the new node.
    I installed the DB software (software option only).
    Now, I want to recognize and exploit the existing DB DB software.
    I can't find a way to do it.
    Any help is appreciated.
    Kind regards
    Fred

    Hello

    I seconded the diskgroup data nodes and attached the replicated to the new node.
    I installed the DB software (software option only).

    Configure the TNSNAMES file. ORA and SQLNET. ORA of two nodes.

    Now, I want to recognize and exploit the existing DB DB software.

    1. create directory audit_trail on each_node for example

    audit_file_dest          = %ORACLE_BASE%\admin\%ORACLE_UNIQUE_NAME%\adump)
    

    2 copy or re-create a file initfile and password on each node inside (% ORACLE_HOME%\database\) for example

    cat  initorcl2.ora
    SPFILE='+DATA/orcl/spfileorcl.ora'
    ...
    To create password file use utility %ORACLE_HOME%\bin\orapwd.exe
    filename must be  orapwd<$ORACLE_SID>
    

    3. add entries on TNSNAMES. ORA and SQLNET. Database ORA

    4 create Windows service for the Instance database with the ORADIM utility on each node:

    C:\> %ORACLE_HOME%/bin/ORADIM.exe -NEW -SID ORCL1 -INTPWD  -STARTMODE AUTO -PFILE %ORACLE_HOME%\DATABASE\INIT.ORA
    

    5. create the database configuration in the clusterware, through orders srvctl

    for example

    srvctl add database -d ORCL -o  c:\app\oracle\product\11.2\dbhome_1 -p +DATA/orcl/spfileorcl.ora -a  +DG_DATA -s open
    srvctl add instance -d ORCL -i ORCL1 -n hostname1
    srvctl add instance -d ORCL -i ORCL2 -n hostname2
    

    Kind regards
    Levi Pereira

    Published by: Levi Pereira on March 23, 2011 10:46 # changed with the appropriate procedure for the windows environment.

  • Migration of the Virtual Center of SQL2005 database to a new server running SQL2008

    Virtual Center 2.5 Build 147633

    ESX hosts 3.5.0 143128

    Separate server database running SQL 2005

    We replace our SQL2005 server with a server SQL2008. We will migrate the database of VC on him. What are the steps on the side of Virtual Center. My plan is to:

    1. Backup the database

    2. Stopping VMWare services

    3. Migrate the database to SQL2008

    4. Change the Virtual Center ODBC connector to point to the new database server

    5. Restart the VMWare services.

    Is there anything, I'm missing or should be cautious?

    just note that, as of today, SQL 2008, is not a database supported for vCenter

    https://www.VMware.com/PDF/vi3_35/esx_3/R35/vi3_35_25_compat_matrix.PDF

  • Install the oracle software, I can overwirte?

    Hello

    I'm working on a project to upgrade current database from 12.1.0.1 to 12.1.0.2 in server (6.4) of Linux.

    There are a couple of database running against oracle current home (/ opt/oracle/product/12.1.0)

    I run a Setup program and install the oracle in opt/oracle/product/12.1.0.2, I am planning to use it my new ORACLE_HOME.

    now the last step is to run the root.sh script to complete the installation,

    #./root.sh

    Operation of the user root.

    The following environment variables are defined as:

    ORACLE_OWNER = oracle

    ORACLE_HOME = /opt/oracle/product/12.1.0.2

    Enter the full path of the local bin directory: [/ usr/local/bin]:

    The 'dbhome' file already exists in the usr.  Overwrite it? (y/n)

    [n] :

    Do you want to replace me?


    Here the question: can I I type crush?



    (I don't want the database update today, I'll do it the weekend, I want to just install 12.1.0.2 software oracle today, but is it safe to overwirte and will not impact on current running databases)


    Please help me confirm


    Thank you very much.



    Yes you can choose to replace - this will copy new versions of the dbhome and other executables in/usr/ocal/bin which are backward compatible with earlier versions. The rewriting process does not change or interfere with existing databases or software.

  • Update 10 gr 2 DB to 11 GR 2 while migrating to new server with the same operating system

    Hello

    I need to upgrade and migrate as well a 10.2.0.5 single-instance ASM no database 11.2.0.1 on a new server. Source and target texts OS is Solaris 10 (OS version identical on SPARC 64-bit server is started), but the target server is upscale. DB size is about 1 TB. Only concern is that the storage in the existing configuration will be used with the new server as well.

    Who will be the best way to do the upgrade and migrate with minimal downtime?

    Thank you
    Chaouki

    PL see your partners post - DB migration with movement of storage for the new server.

    Move the 10.2.0.5 database and storage on the new server, then install 11 GR 2 on the new server and perform the upgrade according to the upgrade Doc

    http://docs.Oracle.com/CD/E11882_01/server.112/e23633/TOC.htm

    HTH
    Srini

  • application server oracle migration to a new server with SSO

    Application server: 10.1
    repository database: 9.2.0.6

    Old OS: Tru 64
    New operating system: Solaris

    We just want to migrate to the new server. We're not modernize our versions of oracle. We continue to get username / password is wrong when we try to use single sign on with the new repository. When contact us the Oracle support we work around the race. They are simple and there is no documentary research he actually did this or knows how to do a migration.

    Is someone did a migration of the repository with single sign on? What metalink document did you use?
    Is it possible to simply export/import data?

    you might be falling into this scenario.
    the version of your database is the same, you have found the similar error stack, on executing the script of ssomig.bat even.

    Please see this note on Metalink2: Doc ID: 430523.1

    '' Cause. ''

    The 10.1.2.02 standards body. ssomig script uses the import/export utilities in its $ORACLE_HOME, 10.1.x. The SSOMIG script assumes that the metadata repository database is a version that uses the same current version of SSO import/export utility. In your case, this is not true.

    This causes a problem when the source repository of metadata is 9.2 versions. In a database import/export utility perspective, this is an unsupported configuration, a newer version of export cannot be enforced against an earlier version of the database. An earlier version of export can only be run on a later version of the database. It is documented in the Guide of the database utilities.

    Solution
    To implement the solution, please perform the following steps:

    On the source server
    1. run the House against the 9.2.x 101202 fight database catexp.sql.
    2 copy files/directories SSO and Perl 101202 House Home 9207
    3. run the ssomig-export of 9207 House
    4 copy the ssomig.dmp resulting and the ssoconf.log to the SSO target
    5. run ssomig - import.
    "

    ******************************

    If that does not solve your problem, then look in this note.
    DOC - ID: 372328.1

    AMN

  • Upgrade virtual Center 2.02 VC 2.5 on the new server. Upgrade ESX 3.02 ESX Server 3.5. and add the new ESX Server.

    Hello

    We are due to upgrade our VMWare environment. ESX 3.02 x servers virtual Center 2.02 and 3.  We have new material on which to install Virtual Center and we are also adding a new ESX Server.

    I read various guides for virtual center upgrade and watched questions on the forum, but can not see everything that relates to the way I thought to do. I want to install Virtual Center 2.5 on the new server and I would refer her to the current virtual cenre database.  Is this supported?

    I then install ESX 3.5 on my new ESX Server and add it to the virtual Center. Then I would start the upgrade / rebuild other servers using VMotion to migrate all VM the next server to be rebuilt on the new server running ESX 3.5.

    Would this work.

    What is the best way to upgrade the virtual center of new material and a new Version?

    Thank you for all the advice that can be offered.

    Kind regards.

    Kevan

    Kevan says:

    I read various guides for virtual center upgrade and watched questions on the forum, but can not see everything that relates to the way I thought to do. I want to install Virtual Center 2.5 on the new server and I would refer her to the current virtual cenre database.  Is this supported?

    Yes, it is an upgrade that is supported.  Don't forget there will be an upgrade for your DB schema and it may take some time.  Just make sure that you have a good backup of your DB before you start.

    I then install ESX 3.5 on my new ESX Server and add it to the virtual Center. Then I would start the upgrade / rebuild other servers using VMotion to migrate all VM the next server to be rebuilt on the new server running ESX 3.5.

    I agree entirely, I drive rebuild is the way to go.

    Would this work. > What is the best way to upgrade the virtual center of new material and a new Version?

    Upgrade to the current version using the .iso image file.  Don't forget the license server, which is a standalone update and are located in the folder /vpx of the vCenter .iso

    Upgrade path:

    1 vCenter

    2 ESX

    3 VMware Guest Tools

    Thank you for all the advice that can be offered.

    I hope that was a little helpful as well

    http://www.VMware.com/PDF/vi3_35/esx_3/r35u2/vi3_35_25_u2_upgrade_guide.PDF

  • CD is not compatible with XP, why? I can't pass the data information of my new HP with Vista professional in my other, older __Dell computers using XP iperating system. It makes the CD a bit useless.

    I don't understand why I can't pass data as a file in Quicken to my new HP computer using the CD of my old Dell computer with the XP operating system.  I have to use thumb devices to transfer data.  What is a reason that they cannot be compatible.

    Read the section on using disks of different CD players or format to ISO for older computers

    http://Windows.Microsoft.com/en-us/Windows-Vista/burn-a-CD-or-DVD

    If your computer is equipped with a CD or DVD burner, you can copy files to a recordable disc. This process is called burning a disc. By default, Windows Burns discs in the active file system format, but you can also choose to burn discs in ISO image format.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://Windows.Microsoft.com/en-us/Windows-Vista/disc-burning-frequently-asked-questions

    Why are there two different ways to format a disc?

    You can choose between the formats of live file system and mastered during the creation of a new recordable disc because each of these formats is used for different purposes. The default choice is the active file system because it is a more convenient way to create a disc. When you use a Live file system disc, files are copied to the disk immediately. When you use the ISO image format, the files are stored in a "transit zone" until you decide to burn the disc.

    When you use the system format active files with rewritable discs, such as CD - RW and DVD - RW, you can also erase unwanted files from a disc to recover space, which is not possible with mastered discs. On the other hand, mastered discs are more compatible with older computers, previous versions of Windows, and other devices such as CD and DVD players. For more information, see which CD or DVD format should I use?

    See you soon.

    Mick Murphy - Microsoft partner

  • Move the physical hard disks to new server

    First of all, before I have offend anyone wrong, yes there is a back-up. The "Extend reasons" why would I be willing to do this style of rough house upgrade are given below


    Simple explanation of the problem

    I have moved the physical hard disks (6 discs in the 0 + 1 array) in a HP Proliant ML350 G6 low for HP DL360 G5.

    The hard start and loading VMware 4.0 disks but no network connection. It shows the assigned static IP but no connection to the network.

    Also tested network cables. ;-) Firmware update on both boxes

    I have improved the VMware ESXi 4.0 to HP VMware hypervisor 5.1(1??) Edition, still no IP connection.

    Any Suggestions to get this NETWORK card IP address running?

    The drive in the array goes back to the system original and boots with work IP (and upgrading VMware 5.1 too)

    Extent of the reasons

    It is a small business with a single physical server, we borrowed a temporary server (used) from our supplier

    The current table (6 x 136 GB drives 0 + 1 array) has 408 GB of usable space. The person who made the initial VMware/OS load charge did not increase the block size for the Server Windows Small Business 2008 has a maximum of 320 GB volume

    Which is now max out.

    The goal is to have the production server upgraded to (8 x 450 GB drives 0 + 1 array) to 1.8 TB of usable space. Ideally the SBS 2008 will be migrated from the temporary server on the production server with sizes of block appropriate for larger volumes. The intensity of the current SBS has VMware unrelated corruption that would also give reason why we do not want the original charge on the new drives in the production box.

    It is also an Exchange Server which is critical for the company, I can't bring down the server for more information, then 1 hour without impact 7 x 24.

    The Back-up exists but isn't something suitable like a Veeam but is Microsoft Backup to disk iSCSI

    Hi, what I would say to access this server esxi through DCUI and access network configuration. If you can't see the network cards then you can also assign IP address from there for the management and you can also select NIC, you want only for management purposes.

    Thank you

    Hussain

  • How can I lock the Oracle software owner account?

    Hello

    After the installation of Oracle on a linux/unix machine, how can I lock the account Oracle software owner?

    If the account is locked out, it affects the stop/start/operation of oracle process?

    Thanks in advance,
    Hozy

    That depends on how it is implemented in your operating system.

    For example, on my Linux operating system "oracle of L - usermod ' locks 'oracle' password to make a connection 'oracle' cannot be attempted. (Of course, this does not prevent the super user 'root' to run a ' su - oracle ' to login as 'oracle').

  • Can I order my new laptop with no garbage software?

    When I ordered a DV6500 laptop a few years and it was stuffed with all that extra garbage software.  The laptop went very wrong.  I went out and bought Vista Ultimate, amazed the disk and loaded on my copy of Vista.  It's amazing to see how much better my laptop ran.  I have never had a problem with it as I did.

    Now, I am looking to buy a laptop Hp DV5Z.  With Vista HP always charge on all this garbage software?  If so, how many concerts will they face now?  Any way to order this new laptop with Vista right on this garbage software only?

    A program called PC Decrapifier will get rid of any preinstalled software.

Maybe you are looking for

  • BIVL Registraion failed 003

    Sony Dash HID - C10 Impossible to allow:Failure of registration BIVL 003 Help, please.

  • Games with big screen

    I have a presario A 900 and vista of runing am I can only open games in a window full screen with two black bars down the flanks is it possible to change this? My computer is running in 1440 x 900, but my games don't fit widescreen. The size of the g

  • Change the location of the program download

    Downloading software to a disk, such as the printer software I don't get the option to select the location. So my SSD drive is almost full, as all scanned documents, etc. are stored here, but my much larger conventional hard drive is almost empty. Th

  • Cisco ASA ruled out a specific ip address of the split tunneling

    Hello I need help with a question on the split Tunneling Configuration. I have need exclude split tunneling networks already configured a specific ip address. This is my setup: Split_Tunnel list standard access allowed 192.168.0.0 255.255.0.0Split_Tu

  • Risk game a version custom open 1998

    My risk game disc will not start with windows 7. I think that its 1998 version