Upgrade 10 databases at a time without OEM

Hi,
I have ten databases in 10.2.0.2. standard edition on Linux platform. I want to upgrade all of them to 10.2.0.4 without using OEM.
Is there any simple way to upgrade all of them to 10.2.0.4 instead of login to each and every server and upgrade.
Thanks,
Mahi

You don't need OEM. But you have to patch 1) the software and then 2) to upgrade each database. Simply follow the instructions in the README file,which comes with the patchset. The whole procedure requires a downtime for all involved databases.
Werner

Similar Messages

  • Upgrade database for RAC

    I have 11g standard edition database installed without RAC in a server environment. But, now I have needed to keep this database in RAC. Could I install or upgrade database with RAC environment without re-installation of oracle software/database from the scratch?

    depends
    you can relink the database home with RAC option on Linux/UNIX platforms: RAC Survival Kit: Rac On / Rac Off - Relinking the RAC Option [ID 211177.1]
    but not on Windows
    if you already have grid infrastructure (clusterware) configured as Oracle Restart, you can convert it to cluster configuration:
    http://docs.oracle.com/cd/E11882_01/install.112/e22489/rem_orcl.htm#CBHEEJAA
    otherwise you will have to install it (this can be higher version than your database home)

  • How to configuare upgraded database in OEM?

    Hi,
    I upgraded my database from 9i to 10g. after upgrading database i removed 9i database configuaration from OEM. then i couldn't configuare upgraded database.only oracle 9i HOME is displaying in OEM when confiuaring database.
    please help for this issue
    Thanks,

    RAC on a single machine? Can't think of any other method than virtual machines.
    Tim Hall has a good article for RAC using virtual machines on Linux here...
    http://www.oracle-base.com/articles/10g/OracleDB10gR2RACInstallationOnCentos4UsingVMware.php

  • How to configuare database in oem after upgrading database.

    Hi,
    I upgraded database from 9i 10g. after upgrading database i removed database configuaration from oem. how to reconfiguarse database

    Hi,
    I am getting following error when configuare
    oracle.sysman.emSDK.emd.comm.CommException: Received unexpected response text : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>Error Message</TITLE> <META http-equiv=Content-Type content="text/html; charset=UTF-8"> <STYLE id=L_default_1>A { FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #005a80; FONT-FAMILY: tahoma } A:hover { FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #0d3372; FONT-FAMILY: tahoma } TD { FONT-SIZE: 8pt; FONT-FAMILY: tahoma } TD.titleBorder { BORDER-RIGHT: #955319 1px solid; BORDER-TOP: #955319 1px solid; PADDING-LEFT: 8px; FONT-WEIGHT: bold; FONT-SIZE: 12pt; VERTICAL-ALIGN: middle; BORDER-LEFT: #955319 0px solid; COLOR: #955319; BORDER-BOTTOM: #955319 1px solid; FONT-FAMILY: tahoma; HEIGHT: 35px; BACKGROUND-COLOR: #d2b87a; TEXT-ALIGN: left } TD.titleBorder_x { BORDER-RIGHT: #955319 0px solid; BORDER-TOP: #955319 1px solid; PADDING-LEFT: 8px; FONT-WEIGHT: bold; FONT-SIZE: 12pt; VERTICAL-ALIGN: middle; BORDER-LEFT: #955319 1px solid; COLOR: #978c79; BORDER-BOTTOM: #955319 1px solid; FONT-FAMILY: tahoma; HEIGHT: 35px; BACK
    Thanks,

  • Upgrade database from 10.2.0.1.0 to 11.1.0.... I am not abble to upgrade.

    SQL> spool on
    SQL> spool 'preupgrade1.log'
    SQL> startup upgrade;
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Total System Global Area 602619904 bytes
    Fixed Size 1348956 bytes
    Variable Size 226495140 bytes
    Database Buffers 369098752 bytes
    Redo Buffers 5677056 bytes
    Database mounted.
    Database opened.
    SQL> @E:\ORACLE11G\PRODUCT\11.1.0\product\11.1.0\db_1\RDBMS\ADMIN\utlu111i.sql;
    ERROR:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    DECLARE
    ERROR at line 1:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    ERROR:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    SQL> select count(*) from obj$ where owner#=0 AND type#=2 and name='PUIU$DBUA;
    ERROR:
    ORA-01756: quoted string not properly terminated
    SQL> select count(*) from obj$ where owner#=0 AND type#=2 and name='PUIU$DBUA';
    COUNT(*)
    0
    SQL> @/home/oracle/u01/app/oracle/product/11.1.0/db_1/rdbms/admin/utlrp.sql
    SP2-0310: unable to open file "/home/oracle/u01/app/oracle/product/11.1.0/db_1/r
    dbms/admin/utlrp.sql"
    SQL>
    SQL> @E:\ORACLE11G\product\11.1.0\product\11.1.0\db_1\rdbms\admin\utlrp.sql;
    SELECT dbms_registry_sys.time_stamp('utlrp_bgn') as timestamp from dual
    ERROR at line 1:
    ORA-04023: Object SYS.DBMS_REGISTRY_SYS could not be validated or authorized
    DOC> The following PL/SQL block invokes UTL_RECOMP to recompile invalid
    DOC> objects in the database. Recompilation time is proportional to the
    DOC> number of invalid objects in the database, so this command may take
    DOC> a long time to execute on a database with a large number of invalid
    DOC> objects.
    DOC>
    DOC> Use the following queries to track recompilation progress:
    DOC>
    DOC> 1. Query returning the number of invalid objects remaining. This
    DOC> number should decrease with time.
    DOC> SELECT COUNT(*) FROM obj$ WHERE status IN (4, 5, 6);
    DOC>
    DOC> 2. Query returning the number of objects compiled so far. This number
    DOC> should increase with time.
    DOC> SELECT COUNT(*) FROM UTL_RECOMP_COMPILED;
    DOC>
    DOC> This script automatically chooses serial or parallel recompilation
    DOC> based on the number of CPUs available (parameter cpu_count) multiplied
    DOC> by the number of threads per CPU (parameter parallel_threads_per_cpu).
    DOC> On RAC, this number is added across all RAC nodes.
    DOC>
    DOC> UTL_RECOMP uses DBMS_SCHEDULER to create jobs for parallel
    DOC> recompilation. Jobs are created without instance affinity so that they
    DOC> can migrate across RAC nodes. Use the following queries to verify
    DOC> whether UTL_RECOMP jobs are being created and run correctly:
    DOC>
    DOC> 1. Query showing jobs created by UTL_RECOMP
    DOC> SELECT job_name FROM dba_scheduler_jobs
    DOC> WHERE job_name like 'UTL_RECOMP_SLAVE_%';
    DOC>
    DOC> 2. Query showing UTL_RECOMP jobs that are running
    DOC> SELECT job_name FROM dba_scheduler_running_jobs
    DOC> WHERE job_name like 'UTL_RECOMP_SLAVE_%';
    DOC>#
    DECLARE
    ERROR at line 1:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    SELECT dbms_registry_sys.time_stamp('utlrp_end') as timestamp from dual
    ERROR at line 1:
    ORA-04023: Object SYS.DBMS_REGISTRY_SYS could not be validated or authorized
    DECLARE
    ERROR at line 1:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    DOC> The following query reports the number of objects that have compiled
    DOC> with errors (objects that compile with errors have status set to 3 in
    DOC> obj$). If the number is higher than expected, please examine the error
    DOC> messages reported with each object (using SHOW ERRORS) to see if they
    DOC> point to system misconfiguration or resource constraints that must be
    DOC> fixed before attempting to recompile these objects.
    DOC>#
    OBJECTS WITH ERRORS
    0
    DOC> The following query reports the number of errors caught during
    DOC> recompilation. If this number is non-zero, please query the error
    DOC> messages in the table UTL_RECOMP_ERRORS to see if any of these errors
    DOC> are due to misconfiguration or resource constraints that must be
    DOC> fixed before objects can compile successfully.
    DOC>#
    ERRORS DURING RECOMPILATION
    0
    ERROR:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    DECLARE
    ERROR at line 1:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    BEGIN dbms_registry_sys.validate_components; END;
    ERROR at line 1:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    ERROR:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    SQL>
    Edited by: user11958935 on Aug 12, 2010 2:21 AM
    In this issue what happened their? and what is the actual issue ? Pls provide the answer in step by step wise

    You need to run this script while using the 10g binaries. See http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/upgrade.htm#UPGRD12395
    HTH
    Srini

  • Upgrade Database from 10.2.0.5.0 to 11.2.0.3.0 in Silent Mode

    Hello there,
    Previously, I had posted a thread on how to upgrade database from 10.2.0.5.0 to 11.2.0.3.0 through the wizards provided (GUI-based) and had successfully upgraded the database. Now, I am attempting to upgrade the database from 10.2.0.5.0 to 11.2.0.3.0 once more but this time, in silent mode (console-based). Unfortunately, I am lack of knowledge regarding the installation of the software and upgrading the database in silent mode.
    I managed to figure out this much so far:
    1 . Traverse through the installation directory to the directory shown below:
           11.2.0.3 > Extracted > database > response
    2 . Fill up the blanks of db_install.rsp file:
           oracle.install.option=INSTALL_DB_SWONLY
           SELECTED_LANGUAGES=en
           ORACLE_HOME=C:\Oracle\11g\DBSwLoc
           ORACLE_BASE=C:\Oracle\11g
           oracle.install.db.InstallEdition=EE
           oracle.install.db.EEOptionsSelection=false
           oracle.install.db.isRACOneInstall=false
           oracle.install.db.config.starterdb.memoryOption=true
           oracle.install.db.config.starterdb.installExampleSchemas=false
           oracle.install.db.config.starterdb.enableSecuritySettings=true
           oracle.install.db.config.starterdb.control=DB_CONTROL
           oracle.install.db.config.starterdb.automatedBackup.enable=false
           oracle.installer.autoupdates.option=SKIP_UPDATES
    3 . Save new db_install.rsp file to a new location (shorter path name without spacing will be best recommended)
    4 . Traverse through the installation directory to where the setup file is located.
    5 . Execute the following command:
           setup.exe -silent -waitforcompletion -responseFile C:\db_install_updated.rspThe result I received is as shown below:
    Starting Oracle Universal Installer...
    Preparing to launch Oracle Universal Installer from C:\Users\...\Temp\OraInstall2012-12-13_03-16-43PM.  Please wait ... [WARNING] - My Oracle Support Username/Email Address Not Specified
    [SEVERE] - Provide the My Oracle Support password.
    Please press Enter to exit...
    Previously in the db_install_updated.rsp response file, I had set autoupdate option to SKIP_UPDATES but why does it still prompt me for the Oracle Support account?
    Edited by: Maxwell T on Dec 13, 2012 4:05 PM

    After running the command below to upgrade the current database (Oracle 10.2.0.5.0):
    dbua -silent -sid DB01 -oracleHome C:\Oracle\10g\DBSwLoc -oracleBase C:\Oracle\10g -diagnosticDest C:\Oracle\11g -sysDBAUserName sys -sysDBAPassword password -autoextendFiles -upgradeTimezone -commonFileLocation C:\Oracle\11g\DBSwLoc\oradata\database -recompile_invalid_objects true -degree_of_parallelism 7 -dbsnmpPassword DefaultPassword1 -sysmanPassword DefaultPassword1 This is the result:
    Oracle recommends gathering dictionary statistics prior to upgrading the database.  Refer to the Upgrade Guide for Performing Pre Upgrade
    UPGRADE_PROGRESS : 0%
    UPGRADE_PROGRESS : 4%
    Upgrading Oracle Server
    UPGRADE_PROGRESS : 5%
    UPGRADE_PROGRESS : 6%
    UPGRADE_PROGRESS : 7%
    UPGRADE_PROGRESS : 8%
    UPGRADE_PROGRESS : 9%
    UPGRADE_PROGRESS : 10%
    UPGRADE_PROGRESS : 11%
    UPGRADE_PROGRESS : 12%
    UPGRADE_PROGRESS : 13%
    UPGRADE_PROGRESS : 14%
    UPGRADE_PROGRESS : 15%
    UPGRADE_PROGRESS : 16%
    UPGRADE_PROGRESS : 17%
    UPGRADE_PROGRESS : 18%
    UPGRADE_PROGRESS : 19%
    UPGRADE_PROGRESS : 20%
    UPGRADE_PROGRESS : 20%
    UPGRADE_PROGRESS : 21%
    UPGRADE_PROGRESS : 22%
    UPGRADE_PROGRESS : 23%
    UPGRADE_PROGRESS : 24%
    UPGRADE_PROGRESS : 25%
    UPGRADE_PROGRESS : 26%
    UPGRADE_PROGRESS : 27%
    UPGRADE_PROGRESS : 28%
    UPGRADE_PROGRESS : 29%
    UPGRADE_PROGRESS : 30%
    Collecting information from database
    UPGRADE_PROGRESS : 31%
    UPGRADE_PROGRESS : 32%
    UPGRADE_PROGRESS : 53%
    Modifying and starting Oracle instance
    UPGRADE_PROGRESS : 58%
    Copying database files
    UPGRADE_PROGRESS : 60%
    Switching database files
    UPGRADE_PROGRESS : 62%
    UPGRADE_PROGRESS : 63%
    ORA-01167: two files are the same file/group number or the same fileORA-00202: control file: 'C:\ORACLE\11G\FULLCLIENT\ORADATA\DATABASE\LV01\CTRLLV01.ORA'Any suggestions for this error?
    Thank you in advance.

  • How do i down load mountain lion???  I have tried several times without success

    How do i download mountain lion.  I have tried several times without success

    If you are actually running 10.4. 11, you cannot download Mountain Lion. You must be running at least 10.6.8 to download Mountain Lion (or anything after 10.6.8).
    If you have one of the original Mac Pros, you will not be able to upgrade to Mountain Lion or Mavericks. Lion is as far as you can go.
    Go to About This Mac, More Info button. Look under Hardware for Mac Identifier. You need a macpro3,1 or later.
    Not that it really makes any difference, but you've posted this on the Mavericks forum, not the Mountain Lion forum.

  • Utlrp.sql takes very long (8 hours) while upgrade database from 9i to 10g

    1) Follow the note of 369693.1 ; and 362203.1 to upgrade database from 9.2.0.6 to 10.2.0.4 for e-business suite 11i (11.5.10.2)
    2) utlrp.sql takes very long (8 hours), even the job_queue_processes > 20.
    This is not acceptable for the upgrade in production environment which will take a long down time.
    Appreciate that any one can share tips on this, our database is about 400 GB, 4 CPU on production.

    in which our database has about 40,000 packages and 28,000 Virews. With this number of invalid objects, it is ok that utlrp.sql takes this time.
    using parallel worker of 4 for 2 CPUMake this 8 (4 * No. of CPUs).

  • Urgt:How to identify TOP 5 SQL using more CPU time  without using statspack

    How to identify the TOP 5 SQL queries which are consuming more CPU time during the timespan of 24 hours for entire database. There are N number of users who have issued sql queries, out of which few users have disconnected and few user are still connected to the database(I need to consider all sessions). My database version is 9.0.1. I don't want to use statspack. Is there any way to identify TOP 5 SQL consuming more CPU time without affecting the performance of the database. Can any one help me on this? Its urgent!!. I don't want to use statspack becasue it degrades the performance and i cannot afford to run it for 24 hours.

    You don't run statspack for 24 hours, that would infact be pointless...
    Run statspack for say a 10 or 15 minute window during a particular "busy" period on your database. If you run it for longer then all the useful data will have been "averaged out". You want a snapshot in time, not an average over the day.

  • How to identify TOP 5 SQL consuming more CPU time without using statspack

    How to identify the TOP 5 SQL queries which are consuming more CPU time during the timespan of 24 hours for entire database. There are N number of users who have issued sql queries, out of which few users have disconnected and few user are still connected to the database(I need to consider all sessions). My database version is 9.0.1. I don't want to use statspack. Is there any way to identify TOP 5 SQL consuming more CPU time without affecting the performance of the database. Can any one help me on this? Its urgent!!.

    My database version is 9.0.1. I don't want
    to use statspack. Is there any way to identify TOP 5
    SQL consuming more CPU time without affecting the
    performance of the database. Can any one help me on
    this? Its urgent!!.I cant understand why you dont want to use statspack. As it is very easy to use and very quick to identify bottlenecks. Try using statspack. Its really wonderful.
    Particularly in your case statspack is the best.
    Regards,
    Sanju.

  • Pacman always upgrading database

    [root@drunken ~]# pacman -Syu
    :: Synchronizing package databases...
    core 33.4K 33.9K/s 00:00:01 [############################################################] 100%
    extra 412.6K 27.6K/s 00:00:15 [############################################################] 100%
    community 371.1K 28.8K/s 00:00:13 [##########################################################] 100%
    pacman always syncronizes data base. Even after 1 min of pacman -Syu it still upgrades the data base. It worsk fine on the installation side, never downloads/upgrades the same package again, I mean it never upgrades the packages more than once  system is updated, it is fine. Only the pacman's database of packages (core, community and extra) keeps on upgrading all the time.  Earlier it used to say  something like core datbase is up to date but now, from last 1 month I can upgrade data base 60 times an hour, anytime of day. Any solutions ?

    Crows wrote:Is the mirror you're using http? I seem to recall that pacman needs ftp mirrors to be able to tell if the list needs updating. Http mirrors must be re-downloaded every time.
    You got it right. Its last month I chanegd the mirrors to http. I made that change as rankmirrors shows the time for syncing  as   ftp = 3 x http  , means it says http sync is in 1.8 sec but same ftp mirror syncs in around 3.8 or 5.76 sec. I don't know why pacman says so, but it is consistent in claiming so.

  • Recovering iTunes library database .itl via time machine

    In short, when I go back beyond a week in time machine I cannot find any .itl or even any of the .itdb or .xml files on my mac that I can restore with time machine.  The only version that is there is for the current library which is missing 99.9% of the content.
    The context:
    1. I had itunes folder on my hard drive and an external with all of the content. Over the years the external must have been disconnected or what not as a sizeable media folder had also developed on the hard drive.
    2. In order to free up space on the hard drive I consolidated the media and moved the library to a second external that had much more free space.
    3. I ended up deleting the iTunes library on the hard disc on or around 6 april 2015. I believe I deleted the whole folder.
    no dramas - everything worked for weeks
    4. Today I noticed that the iTunes library was pretty much empty but for purchased music. All the podcasts, playlists and basically anything not purchased was gone.
    5. I look into the iTunes folder on the hard disc and I noticed that there is a music folder with two songs that my kid likes to play. It leo has all of the usual library xml files and the .itdb / .itl files (which to be honest I have never noticed before, I had only remembered ever seeing the .XML files).
    6. The "new" .itl file was created on Sunday 26 april at 5.30 pm.  The whole iTunes folder it sat in on my hard drive also did not exist before this time.
    7. If I use time machine and scroll back further in time than sunday there is no iTunes folder on my hard drive.
    8. I thought I would just need to find the .itl file that predated this new library that was created on Sunday. Trouble is I can't find one. On any disc, hard disc, the first external or the second external.  The only iTunes folder I can find with any of the database files needed is the one created on Sunday that is empty.
    9. I have all of the media organised on the second hard disc however I don't want to reimport and lose all the metadata that I have built up since 2001 at least.
    THE QUESTIONS
    A - where should I be looking for the old iTunes database files using time machine if I used the advanced features of iTunes to move the database to the new disc
    B - Can I perform some sort of system wide restore that would take me back in time to a point before last Sunday to get my old iTunes database back?
    Any ideas?
    Thanks in advance
    Len

    Eeeek!
    Thank you for your reply.
    I did a bit more digging back through time machine and I found an iTunes library with the required files from as far back as 10 April.
    If I did delete the iTunes folder on 10 April - I really wonder how it continued to work for 16 days straight without a hitch (whilst I was rebooting throughout). Very odd.
    OK so if I have to use the old one from 10 April the only problem I can think of is that the database will probably be looking for the media on the old location (mainly external no 1 and a bit on the internal hard disc) as opposed to external no 2 where they all sit consolidated.
    That might not be a huge problem as the media still sits on external no 1 (too scared to delete it!).
    Couple of questions:
    1. If I restore the 10 April library  and the database was pointing to the old location on External no 1 plus a few pointers to now-non existant files on the hard drive - is there a way of redirecting the library to External no 2 where ALL the files would currently be?
    2. If I trashed the iTunes folder on 10 April - might it still be somewhere in the backup?
    Cheers
    Len

  • Time without timezone

    I couldn't insert the data into my table. Problem is with file_time column.
    How do I insert time in database?
    CREATE TABLE file_info
      id bigint NOT NULL,
      file_name character varying,
      file_size double precision,
      file_time time without time zone, //problem with this column
      CONSTRAINT file_info_pkey PRIMARY KEY (id)
         statement.execute("insert into file_info(id, file_name, file_size, " +
                        "file_time) values(nextval('file_sequence')," +
                        "'ice age.avi', 700, 04:05:06 )");

    csckid wrote:
    I couldn't insert the data into my table. Problem is with file_time column. Have a look at java.sql.Date, java.sql.Time and java.sql.Timestamp. I suspect the last is the one you want.
    Winston

  • User/Admin guide after upgrade database for recover db provided by Oracle?

    Does anyone has a user/admin guide which is provided by oracle about using RMAN and how to use RMAN to RECOVER database tailor make for after upgrade database? I have been searching for a long time and don't find this document.
    Anyone has this, please share.
    FAN

    Look in the Backup & Recovery section:
    http://www.oracle.com/pls/db102/portal.portal_db?selected=4

  • Upgrade bootcamp to 2.1 without running windows?

    I want to install Windows for the first time. I have Windows XP SP3 install disk, but I see I need BC 2.1 to install SP3 and I have just BC 2.0. Do you have any idea how to upgrade bootcamp to 2.1 without running windows, that I can't install without BC 2.1? Thank you.

    You are in a catch-22.
    BC 2.1 is suppose to improve device driver support. No harm trying, just backup OS X first, allow for partition size you can live with.
    When you have it running, insert Leopard, let it run Apple drivers, and see if BC 2.1 is offered. But given the trouble and reports, 'if it ain't broken' probably applies and wait before doing the update.
    I would take a look at WinClone and create a Windows image for restore purposes in OS X, just in case anyway.
    Just look at the long threads on BC 2.1 results!

Maybe you are looking for

  • JDBC Adapter configuration not initialized Error

    Hi, I am doing a RFC to JDBC scenario in PI 7.1. I am getting the following error: com.sap.engine.interfaces.messaging.api.exception.MessagingException: JDBC Adapter configuration not initialized: null In communication channel monitoring, it shows th

  • I can't get files to attach in e-mail quickly.

    I can't get files to attach in e-mail. I get a prompt to retry or switch and retry. Switching works but the process takes too long.

  • What is a remote site???

    I am really having trouble setting up a website, all I want is to be able to customize my ebay page. I went throught the tutorial twice and I can't figure out what a remote site is, is www.godaddy.com a remote site, if so what product of theirs do I

  • Optimization and Best Practices: User Goup Permissions

    Hello All, Recently I have done some soul searching on the best way to allow for complex user permissions on a web site while keeping server resources in mind. I am hoping that some of you will have some ideas or suggestions on the best way to implem

  • Jdevloper memory issues *urgent*

    jdeveloper 11g Linux Red Hat 5 Build BPEL task with Human task. Asking Jdevloper to auto create task form causes perm memory failure. Work is lost even if saved. Bumped up memory from 768M to 1020, 1250, 2048 - all caused memory to be used up and loc