Upgrade of two DB Instances with an ORACLE_HOME

Hello

Upgrade 10g and 11g on the BSG, an ORACLE_HOME and two DB instances, i.e. TEST & PROD.  I'm confused (issue actually maybe nonsense).

I call DBUA twice for each DB Instances of the NEW_HOME?

We have RHL5, where should we go for RHL6 your friendly opinion? But so that maybe it will be installed on the new machine and then export/import process will be adopted for database schemas, isn't?

Thank you very much.

Kind regards

Yes, you will need to run dbua twice... once for each database.

Regarding RHEL 6.  You can install on a new computer, then export/import...or

(1) if the database on separated then drives clone disks at the SAN level before submitting to the new host.  You will need to re - install or clone the records containg the oracle_home as well.  Also the oratab and oraInst.loc files.

(2) make a duplicate RMAN

(3) closing the db and copy all files across to the new host, if the database is located on a file system.

Tags: Database

Similar Questions

  • APEX 4.2.6 Upgrade with unique ORACLE_HOME supporting multiple databases

    We have a single server (Solaris) with a single ORACLE_HOME supporting multiple databases (all the 11.2.0.3 with APEX 3.0.2 installed).  A new database was created here just to make the development of the APEX.  It must be upgraded to APEX 4.2.6.  None of the old databases use APEX.  Upgrading replaces $ORACLE_HOME/apex.  What is the upgrade on the pre-existing database?  They will also release APEX upgraded?  Thank you.

    Hi Michael,

    If I understand your question, you want to upgrade APEX in the instance of a database. Fix?

    The upgrade of APEX can be done in a database without affecting other databases. Simply run the apexins.sql script in the database when you use APEX.

    Regarding the images in your $ORACLE_HOME/apex, it depends on the configuration of your Web server. You can configure your webserver (ADR, OHS, EPG) to get the images in the same directory or in another.

    See: http://docs.oracle.com/cd/E37097_01/install.42/e35123/toc.htm

    Francis.

  • Several instance to the same server with same ORACLE_HOME and same SID

    Hello gurus, reduce costs my company looks to reduce the backup servers and the databases consolidade waiting on big 2 or 3 servers to reduce oracle licenses.
    It is that I have about 30 cases with SID same how to configure it to run as 10 instances with the same SID, ORACLE_HOME in the same machine? is this possible?

    will run oracle on unix HP - UX 11r2

    BR

    TI

    Right. Each database will have own SID. With multiply tnsnames.ora and listener.ora all have entries for each standby.

    If the folder structure is different from primary then the DB_FILE_NAME_CONVERT and LOG_FILE_NAME_CONVERT parameters are used to convert to the new locations.
    These two taking input in two, the front of the location and the location after.

    Example:

    DB_FILE_NAME_CONVERT=('/u01/app/oracle/oradata/RECOVER2', '/u01/app/oracle/oradata/RECLONE','/u01/oradata/RECOVER2','/u01/oradata/RECLONE')
    LOG_FILE_NAME_CONVERT=('/u01/app/oracle/flash_recovery_area/RECOVER2', '/u01/app/oracle/flash_recovery_area/RECLONE')
    

    Standby for each primary SID can be all that you need. The DB_NAME parameter would be the same on both, but DB_UNIQUE_NAME would be different.

    Who is?

    So, if I have two PRIMARY and standby database, Eve will have its own password, its own file INIT file to its own directory structure (but it could be the same).

    Best regards

    mseberg

  • Single instance with two sons to redo

    Hallo,

    I have a 10.2.0.4 single Instance with 2 threads again by following query shows:

    Select thread #, status, active, groups of wire $ v

    THREAD # STATUS ACTIVE GROUPS
    1 PUBLIC OPEN 3
    CLOSED 2 3 PUBLIC


    That's because it's disk-synchronized with a RAC database, so I can not get a wire 2. (For example need recovery at startup)

    In any case, I noticed that the Thread 2 Redo Logs switch once all TWO Redo Log Thread 1 switch and without
    journal entry of alerts on the log command, instead of switching with Redo Logs in 1 thread.
    In other words, as archiving is, thread of Redo log 2 get archived twice as long.


    Is this expected behavior?

    Thank you!!!

    In the CCR, if a thread is more active than the other and switches logs frequently, it will force also a switch of newspaper to the other thread sometimes to make sure the second thread does not lag behind . This is to ensure that the repeat of the second thread also gets archived on.

    Imagine what would happen if:
    a. thread 1 is 100 000 transactions on 9 switches Journal (SEQ #101 à 109), using 3 groups
    b. thread 2 does 1 single operation without switch (still stuck in SEQ #99) unique newspaper (at some time where 1 wire was active in the #102 SEQ) and do not archive

    Restore database and recovery or a database of aid would put an end to the Seq 2 wire #99 (approx. Seq # 101 Thread 1). Cannot apply 90 000 + transactions in SEQ # 102 to 109 because Oracle does not have time to order operations, if missing redo thread 2.

    To avoid such a situation, 1 wire would be periodically (about every 2-3 switches, if there are 3 groups) force an automatic switch redo log groups of 2 wire to make sure that they get archived on!

    Hemant K Collette
    http://hemantoracledba.blogspot.com

  • two 'csrss.exe' with user 'system '.

    I have two 'csrss.exe' with the same username in the 'SYSTEM' One has 1728 k the another 6120 k of memory.  I have 2 computers; one is directly connected to the modem but not used.  The other computer is connected by wireless modem, and I am the only user of this computer.  My computer is infected?

    "System dedicated more resources to a specific task by generating multiple instances of a single process."

    http://www.ProcessLibrary.com/directory/files/Csrss/26031/

    -steve

  • Trigger two FPGA instances at the same time

    I have a basic FPGA code that transmits the bits of data on a serial (RS-485) bus, the code is written so that it expects in the first State of a machine to States in a single-cycle timed loop.  After a certain trigger, he begins to read a FIFO containing data and sends the data on a line of Tx.  It does this until all bits are send and then it goes back to the first State to wait for the next trigger.  The relaxation is necessary because windows must fill out first before the FPGA FIFO can start sending.

    I need two instances of this code runs, because I have two buses of com (one is redundant).  So I use the FPGA code as a Subvi and I wrote a main FPGA vi to call two separate instances of the Subvi in parallel.  A regular window vi wrote on the FIFO for bed FIFO for Rx and Tx.  No problems so far.

    The thing is I start two transmissions in 200nS of each other (Yes, nanoseconds).  Windows will write two FIFO in parallel, but the timing is 4uS apart, too long.  I tried implementing a Boolean flag in the Subvi FPGA, but windows can not write directly on the control of Subvi.  FPGA won't allow (the Write function is grayed out).  I tried to use a FIFO for a flag, but the problem is a race condition.  One of the instances is first read FIFO and he destroy.  The other can't read.  I need a common trigger point to be used by the two instances of Subvi.

    My final solution was to use a memory in the Subvi FPGA and digital control in the main FPGA vi.  Windows write in numerical order, it may because the control is in the main FPGA vi.  Inside the main FPGA, I run a timed loop that looks for digital to be zero.  If so, it writes the value into the location of the memory used by the Subvi FPGA.  After awhile, the principal wrote a zero back to memory to prevent the Subvi is restarted, as well as to write a zero for digital to reset.  This repeats, waiting for windows to write in digital again for the next transmission.

    I had to do it this way because sometimes I want to pass on the bus, and sometimes just one or the other.  Numeric values are used to determine which to pass on.  Now, the transmissions are starting to almost exactly at the same time, 1 or 2 nanoseconds apart.  But the trigger process seems very silly to me.  I was wondering if there is a better solution.  I'm pretty new to FPGA.

    tbob wrote:

    Basically, I did the same thing using FPGA memory.  Windows I am writing for a digital control that resides inside the main FPGA vi.  In the main FPGA, I write in the memory.  Inside the Subvi FPGA, I read the brief and decode the value to use either one or the other or both buses.  After fool with it for awhile, because reading Memeory needs to use a shift register (probably because it takes a whole cycle of clock), I had to work.  The two bus trigger at the same time.  I guess it's not really important if I use a FIFO or if I use the memory.  The main problem is that I write Windows at the hand of FPGA, then the hand of FPGA for the Subvi FPGA.  Then the time is right for what is the Subvi is.

    There are some advantages to the use of two FIFO on your approach.  First of all, you don't have the change of register for the memory location.  Secondly, we should not worry that VI is responsible for compensation to the memory location, or do, you run the risk that one of your subVIs run twice, or not at all, if the memory is not erased at the right time.  Perhaps most important, you'll save yourself space on the FPGA because you will not need arbitration - the additional code that is added when two parts of the FPGA try to access the same resource at the same time.  In your case, both instances of the Subvi access the memory block at the same time, so the FPGA compiler adds additional logic to avoid conflict.  If only read you the memory block in one place and just write it in one place (reading and writing can be different loops where subVIs) there is no need for arbitration.  Using two FIFOs, you can keep independent and avoid the conflict resolution code.  See the help for the "arbitration" for more details.

  • How to upgrade to Windows 7 Ultimate with a product key?

    I bought a Lenovo Z580 that came pre-installed with Windows 7 Home Premium.

    I have a Windows 7 Ultimate (DVD and product key) at home. How can I get Windows 7 Ultimate to Windows 7 Home Premium(No OEM DVD was given) without back up my files? I tried to use Windows Anytime Upgrade, but it uses only a upgrade key. Please help me...

    Windows Anytime Upgrade, supports two upgrades of version update and complete.

    If the license for Windows 7 Ultimate, you have access to is a retail version update or complete, you can use the product key and the Express upgrade to Windows 7 Home Premium to Windows 7 Ultimate. First of all, check that the edition of Windows 7, you are upgrading is already enabled (if it isn't, you will encounter complications and that you might start all by performing a clean installation).

    Click Start, type Anytime Upgrade, click on the option enter a key, enter the key of Windows 7 Ultimate edition at the request, click Next, wait while checking the key, accept the license agreement, click on upgrade, wait while the software upgrades, (it may take 10 minutes or more depending on the if updates are required) your computer restarts automatically, after the reboot, Windows 7 will notify you updating the computer, the computer will restart once more automatically and will be completed the upgrade, a window will appear notifying the upgrade was successful and your computer is ready to use, click Close, you should be upgraded to Windows 7 Ultimate files the stored settings and programs.

    -------------------

    Windows 7 Anytime Upgrade fails:

    If your getting the following: error: Windows Anytime Upgrade failed
    This problem may occur if Windows 7 SP1 was downloaded by Windows Update, but has not yet been installed.
    See: http://support.microsoft.com/kb/2660811

    = Other reasons and possible corrections.

    Windows Anytime Upgrade fails with the error:
    "every time that the upgrade has failed. Go online to solve the problem.
    http://support.Microsoft.com/kb/2658652

    If Anytime Upgrade still does not work:

    Shut down and restart your computer.

    Make sure that the Windows updates have been installed.

    Download the hotfix that contains a tool called CheckSUR, this tool will look at the package and the maintenance of records and difficulty any data corrupted, the tool is listed under kb947821 he can be found at the following link http://support.microsoft.com/?kbid=947821

    If Anytime Upgrade still does not work, turn off the user account control:

    1. go in user accounts in Control Panel

    2 change user account control settings

    3. pull the slider to the level as low as possible

    4. restart the PC

    5. pass by the "Anytime Upgrade" as usual

    Try the following:

    1 disable any security software before attempting to upgrade

    2. make sure that your computer is updated (devices and applications)

    3. disconnect all external devices before installing.

    4. check your hard disk for errors:

    Click Start

    Type: CMD, according to the results, right-click CMD

    Click on "Run as Administrator"

    At the command prompt, type: chkdsk /f /r

    When you restart your system, your computer will be scanned for errors and will try to correct them.

    1. click on start, type msconfig in the search box and press ENTER.

    User account control permission

    If you are prompted for an administrator password or a confirmation, type the password, or click on continue.

    2. in the general tab, click Selective startup.

    3. under Selective startup, clear the check box load startup items.

    4. click on the Services tab, select the hide all Microsoft Services check box, and then click Disable all.

    5. click on OK.

    6. When you are prompted, click on restart.

    7. after the computer starts, check if the problem is resolved.

    Also run the Windows 7 Upgrade Advisor:

    http://www.Microsoft.com/Windows/Windows-7/Upgrade-Advisor.aspx

    Who should I contact if I have problems installing and / or activation of my product key card?

    Please contact to the: www.windows7.com/getkeysupport.

    If all above fails them, install Windows 7 Service Pack 1, and then try the Express Upgrade:

    Learn how to install Windows 7 Service Pack 1 (SP1)
    http://Windows.Microsoft.com/en-us/Windows7/learn-how-to-install-Windows-7-Service-Pack-1-SP1

    If your key is not valid and you will need to change the keys, you may need to Open regedit and remove first the ProductKey value in the following registry key:
     
    HKCU\Software\Microsoft\Windows\CurrentVersion\WindowsAnytimeUpgrade

  • Install the second instance with tns own

    Hello world

    I depending on the situation: we have Windows 2008 Server, I installed oracle 11g Standard Edition database. I want to install a second instance on this server.

    I try to use oracle database configuration manager and the installation was successful. But I can't connect to my trial because I got the error 'No TNS Listner'.

    So I create a second with the oracle network utilities. But I can not connect to the server, so I take a look at the service, there where two headphones started my new and TNSListener so I looked in the listener.ora there where only my new listener.

    After that, I restart the database but I sill got the error message and I could not service my trial dbconsole.

    So I remove the second instance.

    I want to ask if anyone has a tip for me or a best practice how to install a second instance with an own listener.

    Greetings

    How to install a second instance with an own listener.

    You need a listener of the second. Simply create the new database and your real listener is more than enough.

  • Can we have two running instance of SST in a box

    Can you have two running instance of SST in a box with a single installation of server of OSH.
    Something like several instance of apache running with the help of various conf for each files.

    -Ram

    There are certainly two instances to it.
    Let me be clear. two parallel proceedings of OSH can be run simultaneously on the same machine.

    However, don't tell you about your needs of test and production environment. Obviously, you can't run "a test OHS and OHS server production running in the same m/c with OHS reinstall them. that cannot be done in any component. can you run "an intermediate test and another intermediate production without reinstalling a middle layer"? certainly not!

    Read about the environments of test and production for applications first, and then read how it can be implemented in the Oracle Application Server Administrator's Guide for your appropriate version of the OAS.

  • Regarding the installation of a single instance with ASM in AIX

    Hello
    I try to install a single instance with the help of ASM in AIX. I made the requirements for drives prior to installation.
    I'm running Universal Installer and I choose the option of database to create.
    During the stage of creation of the database, there is a page to choose the types of storage.
    I choose the DSO and then click Next.
    Caution is open and he tell ASM must CSS and it gives the following to run.
    reset of the/Home/App/tuba2/prod / 10 GR 2/bin/localconfig.

    I run but my CSS is not started and it gives the following.
    # localconfig reset
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for the user 'root', privgrp 'system '...
    Successful operation.
    Configuration for local CSS has been initialized
    Stale demon CSS is running... kill now
    Adding inittab
    Startup will be queued to init within 30 seconds.
    Checking the status of the new Oracle init process...
    Expected CRS demons to be in place within 600 seconds.
    Abandon: Oracle CSS stack seems to NOT be running.
    Oracle CSS service would not start as installed
    Automatic storage management (ASM) cannot be used until the Oracle CSS service is started

    How can I solve these problems. I'm new in ASM.
    Is there anyone to help?
    Is also the way I was using the single instance of the correct installation with ASM? or there is another way that is more efficient for the installation of the database with ASM?

    Technically, there is nothing wrong in what you do. Since your log message, it seems, has already CSS configured on your system and is not in a working state.
    I would recommend, reconfiguration of the CSS.

    Complete the following as root user.

    $ORACLE_HOME/bin/localconfig delete
    $ORACLE_HOME/bin/localconfig add
    CD /etc/init.d
    . /init. CSSD run &
    crsctl check crs
    And you can check the logs for more from diagnosis to the suite.

    $ORACLE_HOME/log /<$HOST>/cssd/cssdOUT.log
    $ORACLE_HOME/log /<$HOST>/cssd/ocssd.log
    / var/log/messages / *.

    HTH,
    Arul.

  • IMessage Apple Watch has two interviews separated with the same person?

    My new Apple Watch has a problem with iMessage and I know how to fix this on my iPhone but not watch?

    On my iPhone, that my ID apple is connected to more than 10 devices and sometimes when a new device is added, it adds the addresses on my apple for iMessage and FaceTime ID and I always fix by unchecking the addresses that I don't want in the application settings under "Messages" and "FaceTime." However, this isn't the same thing to watch because there is no option in the settings on the Apple Watch and the watch App on my iPhone.

    I would like to help please?

    Hello

    Apple Watch uses the same parameters (for how you can be reached and how new conversations are started) for Messages as your iPhone.

    If you have two interviews separated with the same person, the following steps may help:

    • On your iPhone, check if there is more than one contact form in Contacts of this person (if so, remove duplicates).
    • Delete old Messages conversations with this contact on each of your iPhone and watch:
      • iPhone: app Messages > swipe to the left on a message thread > delete.
      • View: Open the Messages app (from the home screen, which is accessible by pressing the digital Crown) > swipe to the left on a message thread > tap on Trash / delete.
    • On your iPhone in the app Watch: Watch My > general > reset > press reset sync data:
      • You won't see anything happen after pressing it (the process runs in the background, invisible to the user).
      • Leave a minute or two to allow the course ends.
    • Restart your iPhone and your watch (turn the two together off the coast, then restart your iPhone first):
  • I have 2 copies of open Firefox (two different windows with lots of tabs), if I reboot can I restore the two sessions?

    I have 2 copies of open Firefox (two different windows with lots of tabs), if I reboot can I restore the two sessions? I am familiar with clicking history / restoration of previous session, but do not want to reboot to let windows update to do it's thing unless I can restore the two sessions.

    guigs2 said

    If they run different profiles, then Yes.

    Thanks, but I use only 1 profile. However, I found the answer! If I restart/turn off / down pc WITHOUT closing a firefox session, he will come with the screen 'well, it's embarrassing"and list the TWO sessions to restore. The trick is not not to close before stopping! If you close them first, then you can only restore the session first (?).

  • Homepage opens with two additional tabs with quicklinks undesirable.

    Opening of my homepage now also open 2 two additional tabs with tile links to Facebook, Twitter and other undesirable websites. Maybe it's Yahoo, which I don't use. I might add the screenshot of these tabs, but need help to do it. It's a painting, *.png file. Homepage has no "pipes" | in the address.

    You can check the setting of the homepage:

    • Tools > Options > general > startup: Homepage

    Firefox supports several home pages separated by ' |' symbol (pipe).

    You can check the suspicious extensions or recently installed unknowns.

    Your list of details of the system shows that you have a user.js file in the profile folder to initialize prefs each time you start Firefox.

    The user.js file is present than if you or another software has created this file and normally it wouldn't be here.
    You can check its contents with a text editor (right click: open with) If you do not create this file yourself.

    The user.js file is read whenever Firefox is started and initializes the preferences to the specified value in this file, so the preferences set via user.js can be changed temporarily for the current session.

    You can remove possible user.js and numbered prefs-# .js files and rename (or delete) the file prefs.js to reset all the prefs by default, including the prefs set via user.js and pref which is no longer supported in the current version of Firefox.

  • Since the last system upgraded my menu bar top with wifi and time, date etc etc is hidden unless I have sulk my cursor on it. Same thing with apps from shingles. How can I restore it is always there?

    Since the last system upgraded my menu bar top with wifi and time, date etc etc is hidden unless I have sulk my cursor on it. Same thing with apps from shingles. How can I restore it is always there? bar menus hidden-how do I restore?

    SystemPreferences-> Dock: automatically hide / show Dock

    SystemPreferences-> general: automatically hide / show menu bar

  • Computer HP laptop slim 500 GB HARD drive: used for HP laptop HARD drive upgraded to Win 10 Pro with key now stuck after HP Drive Encryption Login

    I bought a portable hard drive used HP for the upgrade of my Lenovo G550 with ugraded CPU with Intel's CORE DUO T9300 2.50 ghz

    (HP hard drive: computer laptop slim drive HARD 500 GB SERIAL ATA DISK DRIVE S/N W627S9NL P/N 756731-001 MFG Seagate Technologies DOM 8 / 2015)

    I was happy to see that the hatd drive had already installed because Windows 7 I had bought already separate legitimate Windows 10 Pro license key for the upgrade. I was able to go online and download the upgrade of Windows 10 and used my purchased license key to activate my updated.

    While doing the installation, there are some HP software that was still on the hard drive. I thought it would be good to have some additional security protocols, so I also installed the WinMagic Securedoc Bootloader v1.2.12 and saved the drive encryption HP with the security issues and password for secondary access.

    10 Windows has been activated and everything was beautiful. But when I restarted the laptop, I put my password for windows and then it goes to this screen of disc HP encryption rises. I put the password and it is accepted - and then the screen turns white... not offshore... jblank TEU with a cursor flashing that doesbn can't react to inputs.

    I tried leaving it for a day or so and still nothing.  There is nothing I can change in the configuration of the BIOS that works so far.

    I also tried Reimage download on USB and re-creation of the sequence of boot, but not good. Even tried a boot drive, but nothing there either. I'll try again.

    I don't know where to go or how to get beyond the screen of HP encryption.  I am pretty good at following directions, I don't know coding, but may do what you suggest to help me fix this problem.

    Can you help me?

    Sorry... I missed the part that you have a license Win10.  I thought you were trying to activate 10 using the OEM HP license and causing problems.

    I do not use HP encryption applications - as having recently completed a career in the InfoSec, I personally focus together on the encryption of the PC to be laughable-, but my guess is that you are basically out of luck.

    If it was my drive, I WIPE the drive of all its content and then again install Win10.  A good product to do i.e. DBan: http://tiptopsecurity.com/how-to-securely-wipe-your-hard-drive-with-dban-erase-your-data-for-good/

    Once your disc is clean, then simply install Win10 on it.

    That said, with a bit of luck, one of the HP EXPERTS will probably come along and tell you how to get around their encryption.

    Good luck

Maybe you are looking for

  • I can't play a videosequence with the playbutton

    I can't play a videosequence in the mediathek. The playbutton does not work. The playbutton to the Viewer does not work. The only thing I can do is to go with the cursor on the video or shuttle Xpress (but only the manual way, no game in real time...

  • Re: Satellite - blue screen after BIOS update

    Hello My computer laptop girls worked very well until I did the BIOS update this morning. Now, I get the blue screen of death STOP: 0X0000007F. Help, please concerning Carol

  • My Satellite L500D won't start

    HelloReally hope someone can help me. My dog was able to chomp through the power my laptop (while the laptop was turned off but plugged in). I managed to get the laptop to start on battery and everything was ok. I have a new power suppy (Toshiba offi

  • printer is intermittent

    I have a printer HP 1012 b/w laser, working since 2003 on my old eMac and my current iMac proven.  I use a USB connection wire. I am running 10.10.5, since August 15, 2015.  I installed the HP printer 3.1 update on October 10. In 3 or 4 months, the p

  • I can not open IE. I have uninstalled and installed a new IE 8... It will not always be open

    On FF, I can't open the homepage longer, this happens in the place "http://www.searchqu.com//406". Since this happened, I was not able to open IE at all.  The hourglass is sitting for a few seconds, nothing happens.