Upgrading linux 2 to linux 4 with 9.2.0.3

Hello,
I have a 9.2.0.3 on a node with linux 2. I want to duplicate the database to another box. This new box will have linux 4. What should be the strategy for doing this?
The database is not being backup and can be shut down during duplication. I am thinking of shutting it down cleanly. Do a backup control file to trace before shutting down. Install linux 2 on the new machine. Copy the datafiles from the old machine to the new machine. Edit the control file and init.ora on the new machine. Bring up the 9.2.0.3 on the new machine. Then upgrade the linux 2 to linux 4 on the new machine. But after this, what do I need to do with the 9203 on the new linux 4. Do I then do a relink? Are there documents showing how to do migration of 9i from one box to another box with the high os? Thank you.

Why not just install Linux4 on new box and install Oracle 9.2.0.3 on top of it,
after that you have good chance just copy over all the necessary files (control files, redolog, datafile, spfile/pfile etc), setup environment variables (ORACLE_HOME, ORACLE_SID etc) and bring up the database without any change.

Similar Messages

  • Libblkid.so.1 missing after upgrading to util-linux 2.24.1-3.

    I cannot boot my system after upgrading and reboot. Here's what I've done so far:
    [2014-03-17 15:57] [PACMAN] upgraded util-linux (2.24.1-1 -> 2.24.1-3)
    [2014-03-17 16:07] [PACMAN] Running 'pacman -S systemd systemd-sysvcompat libsystemd'
    [2014-03-17 16:10] [PACMAN] reinstalled libsystemd (211-1)
    [2014-03-17 16:10] [ALPM-SCRIPTLET] udevadm: error while loading shared libraries: libblkid.so.1: cannot open shared object file: No such file or directory
    [2014-03-17 16:25] [PACMAN] downgraded util-linux (2.24.1-3 -> 2.24.1-1)
    chroot and downgrading util-linux to version 2.24.1-1 and the system boot perfectly fine.
    On my X session, I tried upgrading util-linux again:
    $ LC_MESSAGES=C pacman -Qo /usr/lib/libblkid.so.1
    error: failed to read file '/usr/lib/libblkid.so.1': No such file or directory
    $ pacman -Qe util-linux
    util-linux 2.24.1-3
    $ sudo pacman -U /var/cache/pacman/pkg/util-linux-2.24.1-1-i686.pkg.tar.xz
    loading packages...
    warning: downgrading package util-linux (2.24.1-3 => 2.24.1-1)
    $ LC_MESSAGEs=C pacman -Qo /usr/lib/libblkid.so.1
    /usr/lib/libblkid.so.1 is owned by libutil-linux 2.24.1-3
    $ pacman -Qe util-linux
    util-linux 2.2.4.1-1
    And I've tried reinstall libutil-linux and util-linux:
    $ sudo pacman -S util-linux libutil-linux
    warning: libutil-linux-2.24.1-3 is up to date -- reinstalling
    $ LC_MESSAGES=C pacman -Qo /usr/lib/libblkid.so.1
    error: failed to read file '/usr/lib/libblkid.so.1': No such file or directory
    $ sudo pacman -U /var/cache/pacman/pkg/util-linux-2.24.1-1-i686.pkg.tar.xz
    $ LC_MESSAGES=C pacman -Qo /usr/lib/libblkid.so.1
    /usr/lib/libblkid.so.1 is owned by libutil-linux 2.24.1-3
    $ ls -l /usr/lib/libblkid.so.1.1.0
    -rwxr-xr-x 1 root root 252840 Jan 24 22:14 /usr/lib/libblkid.so.1.1.0
    I compiled my own systemd 211 and I remember when I installed systemd 211, pacman complain some libraries exists in filesystem and cannot upgrade systemd. I just deleted those libraries, idiot but systemd,systemd-sysvcompat and libsystemd 211 installed just fine.
    $ systemctl --version
    systemd 211
    +PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT -LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP -APPARMOR
    What should I do next? I'm stuck.
    EDIT: Nevermind. I've found the solution, just run this command twice:
    sudo pacman -S util-linux libutil-linux
    Last edited by serdotlinecho (2014-03-17 12:04:53)

    I cannot boot my system after upgrading and reboot. Here's what I've done so far:
    [2014-03-17 15:57] [PACMAN] upgraded util-linux (2.24.1-1 -> 2.24.1-3)
    [2014-03-17 16:07] [PACMAN] Running 'pacman -S systemd systemd-sysvcompat libsystemd'
    [2014-03-17 16:10] [PACMAN] reinstalled libsystemd (211-1)
    [2014-03-17 16:10] [ALPM-SCRIPTLET] udevadm: error while loading shared libraries: libblkid.so.1: cannot open shared object file: No such file or directory
    [2014-03-17 16:25] [PACMAN] downgraded util-linux (2.24.1-3 -> 2.24.1-1)
    chroot and downgrading util-linux to version 2.24.1-1 and the system boot perfectly fine.
    On my X session, I tried upgrading util-linux again:
    $ LC_MESSAGES=C pacman -Qo /usr/lib/libblkid.so.1
    error: failed to read file '/usr/lib/libblkid.so.1': No such file or directory
    $ pacman -Qe util-linux
    util-linux 2.24.1-3
    $ sudo pacman -U /var/cache/pacman/pkg/util-linux-2.24.1-1-i686.pkg.tar.xz
    loading packages...
    warning: downgrading package util-linux (2.24.1-3 => 2.24.1-1)
    $ LC_MESSAGEs=C pacman -Qo /usr/lib/libblkid.so.1
    /usr/lib/libblkid.so.1 is owned by libutil-linux 2.24.1-3
    $ pacman -Qe util-linux
    util-linux 2.2.4.1-1
    And I've tried reinstall libutil-linux and util-linux:
    $ sudo pacman -S util-linux libutil-linux
    warning: libutil-linux-2.24.1-3 is up to date -- reinstalling
    $ LC_MESSAGES=C pacman -Qo /usr/lib/libblkid.so.1
    error: failed to read file '/usr/lib/libblkid.so.1': No such file or directory
    $ sudo pacman -U /var/cache/pacman/pkg/util-linux-2.24.1-1-i686.pkg.tar.xz
    $ LC_MESSAGES=C pacman -Qo /usr/lib/libblkid.so.1
    /usr/lib/libblkid.so.1 is owned by libutil-linux 2.24.1-3
    $ ls -l /usr/lib/libblkid.so.1.1.0
    -rwxr-xr-x 1 root root 252840 Jan 24 22:14 /usr/lib/libblkid.so.1.1.0
    I compiled my own systemd 211 and I remember when I installed systemd 211, pacman complain some libraries exists in filesystem and cannot upgrade systemd. I just deleted those libraries, idiot but systemd,systemd-sysvcompat and libsystemd 211 installed just fine.
    $ systemctl --version
    systemd 211
    +PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT -LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP -APPARMOR
    What should I do next? I'm stuck.
    EDIT: Nevermind. I've found the solution, just run this command twice:
    sudo pacman -S util-linux libutil-linux
    Last edited by serdotlinecho (2014-03-17 12:04:53)

  • 8.1.7 installation fails on Suse Linux 7.0 with libjox8oracle_jpub_c.so error

    I'm trying to install Oracle 8.1.7 on Suse Linux 7.0 (with glibc 2.1.3).
    However, while runnning universal installer, I get the following error messages:
    "Error in writing to file /opt/oracle/product/8.1.7/javavm/admin/libjox8oracle_jpub_c.so"
    and (later):
    "I/O error in file /opt/oracle/product/8.1.7/jis/install/ncomp_so_full_orb.jar"
    When trying to link the Oracle components, the installer produces:
    "Error in invoking target utilities of makefile /opt/oracle/product/8.1.7/rdbms/lib/ins_rdbms.mk"
    After installation is finished, some Oracle utilities can't be started.
    E.g., svrmgrl fails and I can't create a database instance.
    What's going wrong here? I tried to reinstall Oracle several times, but this
    behaviour is reproducible. Yes, I unset LANG, and set all necessary environment
    variables. Any ideas would be really helpful!
    null

    Hi:
    I am experiencing the same problem. I followed the installation instructions to the dot, but found that the universal installer (UI) (java based) fails at the very beginning.
    I'm still trying to install. However, as per the installation instructions, I didn't install Java. So the UI is only running on the runtime version that comes with the CD.
    If I make any progress these days, I will post the solution...
    Raul Rodriguez

  • SAP R/3 4.7 EXt200 installation on RedHat Linux 5.2 with Oracle 10G

    Hi,
    I got this error during Database Instance Installation:
    All file system node operations of table tORA_SapdataNodes processed successfully.
    ERROR      2009-08-31 11:04:39 [iaxxinscbk.cpp:289]
               abortInstallation
    MDB-06020  File not found: [no oracle rdbms file found].
    I am done with CI Installation.
    Any help would be appreciated.

    Hi ,
         First of all please check availability of your OS + DB requiremnts whether it is supported by SAP or not.You can check this at Product Availability Matrix at ::
    http://service.sap.com/pam
         If this support for your environment i.e.RedHat Linux 5.2 with Oracle 10G then be informed that after starting sapinst in step create database it will prompt you for installing your oracle DB. So open a new window & install your databse ,do the patching of your DB & then continue with sapinst after successfull installation of oracle.Rest of details sapinst will prompot you during instal;lation.
        Hope this will guide you for your query.
    Thanks..
    Mohit

  • Linux / Gnome - problem with moving JFrame ?

    I have a swing application which runs fine on Windows. Yesterday I tried it on a Fedora Linux (latest version) with Gnome, running Java 1.5.0_02 and I noticed the following weird problem. When you try to drag a JFrame window by the title bar to move it, it always maximizes it! When you bring it back to regular size, you see that the window was actually moved, but after that it was maximized, as if you double-clicked the title bar. It only happens with Java windows, all other X11 applications behave normally.
    Anybody else have the same problem?

    Btw, it only happens if you specify that you want JFrame and JDialog decorated:
    setDefaultLookAndFeelDecorated(true)
    As much as I like the new 1.5 Swing decorations I guess I will have to stick to no decorations under Linux.

  • Oracle Linux 6.2 with RH compatible kernel .versus. Red Hat Linux 6.2 diff?

    Hello everyone
    * assume that I booted Oracle Linux 6.2 with a Red Hat Compatible Kernel - as opposed to booting the Oracle Linus 6.2 with UEK R1 or UEK R2 kernels *
    I am interested in any feature differences between the two OS relating to: functionality, reliability, performance, stability and tools.
    The reason I ask is that my employer is trying to figure out if OL 6.2 with a RH compatible kernel is identical to the RHEL 6.2 OS, if we excluded the Oracle UEK and Oracle clustering extra functionality.
    This OS will not be used to run Oracle 11g R2 database, this is to be used for any other Linux based non-database applications (such has running Java, JDBC, Apache, C/C++, etc).
    many thanks
    Yuri

    yurib wrote:
    So now I can tell them to use Oracle Linux 6.x with a RH compatible kernel for all those non-DB systems and use OL 6.x with UEK for Oracle 11g database.
    And I remember there was (still is?) a third kernel, which does not contain new features or performance enhancements, but only bug fixes for the RH compatible kernel.
    I am not sure if you are going to need it, but it can be very useful in some cases. For example, if there is a bug in the RH kernel, and you don't want to run the UEK line as you want to stick to 100% strict RHEL compatibility, then Oracle can put the fix into this 3rd bug-fix only RH compatible kernel series.
    (For me, I've set up dual-boot UEK & standard RHEL kernels on my machines and never have never encountered issues or bugs.)
    >
    Many thanks, as always
    Yuri

  • Not able to connect Azure Linux Virtual Machine with Putty

    Hi,
    I am not bale to connect Azure Linux Virtual Machine with Putty... Error shows "Network error: connection timed out".
    Please help.
    Thanks,
    Techsol
    Thanks, Kk

    Hi TechSol01,
    Thanks for posting here.
    I suggest you to try the below steps
    On a computer running a Windows operating system, you might want to use an SSH client such as PuTTY. For more information, see the
    PuTTY Download Page.
    On a computer running a Linux operating system, you might want to use an SSH client such as OpenSSH. For more information, see
    OpenSSH.
    If it is the endpoint configuration, you can go to the portal and add port 22, (it should already be there by default). 
    Now if it is locked out of the VM because of the firewall on the VM, which is called iptables , You won't be able to connect to the VM,
    If you haven’t configured the port 22. You may have to follow the below steps :
    A = Original VM (Inaccessible VM)
    B = New VM (New Temp VM)
    1)  Stop VM  A via the Azure management portal
    2) Delete VM A BUT select “keep the attached disks”
    3) Once the lease is cleared, attach the Data Disk from A to VM B via the Azure Portal, Virtual Machines, Select “B”, Attach Disk
    4) On VM “B” eventually the disk will attach and you can then mount it.
    5) Locate the drive name to mount, on VM “B” look in relevant log file note each linux is slightly different.
    grep SCSI /var/log/kern.log (ubuntu)
    grep SCSI /var/log/messages (centos, suse, oracle)
    6) Mount the attached disk onto mountpoint /tempmount
    df -h
    mkdir /tempmount
    mount /dev/sdc1 /tempmount
    df –h
    7) Now you should be able to clear the rules set from the configuration file of the firewall, by accessing it
    through /tempmount
    Let me know if this works
    Girish Prajwal

  • Have anyone upgraded Red Hat Linux AS from 4.4 to 4.6 of EBS11510.2(CU2)?

    Hi,
    Have anyone upgraded Red Hat Linux AS from 4.4 to 4.6 of EBS11510.2(CU2)?
    Please advice any issue/concerned etc?
    Thanks,

    You need to relink all binaries after an OS Upgrade to ensure that everything is working as expected.
    - Take a backup of the application/database
    - Upgrade the OS
    - Relink all binaries
    - Start up the application/database
    - Take another backup once you confirm that everything works properly
    Note: 356878.1 - How to relink the whole Applications 11i Installation
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=356878.1
    Note: 131321.1 - How to Relink Oracle Database Software on UNIX
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=131321.1
    Note: 407055.1 - Process To Upgrade the Operating System and Oracle Database Server
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=407055.1

  • [solved]util-linux-ng conflicts with e2fsprogs

    i encount this error msg when i am installing apache server in my archlinux,at first i think that is a apache dependencies problem,but later,when i install other program  pacman shows the same error msg.so i remove the e2fsprogs,but more programs need e2fsprogs.
    what should i do then?
    Last edited by yisohoo (2009-09-26 04:58:17)

    I had the same problem at install hal, ( pacman -S extra/hal )
    CONFLICT util-linux-ng conflicts with e2fsprogs .. remove y/n ? -->> fail by dependences...
    pacman -Syu --->>> SOLVED !!
    Thx.

  • Best WebCam for Linux to use with JMF

    I am searching for a webcam for linux to stream video using jmf.
    I have tried and used Logitech messanger, express, quickcam, and also Creative labs Ex Pro 5.
    Each time I buy a another quickcam, Logitech changes the CCD. and the old drivers I use stop working.
    Anybody have a well supported Linux WebCam with Linux drivers that they would like to share on how good of succes they have???

    Hi,
    Our project uses a Logitech Quickcam Pro 4000. It doesn't seem to have any problems. We are running Redhat Linux 9.0. Basically, I think that any camera that will work with Linux should work with Linux.
    We also tried an Intel Home PC Camera, but that didn't work...
    My 0.02$

  • Flashplugin for Linux and Webcam with build-in USB microphone

    Flash only detects a  "Linux microphone" attached to the Microphone in my desktop.
    I can`t use buid-in microphone in my webcam. In Windows i can choise microphone, in linux only "Linux microphone".
    More understandable description of the problem here http://ubuntuforums.org/showthread.php?t=408453

    File a public bug and try to get the other ubuntu forum users to vote on it:
    http://www.adobe.com/devnet/logged_in/tmccauley_fplayer_bugbase.html

  • Connecting from linux to linux-help me on thjis asap please

    Hi all,
    I want to know how we conect linux machine from another linux machine remotely(This is basically for connecting home to office computer).In windows i used putty and used the following steps to connect it.But how do i do it in linux please advise with steps.
    steps to connect from windows:
    Steps to create VPN connection
    1) go to mynetowrks , click on view connection, click on Create connection
    2) select Connect to network (using VPN) click on next
    3) select VPN connection click next
    4) Give ip address 61.85.76.56 and open putty and i give my system ip 26.0.0.45 and
    i can just give username and password and started working remotely.Please advise how to do the same in linux.Thanks in advance.

    I did a google search for putty and found that putty is an ssh client.  The Arch ssh program is openssh.  Once you have it installed, do a
    man ssh
    and search for 'virtual' or 'vpn'.  Follow the examples there.

  • Oracle Linux - Redhat Linux compatibility matrix

    We want to use Red Hat virtual machines from a cloud provider for outsourced development, and our production environment will be in the Redhat-compatible Oracle Linux.
    Therefore we need to know exactly which versions of Oracle LInux are compatible with which versions of Redhat. If the cloud provider has virtual machines in Redhat version X, which version of Oracle Linux should be compatible?
    Anyone know?
    thanks

    Peter Collins wrote:
    Therefore we need to know exactly which versions of Oracle LInux are compatible with which versions of Redhat. If the cloud provider has virtual machines in Redhat version X, which version of Oracle Linux should be compatible?Our versioning is identical: Red Hat Enterprise Linux 4 Update 8 == Oracle Linux 4 Update 8. Red Hat Enterprise Linux 5 Update 4 = Oracle Linux 5 Update 4 and so on, for all versions.
    Just match major version and update level and you'll be sweet. :)

  • If I have a 2009 iMac, can I upgrade to use it with Apple TV. It doesn't have Airplay capability. If possible, what should I buy?

    If I have a 2009 iMac, can I upgrade to use it with Apple TV. It doesn't have Airplay capability. If possible, what should I buy?

    You need a newer 2011 or later iMac to use Airplay.
    Sorry.
    For older Mac, look at an app called AirParrot
    http://www.airsquirrels.com/airparrot/

  • Can i upgrade my iCloud storage with itunes card ?

    Can i upgrade my iCloud storage with itunes card ?

    From what i understand, you want to buy more storage on iCloud using an iTunes card right?

  • Who can shed some light on my ongoing connection problem. After upgrading my iPad Air with IOS 7.06, I could no longer connect to the internet. I have 2 MacBooks Air, 1 ipad mini and one iPhone 4S running on the same network, and they are all connected to

    Who can shed some light on my ongoing connection problem.
    After upgrading my iPad Air with IOS 7.06, I could no longer connect to the internet.
    I have 2 MacBooks Air, 1 ipad mini and one iPhone 4S running on the same network, and they are all connected to the net and function well.
    So I cleaned up the ipad completely, installed the latest firmware and reinstalled my apps : no connection.
    I tried all things of resets and forgets. No result.
    I have been fondling with my Airport Extreme 5 , but that did not help much.
    This morning I went to a neighbor , hooked my ipad air on his network, typed the password and the thing all worked fine.
    I have tried to connect the ipad air as an ethernet client, but that did not work. „Not enough power“ was the statement
    Ideas anyone ?

    Yes I tried this manyfold. But did not work.  Reading on, I took Tesserac's advice. Shut down router and computer.
    Start router after 15 minutes and wait another 10 minutes before starting the computer.
    Et voila.... everything is back in working order,
    Regards form Curacao, Dutch Caribean.
    Pete van Linden

Maybe you are looking for

  • Hello World in Web Dynpro Java : exceptions

    Hi I am trying out the Hello World tutorial. But hit the error after the deployment and trial run. Please advice. Thanks in advance. 500   Internal Server Error Failed to process request. Please contact your system administrator. java.lang.IllegalArg

  • A 'How to..." question - Connecting a MBP to a HDTV

    Just finished installing my new Pioneer HDTV (PDP-427XD) and want to connect my MBP to it. I'm not ready to invest in an Apple TV just yet so I am looking to connect the MBP physically to my HDTV. Can anyone recommend the best way to do this. I know

  • Old Apple 20" monitor, new MacMini 2010, connectable?

    I have an older 20" Apple Cinema Display. The clear plastic one with the ADC cable. I bought the Apple DVI to ADC adapter brick so I could use it on my older MacMini. The new MacMini comes with the HDMI-to-DVI adapter in the box. Will this adapter wo

  • Overwrite paint() menthod

    Hi I have one problem with paint() method, i opened the multiple audio files at a time or one by one corresponding files are opened( wave forms) in respective internalFrame, For that in file open i am creating new instance of JInternal frame and addi

  • SAP DMS Licence Policy

    Hi All We are using SAP ECC 6.0 at our organization. Q1. What is the licencing policy for using SAP DMS. Is is based on per user licencen? How much cost is required per user? q2. Does it come in bundle licence? Please answer us.