Install a second copy of ORACLE enterprise 9i DB on same HPUX Server

The vendor of third party software we are using has requested we install a second copy of the Oracle enterprise software for installing and testing Oracle patch upgrades.
We are currently running Oracle Enterprise 9.2.0.1. The vendor wants us to upgrade to patch set 9.2.0.5. They do not want us to touch the current environment. So their solution is to install a second copy of 9.2.0.1 and upgrade that to 9.2.0.5. Then migrate each instance of the database to the new environment.
Is that possible? Are there not files that are created at install time that are in common directories like /etc and /usr/local/bin?
It was also mentioned these location could not be changed when running ORACLE Installer.
Secondly another source said the patch set could be applied the current environment without affecting the current instances of the databases. Simply run the migrate utility against each database as we want to bring them into the new environment.
Any thoughts or documentation on this?

From your response I understand that common files like oraenv, tnsnames.ora, sqlnet.ora listener.ora and the ORACLE installer inventory file will not overwrite the previous installs file if I have a created and installed in a second oracle_home.
The plan would be to install the second copy of Oracle software and immediately install the patch set. I will not have any database instances associated with the new oracle_home. Next I would migrate each of the existing database instances from the original oracle_home through the migrate process. If I do it this way I will not need to shutdown the existing instances of Oracle during the install and patch upgrade. Is that correct?
Just to clarify another point. If the patch was installed on the first instance would the existing database instances be affected in some way before running the startup migrate catpatch etc? In other words could I still safely access the databases before doing the upgrade to the instances. Our vendor said that was possible but does not seem to be a good idea to me.

Similar Messages

  • The computer I use at work is a PC. I know you are allowed to install the programs on two computers, one work computer and one laptop. My laptop is a Mac. Is it possible to install the second copy on a Mac?

    I'm not sure if I'm in the right forum for this question, but I don't know where else to ask about installing on cross platforms. So, the computer I use at work is a PC. I know you are allowed to install the programs on two computers, one work computer and one laptop. My laptop is a Mac. Is it possible to install the second copy on a Mac?

    Which Adobe product exactly?
    Cloud: yes.
    Creative Suite: no.

  • Can I install a second copy of photoshop elements 2.0 on my partners laptop? and can she use it also?

    Can I install a second copy of photoshop elements 2.0 on my partners laptop? and can she use it also?

    Wow, Thanks for the answer,
    As some software has multiple user limitations, i wanted to check that out, in case your only meant to install on only one computer,
    so its okay for my partner to use it to?
    And also, is it alright to make money from using photoshop elements 2.0?
    Do you recommend any free up dates to elements 2.0?
    Thanks

  • Need to install a second copy (per EULA)

    I have a single user license for RoboHelp 7. I need to
    install a second copy of the software on my laptop. Have not been
    successful yet.
    Section 2.5 ("Portable or Home Computer Use") of the EULA
    expressly permits a single license user to install a second copy of
    the software on a laptop. However, the software activation
    mechanism prevents this. I installed the software, but it will not
    run until activated. Attempts to activate it result in an error
    about the software license already being activated and giving me
    the choice of deactivating the copy on my desktop (my main
    machine).
    I have only a limited time need for this second copy. The
    very specific purpose is to have a copy of the software on my
    laptop to show my RoboHelp work to potential employers during
    interviews. This complies with the EULA as I would not be using the
    software simultaneously on my other computer at home. Once I get a
    job, I have no need for this second copy and would uininstall it.
    Thanks for any advice anyone can provide.

    Welcome to the forum.
    Indeed you can install on a second machine but without doubt
    the copy you are using has been activated twice already. This can
    occur if your machine has been reformatted and you did not
    deactivate first. Maybe your desktop machine was changed and you
    installed on the new machine without deactivating on the old one.
    Could a colleague have installed it to take a look?
    Go back to the activation screen and it will advise you what
    to do. You need to phone the number that you can find there and
    explain the problem. I had this after a hard disk failure and was
    given an activation number.

  • I just installed lightroom 5, 3 weeks later my computer crashed, I know I can move files but how about the license? I also installed a second copy on a laptop that I used for class

    I also installed a second copy on a laptop that I used for class

    There is no activation process like there is with Photoshop. So you can just go ahead and install Lightroom again on your new or rebuilt computer.

  • How to install oracle 11g and 10g on same linux server.

    how can i install oracle 10g and 11g on same linux server ????
    10g database is already installed , i want to installed 11g on the same machine. How can i do this???

    Hi;
    how can i install oracle 10g and 11g on same linux server ????
    10g database is already installed , i want to installed 11g on the same machine. How can i do this???You may go wiht different mount point like to create /oracle11g and /oracle10g and you can choose related path for your installation.
    Please read:
    Managing multiple oracle home
    http://docs.oracle.com/cd/B12037_01/em.101/b12140/3_oui_oracle_homes.htm#i1005615
    http://docs.oracle.com/cd/B12037_01/em.101/b12140/3_oui_oracle_homes.htm
    Regard
    Helios

  • Guide to installing XE and Apex on Oracle Enterprise Linux 5.3 (64 bit)

    I have just been through a time consuming and frustrating process of installing Oracle XE 10gR2 on Oracle Enterprise Linux 5.3 x86-64 and I want to share my experience so that others can benefit from it and overcome the same problems more quickly.
    Prior to starting I had installed OEL 5.3 and been using it for a few days. The system I am using is a home built box with an AMD Phenom X4 955 Black Edition, 8 Gb RAM, Highpoint RR2680 RAID controller with 4 1TB disks in a RAID5 array and an additional 320Gb HDD storing the OS. I am using KDE3.5 on the desktop.
    The main problem I encountered was with SELinux. As I eventually intend to have this system exposed on the Internet I was reluctant to switch it off despite having read extensively about the issues surrounding it and Oracle. I had several failed attempts at the installation process before succumbing to the reality that SELinux and Oracle are not happy bedfellows. I decided to switch SELinux to permissive mode having followed the advice here.
    I found a very helpful guide to installing XE on Linux here as part of the installation of an application called Spacewalk. Note that you do not need to complete the whole Spacewalk installation, but just follow the instructions in the linked page.
    Before you start you need to ensure that the UID of your oracle user is less than 500. Mine was 500, so I used the following commands to fix this:
    usermod -u 250 oracle
    find / -uid 500 -exec chown oracle {} \;
    These change the oracle UID to 250 (but check that isn't already used first!) and the find command searches for all files that were owned by oracle (but weren't after the usermod cmd) and changes them back to oracle's ownership.
    Now follow the Spacewalk instructions until you reach the Server Setup section. Before you do this you need to make a couple of changes to the script /etc/init.d/oracle-xe. I found these changes in various places, such as [link(1)|http://forums.oracle.com/forums/thread.jspa?messageID=1345771&#1345771] and [link(2)|http://dbataj.blogspot.com/2008/08/lblibrarypath-is-not-set-on-startup.html].
    Note that in link(1) the oracle-xe-selinux packages installed have the same effect as the chcon command on the shared libraries so it isn't necessary to perform this step.
    Open /etc/init.d/oracle-xe in vi (or your favourite editor) and do the following:
    line 49: change /bin/su to /sbin/runuser
    after line 52 (export PATH...) add the following lines:
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    There are further changes recommended to /etc/init.d/oracle-xe in [this post|http://forums.oracle.com/forums/thread.jspa?messageID=3201491&#3201491] but I haven't done them yet.
    Having done the above changes you can now configure Oracle XE by running /etc/init.d/oracle-xe configure (as root!). As I have Apache Tomcat running on port 8080 I changed the default HTTP port to 8500 but kept the listener on its default port of 1521. Once the confuration script is done you will need to change the ports SELinux uses for Oracle as follows:
    semanage port -d -t oracle_port_t -p tcp 9000 - deletes port 9000, which is the SELinux default port for Apex
    semanage port -a -t oracle_port_t -p tcp 1521 - ensure that listener port is OK (assuming you used default of 1521, change accordingly if you didn't)
    semanage port -a -t oracle_port_t -p tcp 8500 - add the new Apex HTTP port to SELinux
    After all this running:
    semanage port -l | grep oracle
    should show you:
    oracle_port_t tcp 1521, 8500
    I ignored the TNSNAMES.ORA part of the Spacewalk instructions and proceeded with the 'Client setup on 64bit platform' and 'Configuring sqlplus' sections.
    For the latter I created a bash script which I have made available in the oracle user and my own user's home directories:
    cat > configure_oracle_10g_xe.sh
    ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server
    PATH=$PATH:$ORACLE_HOME/bin
    ORACLE_SID=XE
    export ORACLE_HOME ORACLE_SID PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    I did this as I intend to install other Oracle databases, e.g. 11gR2, on this box later so I didn't want to put the above in .bashrc.
    Having done the above you should be able to log into the database using sqlplus and the XE setup is complete.
    The upgrade of Apex 2.2 to Apex 3.2.1 was fairly painless so I won't go into much detail about it - just follow the instructions provided by Oracle.
    The only issue I had was right at the end of the process and is documented and answered in [this thread|http://forums.oracle.com/forums/thread.jspa?threadID=958611&tstart=0].
    That's it - I hope somebody will find this useful.

    On Oracle Metalink site, there are many documents which says that Oracle 32 bit software works on 32 bits OS and 64 bits software works on 64 bits OS. Official support is only in those combination....
    So there is no good way to help you in your case-XE is 32 bit application with hard codded compiled libraries which most of them would not work on 64 bit OS.
    Sorry
    8(
    Hope this helps

  • Upgrade to 7.1 -- iTunes.exe installed as second copy of iTunesSetup?

    Similar question to the ones posted below. I have successfully downloaded and run the 7.1 "iTunesSetup.exe" application, but cannot seem to get the music-player application to launch.
    My problem is not that I can't locate the new "iTunes.exe" application -- I can find it easily (it was installed to the same folder as the Setup application). The problem is that every time I double-click on the "iTunes.exe" file, the Setup application launches. I also note that if I right-click on this file and select "Properties", although the file name is listed as "iTunes.exe", the Description is listed as "iTunes Installer".
    So, I think the problem is that Apple has simply mis-named the iTunes.exe file, and that this file is actually an incorrectly-named, second copy of the Setup application, rather than the music-player application. No idea how to fix this, other than hope that Apple wakes up to the problem and gets the correct file into the download.
    Does anyone know if Apple monitors these posts?
    PC   Windows XP  

    Fixed my own problem. I noticed that I still had the Installers to a few of the older versions of iTunes (7.0, and 7.0.2) in various directories. I manually deleted all Installers (including the new one I had just downloaded for 7.1), and deleted the incorrectly-named "iTunes.exe" file. I then re-downloaded the Installer for 7.1. Ran it, and it installed what seems to be the correct application file for iTunes.exe, which now launches and seems to be running as it should.

  • Downloading and installing a second copy on my laptop

    I have a licence for Photoshop CS6 and have one copy installed on my desktop computer. How do I download and install a copy on my laptop?

    Go to the product page for Photoshop CS6 in the Adobe web site and download the trial version (click Try).  Us ethe serial number you used for the first installation to activate it.
    http://www.adobe.com/products/photoshop.html

  • Can I install a second copy of FCPX to my laptop?

    I feel like I read something on this but now cannot find it; Is it possible to purchase FCPX and somehow install it to not only my MacPro, but also on my MBP - as we used to be able to do in the past (provided the two were not in use at the same moment)?

    log into the Mac App store with the same credentials (username/password) on your laptop, and then you can install it without any addtional charge.

  • I installed a second copy of Nightly and persently, I am unable to uninstall the version 8.0a1 via control panel 1

    My nightly version 8.0a1 (x64 en-US) stopped working when I did a system restore. I downloaded a second version 10.0a1 (X86 en-US). The last version works perfectly. Now I attempted to uninstall the first version via control panel but, to no avail. For unknown reason(s), it doesn't uninstall. Operative system: Windows 7 x64

    Stance44
    I think you will find that
    HKCR = HKEY_CURRENT_USER
    HKLM = HKEY_LOCAL-MACHINE
    Ankush
    I don't know which version of Ccleaner you are use to but I thought that the uninstall tools there just ran the actual application uninstaller and therefore should do exactly the same thing as running it through the control panel. The one advantage of Ccleaner is that it will also function as the windows installer cleanup tool to remove broken links - advanced users only. Please correct me if I am wrong.
    Brian

  • Installing a Second Copy of CS5

    I have Photoshop CS5 for Mac installed on my old laptop and I'd like to install it on my new Macbook Pro, but the computer doesn't have a DVD drive.  Can I download it online and enter my serial number to put it on my new machine?  I can't seem to find the link.  I do have my serial number though.  Your help would be greatly appreciated!  I can't wait to see my photos on this retina display. 

    Sorry it took me awhile to acknowledge your post.  I clicked on that link and it's rather a confusing mess to find CS5.  Everytime I click on CS5, I find CS6.  I just thought I'd mention that but it is now a non-issue as I just found my discs and loaded it that way via an external harddrive.  Thank you so much for responding.  I appreciate it! 

  • Installing SAP GRC AC 5.3 and 5.2 in same windows server

    Hi All,
    Is it possible to run both SAP GRC AC 5.3 and 5.2 on the same server? Basically for testing purpose prior to upgrade?
    What would be the technical issues?
    Regards,
    Nagendran

    Hi All,
    We have a similar requirement:
    We have WAS640AC5.2 running in a windows server connecing to backend landscape "A". We plan to install WAS700AC5.3 in this same server for backend landscape "B".
    What i would like to know is WAS640AC5.2 & WAS700AC5.3 can exist together in the same server?
    Regards,
    Muruga

  • Second Copy Install and Latest LR Version

    I will be spending a good proportion of my time in France from next month and so will install a desktop PC there, so that I have one in London and one in France.
    I know that I can install a second copy of LR on my Machine in France since I obviously cannot use them both at the same time. But, if my LR version on the installation disk is, say V3.0 and the latest version is 3.9, can I download 3.9 and use my reg key on that? Or must I install from the DVD and then upgrade?
    I could just try it but I want to keep the new machine as pristine as I can without redundant files for a start at least!

    Just install the latest version and use your key. No need to install from disk.
    Hal

  • Installing Second Copy of Lion on VM

    I just purchased a Mac mini with Lion installed and I can't seem to simply download a second copy from the App Store.  I'd like to take advantage of the new OS license terms and install a second copy of Lion in a VM to serve as a test bed for my software development work.  Does anybody know how I can get a free second copy of Lion to install on my VM?

    http://hints.macworld.com/article.php?story=20110803234424130#lsrc.nl_mwhints_h

Maybe you are looking for

  • TS3623 APPLE TV download times suddenly became 3-4 evn 12 hrs for a movie?

    What happened 3 months ago ? APTV was working fine then download times suddenly became 3-4 evn 12 hrs for a movie?!! Movies that I purchased that are in their cloud take a similar time to download. Not a problem with my internet provider or my router

  • Negative value

    If i declare a variable with type p, is it can store a negative value? Thanks!

  • Problem displaying tabset in mac osx

    i'm using WInXP version of JSC 2 to develop a web app. The tabset i created display perfectly in IE but neither safari, opera nor firefox able to display the tabset in my mac osx. Is it web app develop by windows version of JSC not compatible to disp

  • Asha 202 doesn't have a Maps option in the Menu!

    Hello everyone on this community, I'm new here so forgive me if I make mistakes..  I want to know why my Asha 202 doesn't have either the Nokia Maps option or the Nokia Social App.  Do I need to do anything to enable these?  Thanks in advance

  • CS3 crashes with a message of "an unhandled win32 exception has occurred in photoshop.exe"

    I have been able to use Photoshop CS3 just fine but all of sudden it'll randomly crash with a message in Microsoft's Just In Time debugger stating "An unhandled win32 exception has occurred in photoshop.exe" I have Visual Studio 2008 installed and th