Latest 9i Patch set for Windows X86

Hello All,
Could you please inform me what is the latest patch set available for oracle 9i in
Windows 32 bit platforms.
Thanks and regards
Satish V Chandran

Thanks Fzheng,
Could you please tell me where can I get the software from. I couldnot find it in Oracle site. This particular version was available only for Stratus x86.
Regards
Satish

Similar Messages

  • Oracle 9.2.0.3.0 patch set for windows - questions

    Hi!
    I have for that some questions. I have oracle 9.2.0.1.0 on a windows 2003 server running with one local database - no real apllication cluster.
    I don't understand which instructions I have to make for oracle upgrade?
    Must I also make the 3. instruction? Connect to databse prior and drop?
    Must I also make the post install action for my database?
    (startup migrate ...)
    what means at post install actions the following:
    'execute these post install actions only if you have one or more databases associated to the upgraded $oracle_homee.
    My database path is e:\oracle\oradata\database my oracle path is e:\oracle\ora92 have I in my case make the post install actions?
    Thanks for help!
    1. When applying this patchset on Windows NT, XP or Windows 2000, you must log onto the system as a user with Administrative privileges
    (e.g. as a user which is a member of the local Administrators group).
    2. Unzip the downloaded patch set file into a new directory.
    3. Drop the xmlconcat function by running the following commands:
    drop public synonym xmlconcat;
    drop function xmlconcat;
    4. Shut down any existing Oracle Server instances in the ORACLE_HOME to be patched with normal or immediate priority. i.e.: Shutdown all instances (cleanly). Stop the database services, and stop all listener, agent and other Oracle processes running in or against the ORACLE_HOME to be installed into.
    5. Perform the following pre-install steps for Real Application Clusters (RAC) enviroments only:
    IN ADDITION TO STOPPING ALL ORACLE SERVICES IN THE ORACLE_HOME TO BE UPGRADED:
    If you are running in a RAC enviroment, stop the following Windows service(s)/devices(s) using the Net Stop command:
    Stop the Windows service named "OracleGSDService"
    Stop the Windows service named "OracleCMService9i".
    Stop the Windows device named "OraFenceService" (This Device does NOT show up as a Service in the Control Panel).
    For Example:
    C:\>net stop OracleGSDService
    C:\>net stop OracleCMService9i
    C:\>net stop OraFenceService
    Once the above steps have been performed on all the nodes of the cluster, you should then be able to upgrade the OSD components to the 9.2.0.3 versions. This can be accomplished by...
    xcopy all the files in the \Disk1\preinstall_rac\osd\*.* directory to the directory in which the OSD components were originally installed on all nodes(typically %SystemRoot%\system32\osd9i).
    Note: You may also be able to look in HKEY_LOCAL_MACHINE\Software\Oracle\OSD9i registry key to determine the directory in which the original OSD components were installed. Now the OSD components can be restarted on all the nodes in the cluster.
    C:\>net start OraFenceService
    C:\>net start OracleCMService9i
    C:\>net start OracleGSDService
    After all of the above steps have been completed on all the nodes of the cluster, you are now ready to proceed with the Oracle 9.2.0.3.0 patchset installation.
    6. Start the installer:
    If the current Installer version is less than 2.2.0.18.0 then download the Installer 2.2.0.18.0 from Oracle Metalink where it can be accessed with the bug number 2878462 and choosing the MS Windows NT/2000 Server platform, then run the setup.exe 2.2.0.18.0 from the C:\Program Files\Oracle\oui\install directory .
    7. You may install the Patch Set through either an interactive or a silent installation.
    To perform an interactive installation using the Oracle Universal Installer graphical interface:
    1. Start the installer from the newly installed OUI 2.2.0.18.0 by running the version of setup.exe located at C:\Program Files\Oracle\oui\install and verify
    that the version of the OUI GUI is 2.2.0.18.0 before proceeding.
    2. Follow the steps given below within the installer:
    1. On the Welcome screen, click the Next button. This will display the File Locations screen.
    2. Click the Browse button for the Source... entry field and navigate to the stage directory where you unpacked
    the Patch Set tar file.
    3. Select the products.jar file. Click the Next button
    The products file will be read and the installer will load the product definitions.
    The products to be loaded will be displayed (verify ORACLE_HOME setting for this first).
    4. Verify the products listed and then click on the Install button.
    5. Once the installation has completed successfully, it will display End of Installation. Click on Exit and confirm
    to exit the installer.
    To perform a silent installation requiring no user intervention:
    1. Copy the response file template provided in the response directory where you unpacked the Patch
    Set tar file.
    2. Edit the values for all fields labeled as "<Value Required>" according to the comments and examples
    in the template.
    3. From the unzipped patchset installation area, start the installer by running the setup executable passing
    as the last argument the full path of the response file template you have edited locally with your own
    value of ORACLE_HOME and FROM_LOCATION:
    setup.exe -silent -responseFile <full_path_to_your_response_file>
    Post Install Actions
    Execute these "Post Install Actions" only if you have one or more databases associated to the upgraded $ORACLE_HOME.
    Important Notes
    1: Java VM and XML DB Requirements
    Users who have JVM (Java enabled) or JVM and XDB installed on their 9.2.0.1 databases should make sure that the init.ora parameters shared_pool_size and java_pool_size are each 150 MB or more before running the catpatch.sql upgrade script. Failure to do so could result in an unrecoverable memory failure during running of the script. Please note that JVM and XML DB was shipped as part of the default 9.2.0.1 seed database and will be present unless the user explicitly installed a 9.2.0.1 instance without them.
    2: SYSTEM table space
    If you have JServer installed in the database, you should check to be sure there is at least 10M of free space in the SYSTEM table space before running these actions.
    3: Installing on Cluster Databases
    If you are applying this patch set to a cluster database, then set the CLUSTER_DATABASE initialization parameter to false. After the post-install actions are completed, you must set this initialization parameter back to true.
    To complete the installation of this patch set, you need to start up each database associated with the upgraded $ORACLE_HOME, start the database listener (e.g., lsnrctl start), login using SQL*Plus (e.g., sqlplus "/ as sysdba"), and run the following commands/scripts in order from $ORACLE_HOME within a MIGRATE session. If you are using the OLAP option, make sure that the database listener is up.
    startup migrate
    spool patch.log
    @rdbms/admin/catpatch.sql
    spool off
    Review the patch.log file for errors and re-run the catpatch script after correcting any problems
    shutdown
    startup
    This step is optional - it will recompile all invalid PL/SQL packages now rather than when accessed for the first time - you can also use utlrcmp.sql to parallelize this in multiprocessor machines:
    @rdbms/admin/utlrp.sql
    Execute the following if you use Oracle OLAP option:
    alter user olapsys identified by <password> account unlock
    connect olapsys/<password>
    @cwmlite/admin/cwm2awmd.sql
    exit
    Execute the following script only if you have version 9.2.0.1.0 of Oracle Internet Directory installed in your ORACLE_HOME. Make sure that the database and database listener are running and that all parameters are specified prior to running the script:
    $ORACLE_HOME/bin/oidpatchca.bat
    -connect <Connect String>
    -lsnrport <Listener Port>
    -systempwd <SYSTEM Password>
    -odspwd <ODS Password>
    -sudn <Super-User DN>
    -supwd <Super-User Password>
    -dippwd <Password to register DIP Server>
    Where:
    connect - Database connect string
    lsnrport - Database Listener port
    systempwd - Password of the database 'SYSTEM' user
    odspwd - Password of the database 'ODS' user
    sudn - Super-user DN
    supwd - Super-user Password
    dippwd - New password to register Directory Integration Server. This password must conform to the password policy in the OID server
    Execute the following steps only is you are using the RMAN catalog.:
    rman catalog <user/passwd@alias>
    upgrade catalog;
    upgrade catalog;

    I don't understand which instructions I have to make for oracle upgrade?
    -- You have to follow all the instructions mentioned
    (Just check for few if's for Cluster enabled, OID and OLAP databases. Perform these steps only if they apply)
    Must I also make the 3. instruction? Connect to databse prior and drop?
    -- Yes you should do
    Must I also make the post install action for my database?
    (startup migrate ...)
    -- Yes. Do run catpatch.sql .
    what means at post install actions the following:
    'execute these post install actions only if you have one or more databases associated to the upgraded $oracle_homee.
    -- In this step make sure you do step 1
    1: Java VM and XML DB Requirements
    Otherwise catpatch.sql will fail.
    Do 2 and 3 only if applicable
    Chandar
    My database path is e:\oracle\oradata\database my oracle path is e:\oracle\ora92 have I in my case make the post install actions?

  • 11.2.0.3 Patch Set for Linux x86, x86-64 is out

    I've seen several posts asking for the release of this patch set.
    To download it: http://ow.ly/6CKL1
    New features guide: http://bit.ly/qX0PN8
    I didn't find the list of bug fixes.
    Thanks,
    Galo

    I am a student and have a student job as lab consultant. My boss asked me to install patch on oracle 11gR2. I am trying to patch oracle 11gR2 with 10100101. before that I installed OPatch utility 6880880. I am doing everything according to steps like setting path correct etc. still I am getting "failed to load the patch object...meta-data files are missing from the patch area".
    I have done lots of research on error but still I cant solve it.I am really stressed as this job is importnat to me. If you can please tell me the details how to correctly patch oracle 11gr2 (X64). I have downloaded the correct OPatch uttility in oracle_home etc. Plz advice :(

  • 11.2.0.4 Patch Set for Windows

    Any idea when this is going to be released for Windows?  It's been released for Linux and a few other OS's, but the release schedule doesn't even have a date for 11.2.0.3.26.
    Really needing Windows 8 support soon.

    sometime in 4th quarter 2013
    Release Schedule of Current Database Releases (Doc ID 742060.1)

  • 8.1.7.2.1 patch set. (8i server patch set for windows )

    Hi,
    Please, where may I find the patches for 8.1.7 server to download. I do not have access to metalink. I urgently need these patches.
    Thanks

    1. If both databases are using the same ORACLE_HOME , then yes you will be need to shut down both databases and patch each one. Youa re patching the Oracle binaries as well as running new versions of catalog/catproc/catrep etc.
    2. Not srue about number 2. I don't use the web server piece. My guess would be no since you are using a different version.

  • Latest patch set for oracle client 8.1.7

    hello,
    what is the latest patch set exactly for oracle 8.1.7.xx? I know that this version is desupported but I need this client for a third party application that we have in use.
    thanks
    katharina

    Patch 2376472 is the latest patch set for 8.1.7 which will bring you up to 8.1.7.4. It is still available on Metalink.

  • SAProuter.sar patch for windows x86 32bit

    Hi friends,
    I am unable to find SAPRouter.sar patch (Release Kernal 700) for windows x86 32bit. And also tel me the steps for config at system level, as I have done all the req steps at service market.
    Does SAPRouter to be connected in the internal network?
    While creating RFC connnection to SAPOSS I am geting an error.
    If anyone have an idea reg SAPRouter, just msg it.
    Regards,
    nagesh

    Hi Andrews,
    I have seen tht path but I am unable to view for win 32 bit. These are for different OS found in the SAPRouter link.
    SAPROUTER 7.00
    AIX 32bit
    AIX 64bit
    HP-UX on IA64 64bit
    HP-UX on PA-RISC 32bit
    HP-UX on PA-RISC 64bit
    Linux on IA32 32bit
    Linux on IA64 64bit
    Linux on Power 64bit
    Linux on x86_64 64bit
    Linux on zSeries 64bit
    OS/400
    OS/400 V5R2M0
    Solaris on SPARC 32bit
    Solaris on SPARC 64bit
    Solaris on x64_64 64bit
    TRU64 64bit
    Windows Server on IA32 32bit
    Windows Server on IA64 64bit
    Windows Server on x64 64bit
    z/OS 32bit
    z/OS 64bit
    I will be thankful if u send me a message reg this.
    Regards,
    Nageshwar

  • Need patch ID for Linux 64-bit equiv to 10.2.0.4 patch 17 for Windows 32-bi

    Need patch ID for Linux 64-bit equiv to 10.2.0.4 patch 17 for Windows 32-bit
    Hello,
    We are transporting a database from Windows 32-bit to Linux 64-bit. Version/Patch on the Windows machine is 10.2.0.4.0 (10g Release 2 Patch Set 3), interim patch 8258839.
    How do I find the equivalent patch set for the Linux 64-bit environment? We need to have the Linux environment at the same patch level.
    Thank you, Tim

    AFAIK, the interim patch concept is only applicable to Windows. There is no Linux/Unix equivalent. See these MOS Docs
    268895.1 - Oracle Database Server Patchset Information, Versions: 8.1.7 to 11.2.0
    342443.1 - 10.2.0.x Oracle Database and Networking Patches for Microsoft Platforms
    Pl open an SR to confirm.
    HTH
    Srini

  • Trouble installing latest Intel Display Driver for Windows 7

    Anyone else experiencing issues trying to install the latest Intel Display Driver for Windows 7, version 8.15.10.2057, dated 2 Mar 2010?
    This is the second updated driver release that refuses to install due the following error while running setup.exe: This computer does not meet the minimum requirements for installing the software.
    I've verified compatibility and have disabled Switchable graphics and selected Integrated Graphics in the BIOS
    System: T400, 2764-CTO running Windows 7 (64-bit)
    Thanks...
    T400 2764CTO
    Windows 7 x64

    bwpotter,
    Appears you selected the right .inf file for Win7/64. Notwithstanding the error flags, are you sure the driver did not install?
    For WinXP/32, the equivalent file name is kit22686.inf. In the case of WinXP (likely similar for Vista and Win7), Lenovo's file-set will unpack to C:\drivers\WIN\DISPLAY2. The .inf file that appears in the Device Manager install-routine lives one level down, in C:\drivers\WIN\DISPLAY2\Graphics. Only one .inf file resides in this directory.
    When forcing installation of the driver under WinXP, error messages appear that are similar (but not necessarily identical) to those you encountered. Still, after a sequence of five or six such error messages, the driver does load and can be verified after a reboot. (The new driver has performed to spec for the past several days--no issues whatsoever.)
    The final splash screen in the series reports "Completing the Hardware Update Wizard." (This message does not, however, necessarily denote a successful installation.)
    In the case of WinXP, the errors appear to be generated by the installer, igxpun.exe (v1.2.30.0). Note that the flaky display driver installation should generate an error log. Search for an error log file using the string "*appcompat.txt" (no quotes) and see what it says.
    In the end, the problems with this package can be attributed to simple sloppiness (vendors commonly forget to eat their dog food) and should be quickly fixed if the community barks loudly.
    Hope this helps.
    --BAM

  • Installing EM12c for Windows x86-64 fail when Plugins prerequisite check

    Hi,
    I am installing EM12c for Windows x86-64 but fail when plugins prerequisite check,
    the configplugin_prereq_check_DATE.log as below:
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver -
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver - ---------------------------------------------------------------
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver - ---Plugins On Which Action "Prereq check" Is To Be Performed---
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver - oracle.sysman.db=12.1.0.2.0
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver - oracle.sysman.xa=12.1.0.2.0
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver - oracle.sysman.emas=12.1.0.2.0
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver - oracle.sysman.mos=12.1.0.2.0
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver - ---------------------------------------------------------------
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver -
    2012-05-14 17:22:31,630 [main] WARN deploymentservice.EMPluginDeploymentUtil - No OMS name property passed. Assuming there is only one entry in emInstanceMapping.properties.
    2012-05-14 17:22:32,831 [main] WARN deploymentservice.EMPluginDeploymentUtil - No OMS name property passed. Assuming there is only one entry in emInstanceMapping.properties.
    2012-05-14 17:22:32,894 [main] WARN pluginca.PluginCABackup - No connection passed. Not storing any backup info in repo.
    2012-05-14 17:22:32,894 [main] WARN pluginca.PluginCABackup - No connection passed. Not storing any backup info in repo.
    2012-05-14 17:22:32,894 [main] WARN pluginca.PluginCABackup - No connection passed. Not storing any backup info in repo.
    2012-05-14 17:22:33,689 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.mos:12.1.0.2.0:0
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,689 [main] ERROR pluginca.PluginCADriver - ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:702)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.preDeployCustomConfig(PluginCAHelper.java:567)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.preDeploy(PreConfigModuleStep.java:165)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.run(PreConfigModuleStep.java:87)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleExecutor.run(PreConfigModuleExecutor.java:46)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:790)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    Caused by: oracle.sysman.emInternalSDK.core.extensibility.pluginca.PluginCustomConfigException: Patches for the following bugs need to be applied before attempting plugin deployment: [13242773]
         at oracle.sysman.config.MosPluginCustomConfig.doPreDeployConfig(MosPluginCustomConfig.java:106)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:692)
         ... 9 more
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.emas:12.1.0.2.0:20120427
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:702)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.preDeployCustomConfig(PluginCAHelper.java:567)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.preDeploy(PreConfigModuleStep.java:165)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.run(PreConfigModuleStep.java:87)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleExecutor.run(PreConfigModuleExecutor.java:46)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:790)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    Caused by: oracle.sysman.emInternalSDK.core.extensibility.pluginca.PluginCustomConfigException: Patches for the following bugs need to be applied before attempting plugin deployment: [13242773]
         at oracle.sysman.as.pluginpreconfig.AsPluginCustomConfig.doPreDeployConfig(AsPluginCustomConfig.java:113)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:692)
         ... 9 more
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.db:12.1.0.2.0:20120427
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:702)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.preDeployCustomConfig(PluginCAHelper.java:567)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.preDeploy(PreConfigModuleStep.java:165)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.run(PreConfigModuleStep.java:87)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleExecutor.run(PreConfigModuleExecutor.java:46)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:790)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    Caused by: oracle.sysman.emInternalSDK.core.extensibility.pluginca.PluginCustomConfigException: Patches for the following bugs need to be applied before attempting plugin deployment: [13242773]
         at oracle.sysman.db.patch.DbPluginCustomConfig.doPreDeployConfig(DbPluginCustomConfig.java:105)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:692)
         ... 9 more
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Pre config module failed for some plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error are:
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.mos:12.1.0.2.0:0
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.emas:12.1.0.2.0:20120427
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.db:12.1.0.2.0:20120427
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Check Pre config module log for more details.
    2012-05-14 17:22:33,720 [main] ERROR pluginca.PluginCADriver - Prereq Check unsuccessful.
    2012-05-14 17:22:33,720 [main] ERROR pluginca.PluginCADriver - PREREQ_CHECK_UNSUCCESSFUL
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: PREREQ_CHECK_UNSUCCESSFUL
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:827)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    2012-05-14 17:22:33.720 [ PluginCAUtil - Emergency log ]
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: PREREQ_CHECK_UNSUCCESSFUL
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:827)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    2012-05-14 17:22:33,720 [main] DEBUG pluginca.PluginCADriver - 2012-05-14 17:22:33.720
    the configplugin_prereq_check_DATE.trc as below:
    2012-05-14 17:22:32,894 [main] INFO pluginca.PluginCADriver - =============PRE CUSTOM CONFIURATION STARTS ============
    2012-05-14 17:22:33,689 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.mos:12.1.0.2.0:0
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,689 [main] ERROR pluginca.PluginCADriver - ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:702)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.preDeployCustomConfig(PluginCAHelper.java:567)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.preDeploy(PreConfigModuleStep.java:165)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.run(PreConfigModuleStep.java:87)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleExecutor.run(PreConfigModuleExecutor.java:46)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:790)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    Caused by: oracle.sysman.emInternalSDK.core.extensibility.pluginca.PluginCustomConfigException: Patches for the following bugs need to be applied before attempting plugin deployment: [13242773]
         at oracle.sysman.config.MosPluginCustomConfig.doPreDeployConfig(MosPluginCustomConfig.java:106)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:692)
         ... 9 more
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.emas:12.1.0.2.0:20120427
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:702)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.preDeployCustomConfig(PluginCAHelper.java:567)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.preDeploy(PreConfigModuleStep.java:165)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.run(PreConfigModuleStep.java:87)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleExecutor.run(PreConfigModuleExecutor.java:46)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:790)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    Caused by: oracle.sysman.emInternalSDK.core.extensibility.pluginca.PluginCustomConfigException: Patches for the following bugs need to be applied before attempting plugin deployment: [13242773]
         at oracle.sysman.as.pluginpreconfig.AsPluginCustomConfig.doPreDeployConfig(AsPluginCustomConfig.java:113)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:692)
         ... 9 more
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.db:12.1.0.2.0:20120427
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:702)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.preDeployCustomConfig(PluginCAHelper.java:567)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.preDeploy(PreConfigModuleStep.java:165)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.run(PreConfigModuleStep.java:87)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleExecutor.run(PreConfigModuleExecutor.java:46)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:790)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    Caused by: oracle.sysman.emInternalSDK.core.extensibility.pluginca.PluginCustomConfigException: Patches for the following bugs need to be applied before attempting plugin deployment: [13242773]
         at oracle.sysman.db.patch.DbPluginCustomConfig.doPreDeployConfig(DbPluginCustomConfig.java:105)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:692)
         ... 9 more
    2012-05-14 17:22:33,705 [main] INFO pluginca.PluginCADriver - =============PRE CUSTOM CONFIURATION ENDS ============
    2012-05-14 17:22:33,705 [main] INFO pluginca.PluginCADriver - Back from pre custom config
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Pre config module failed for some plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error are:
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.mos:12.1.0.2.0:0
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.emas:12.1.0.2.0:20120427
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.db:12.1.0.2.0:20120427
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Check Pre config module log for more details.
    2012-05-14 17:22:33,720 [main] DEBUG pluginca.PluginCADriver - oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep - start - 2012-05-14 17:22:33.720
    2012-05-14 17:22:33,720 [main] DEBUG pluginca.PluginCADriver - oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleExecutor - end - 2012-05-14 17:22:33.720
    2012-05-14 17:22:33,720 [main] ERROR pluginca.PluginCADriver - Prereq Check unsuccessful.
    2012-05-14 17:22:33,720 [main] ERROR pluginca.PluginCADriver - PREREQ_CHECK_UNSUCCESSFUL
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: PREREQ_CHECK_UNSUCCESSFUL
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:827)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    2012-05-14 17:22:33,720 [main] DEBUG util.PluginCAUtil - Connection: null Step ID: -1
    2012-05-14 17:22:33,720 [main] DEBUG util.PluginCAUtil - Not updating job step
    Anyone has experience for this problems? and someone install this version success?
    I am appreciate for your help.

    Hi Colin
    Since we were debugged this issue offline and we found the root cause of the problem. I am updating this thread with more detail for the benefit of others :
    We looked in your environment and log files for more details and we found below error ( updating it so that we can know the complete picture)
    ÐÅÏ¢: Applying opatch for the oneoffs 13242773,13707704 ...
    ÐÅÏ¢: D:\oracle\oem\oms/OPatch/opatch.bat napply -silent -local -oh D:\oracle\oem\oms -phBaseFile D:\oracle\oem\oms/patch.txt
    ÐÅÏ¢: ERROR STREAM: java.lang.NoClassDefFoundError: DB
    ÐÅÏ¢: ERROR STREAM: Caused by: java.lang.ClassNotFoundException: DB
    ÐÅÏ¢: ERROR STREAM: at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    ÐÅÏ¢: ERROR STREAM: at java.security.AccessController.doPrivileged(Native Method)
    ÐÅÏ¢: ERROR STREAM: at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    ÐÅÏ¢: ERROR STREAM: at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    ÐÅÏ¢: ERROR STREAM: at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    ÐÅÏ¢: ERROR STREAM: at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    ÐÅÏ¢: ERROR STREAM: Could not find the main class: DB. Program will exit.
    It fails to apply the one of the patches , as Opatch get the CLASSPATH environment variable that has spaces.
    The workaround for this to unset the CLASSPATH environment variable and then begin the installation process. Its doced in the release note and install guide.

  • I just downloaded the latest version of itunes for Windows and now itunes crashes every time i launch it

    I just downloaded the latest version of iTunes for Windows and now iTunes crashes everytime I launch it.  I have tried re-downloading and selecting Repair with no luck.  Any suggestions?
    thanks

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If you've already tried a complete uninstall and reinstall try opening iTunes in safe mode (hold down CTRL+SHIFT as you start iTunes) then going to Edit > Preferences > Store and turning off Show iTunes in the Cloud purchases. You may find iTunes will now start normally.
    tt2

  • I have installed the latest version of iTunes for Windows 8 but when I try to open it, it says Windows has an error and I simply can't open it any longer.  Any help is appreciated!

    I have installed the latest version of iTunes for Windows 8 but when I try to open it, it says Windows has an error and I simply can't open it any longer.  Any help is appreciated!

    Hey socestlavie,
    Thanks for the question. I understand you are experiencing issues with iTunes for Windows. The following resource may help to resolve your issue:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/TS1717
    Thanks,
    Matt M.

  • Error when installing 9.0.1.4.0 patch set for the Oracle Database Server.

    Hi to all.
    Currently, i am trying to install patches for portal server.
    The server OS is Sun Solaris 8.
    We are using Oracle9iAS.
    Now, we are installing 9.0.1.4.0 patch set for the Oracle Database Server.
    We managed to install the patch, but have problem with the Post Install Action.
    We managed to run
    -ALTER SYSTEM ENABLE RESTRICTED SESSION;
    -@rdbms/admin/catpatch.sql
    -ALTER SYSTEM DISABLE RESTRICTED SESSION;
    -CONNECT / AS SYSDBA
    -update obj$ set status=5 where type#=29 and owner#!=0;
    -commit;
    But, when we come to the next command, which is to shutdown, it gives us like
    this..
    SQL> update obj$ set status=5 where type#=29 and owner#!=0;
    1402 rows updated.
    SQL> commit;
    Commit complete.
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01219: database not open: queries allowed on fixed tables/views only
    We tried to startup the database..it gives us this error..
    SQL> startup
    ORA-01081: cannot start already-running ORACLE - shut it down first
    So, we tried to shutdown again..
    SQL> shutdown immediate
    ORA-01089: immediate shutdown in progress - no operations are permitted
    I been informed that this is maybe a Database problem related. Any ideas?
    Best Wishes,
    Rushdan Md Saad.

    Patchsets could be obtained (only) from http://metalink.oracle.com
    You need to have valid CSI for access.
    P.S: Sorry Werner, I didn't see you post.
    Message was edited by:
    Ivan Kartik

  • Current Patch Set for Oracle Database Release 11.2

    Hi
    I am upgrading oracle 10G to 11GR2 in AIX 5.3 Environment with SAP ECC6 , I have just just installled Oracle 11.2.0.1.0 according to the "Database Upgrade Guide -Upgrade to Oracle Database 11g Release 2 (11.2): UNIX". After database software installation , in upgrade manual in section 3.4.4 it says, you need to install current patch set for oracle database 11g R2 and referencing a SAP note 1431799.
    I have just read note 1431799 which says Current Patch Set for Oracle Database Release 11.2 is not generally available for SAP customers until December 2010, also I donu2019t find the note 1522330 as mentioned in 1431799.
    Please let me know how I can get current patch set to apply with Oracle 11.2.0.1.0 (Is it in SAP service market place?)
    I also want to upgrade my installation to oracle 11.2.0.2, please let me know where I get the patch set to upgrade from 11.2.0.1.0 to 11.2.0.2,
    or
    I have to live with 11.2.0.1.0 and apply SAP Bundle Patch ( SBP)

    Abu Al MAmun,
    I understand from your posts that you recently upgraded to 11.2.0.2.
    I am having the same difficulty, of finding the current patch set for 11.2. Could you please let me know how you worked around it?
    Thanks,
    Siri
    Hello Everyone,
    I did read the post on to how you have to install the current patch set for 11.2.
    But honestly, it pretty much flew over my head.
    I am trying to upgrade our SAP AIX 64 bit test system from Oracle 10.2.0.4 to 11.2.0.2.
    And so far I have downloaded all the required sw for the upgrade, except for the current patch set 11.2.
    This is what I have right now:
    1) Oracle 11.2 AIX 64 bit upgrade sw - 51038805_part 1 to 51038805_part 7 and 51039800.
    2) Database Patches -->Oracle 11.2.0.2 -->
    All they have here is
    a. Database RDMBS - SAP_112020_201012_AIX.zip and b. SAP_112020_201101_AIX.zip
    b. OPatch - OPatch_11201_Generic_v3.zip and mopatch-2_1_6.zip
    c. Database Vault - DV - >Generic - p9656644_112020_Generic.zip
    If I am not wrong, the Database RDBMS files are nothing but the SAP Bundle Patches that have to be installed after installing the currrent patch set 11.2.0.2 using MOPatch.
    But I did not find the currrent patch set 11.2.0.2.
    Could someone please explain the process to me in detail? This being my first time , I am finding it a bit hard to catch up with some of the stuff.
    Thank You!
    Siri

  • Can someone help me with installing the latest version of iTunes for Windows 7 64 bit Home Premium?

    Latest version of iTunes for Windows 7 64 bit Home Premium downloads just fine.  But, fails to install. 
    "Unblocked and gave all permissions."  Still, no go. 
    I see by reading the other posts on this forum that I am not alone.  Any help?
    Frustrated!

    Ok...This was very odd.  I left the installation program, in what I considered a frozen state on screen.  After about 30 mins, to my surprise, It installed!  I'm not computer literate, so, I don't know what to say.  But, to just WAIT for it to respond!  Good Luck!

Maybe you are looking for

  • A way to create revenue wothout accounting?

    Hello On the implementatios in wich I am we are going to create projects with some months executed and they should have initial amounts. We will use accounted transaction for costs, but I cannot find a way to enter initial revenue, Can you help me pl

  • Numbers suitable for xls files?

    Is it possible to import Excel files in Numbers and subsequently work on them? If not, which app should I use?

  • Any way to link email to a reminder?

    One used to be able to right-click a message to create an iCal reminder to get back to the message.  Is this still possible to create such a link in Mountain Lion? Ah, now I remember. I forgot to select some text first.  https://discussions.apple.com

  • I am using Lightroom 4 but, notice that I am still seeing Lightroom catalog 3.2.2 running ?

    I am using lightroom 4 upgraded from three, two , one etc. etc. but, I notice that the lightroom catalog 3.2.2 is still running and seems to slow things down a bit what did I do wrong ?

  • About the MacBook Unibody Late-2009 Model's Battery

    Hi, I want to know something about the MacBook Unibody's battery... does anyone's battery lasted to around 6-7 hours in one go from 100% battery to 0% ??? And what is the full capacity for a built-in battery last for 7 hours of battery? My Full charg