Checking patch set

I am asking these questions bcos I want to do an upgrade of the 11.5.9 database from 91 to 10g..........pls don't be offended by these questions as i want to get all right.
Please how do I know if Developer 6i 's patch set........it says the minimum must be patch set 17.
Thanks

From the application, click on Help > About and check for the forms version. Compare it with the Forms version listed in Note: 232313.1 - Information on Previous Versions of Developer 6i Patchsets
For example:
- If forms version is 6.0.8.24.x, then you are running Developer Patch 15
- If forms version is 6.0.8.25.x, then you are running Developer Patch 16
- If forms version is 6.0.8.26.x, then you are running Developer Patch 17

Similar Messages

  • Problem running Sample Application after intalling patch set 4.0.2.00.07

    We just applied the patch set 4.0.2.00.07 on our TEST environment APEX4.0.
    Now I can't run the sample application. When I run the application, login using either the admin or the demo user with the #lower_case_workspace_name#", the browser is generating below error message:
    ORA-06550: line 2, column 8: PLS-00201: identifier 'CUSTOM_AUTH' must be declared ORA-06550: line 2, column 1: PL/SQL: Statement ignored
    Error ERR-10460 Unable to run authentication credential check function.
    The sample application works fine on our DEV environment APEX 4.0.0.00.46 *without* the patch set 4.0.2.00.07.
    Does anyone have an idea how to resolve this
    Thanks

    Varad -
    I see that these functions are missing on the TEST environment parsing schema. I will have our DBA rectify the issue.
    Thanks,
    DP

  • 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?

  • 10g Release 2 (10.2.0.4) Patch Set 3 for HP-UX Itanium installation failed

    hi everyone
    after i installed the oracle10g 10.2.0.1,and tried to install the patch set (10.2.0.4)
    Prerequisite check failed!
    My OS platform is  HP-UX B.11.23 IA64
    the error info as follow :
    Checking the Components installed in Oracle Home
    Actual Result: error
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation:
    =======================================================================
    Checking for Oracle Home incompatibilities ...
    Check complete. The overall result of this check is: Not executed <<<<
    OUI-15038: Unable to execute rule 'CheckCompatibility' from ruleset 'CompatibilityChecks'. The underlying test 'oracle.sysman.oip.oipc.oipcz.OipczCompatibilityChecks.checkProductCompatibility' has thrown an unhandled exception [value for param now is null]. If the exception results in a failure of the test and the exception needs to be propagated, then encapsulate the exception in the result object and return the result.
    Recommendation: Choose an existing Oracle Database 10g Oracle Home for installing this software.
    =======================================================================
    Any advise will be much appriciated!
    Do need your helps!
    Thanks&Regards
    Peter

    Hello,
    The same problem is documented on Oracle metalink:
    OUI 10.2 Prerequisite Check Fails With OUI-15038 And "[value for param now is null]" [ID 602059.1]:
    Cause
    Some kernel tunables (parameters) have been changed but the new values will not be activated until the next server reboot
    Solution
    Reboot the server so that the kernel tunable (parameter) changes are activated before installing the Oracle software
    Workaround
    The errors/warnings can be ignored and the Oracle installation can be completed successfully, but it is best to schedule a reboot of the server soon so that the pending kernel parameter changes are activated.
    References
    BUG:7150277 - OUI 10.2 PREREQ CHECKS FAIL WITH OUI-15038 AND "[VALUE FOR PARAM NOW IS NULL]"

  • Error while appying patch set 4 (10.1.3.4.0) to oracle home (10.1.3.1.0 )

    Hi,
    I am trying to apply patch set 10g Release 3 (10.1.3) Patch Set 4 (10.1.3.4.0) to 10g Release 3 (10.1.3.1.0) oracle home. As the pre - installation steps describes I have run the script ‘upgrade_10131_10134_oracle.sql’ for both ESB and BPEL. Also we need to delete the line <data id="java-bin" value="/myhost/jdk1.4.2/bin/java" />from the ‘ORACLE_HOME/opmn/conf/opmn.xml’ file. But when I have checked that file, the line was not present there.
    But when I am running the installer, it is showing error like
    Error
    --> Process (index=1,uid=418288051,pid=30220)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\Oracle\Soa_OFMPractice\SOATESTING\opmn\logs\\HTTP_Server~1.log
    Configuration assistant "OPMN Configuration Assistant" failed.
    When I checked the log I got the error message like
    08/12/05 14:00:10 Start process
    Syntax error on line 278 of c:/oracle/soa_ofmpractice/soatesting/apache/apache/conf/httpd.conf:
    Cannot load c:/oracle/soa_ofmpractice/soatesting/apache/apache/modules/apachemoduleossl.dll into server: (127) The specified procedure could not be found:
    Does anybody know how to fix this problem?
    Thanks & Regards,
    Anju

    There is a quick fix for this
    There are 2 lines you need to comment form the c:/oracle/soa_ofmpractice/soatesting/apache/apache/conf/httpd.conf
    A comment is done with a #
    If you look in the C:\Oracle\Soa_OFMPractice\SOATESTING\opmn\logs\HTTP_Server~1.log file it will tell you.
    Find the line that has apachemoduleossl in it. When you try and restart it will fail again the C:\Oracle\Soa_OFMPractice\SOATESTING\opmn\logs\HTTP_Server~1.log should tell you what line to comment
    sorry can't be of much more help but dont have access to an environement at the moment.
    cheers
    James

  • Error after applying patch set 10.1.3.4.0

    Hi everyone,
    I downloaded the patch set 10.1.3.4.0 from [http://www.oracle.com/technology/software/products/ias/htdocs/101310.html] and intalled it on my machine but after the installation finished, I found problem in runing Oracle Process Manaer Console. When I try to login, it redirects to DomainPickup.jsp and after entering oc4jadmin id and password below message appears: No domains accessible to the user logged in.
    When I click on Goto BPEL Admin and try to create a new domain, it does not accept "default" as domain id: it says "Domain already exists." when I give different name, it shows this error:
    Exception
    Operation failed because:
    Domain creation error.
    An exception occurred while attempting to create the domain "sample" at path "c:\oracle10gR1\product\10.1.3.1\OracleAS_1\bpel\domains\sample". The exception reported is:
    I was using SOA suite 10.1.3.0 and it was working properly before upgrade.
    I will appeciate if someone can help me to fix this problem. I could not found any note for applying this patch on download page too.
    Thanks
    Esfand

    Hi Adina,
    I tried to perform all the steps explained there but I might have missed some parts which I'm not getting it down. I could figure out the cause of problem after I searched the oracle forums for several times. It seems that this error is because of data-source settings and database server. The bpel engine can not connect to database anymore. This means that during the pachset the database settings has been altered somehow but when I check the XML files, I can't find any mistake there.
    I have not worked with Oracle Lit database and do not know how to manage the database it creates therefore, I decided to install the Oracle 10g Database XE, when I go through advanced installation of SOA suite 10.3.0.1 after running IRCA, the installation is finished successfully but the same problem exists. When I checked the Connection pool in Oracle AS, it shows error from NLS data and now I'm in infinite loop how to fix this problem. After many installation / deinstallation I could not fix it so I decided to install the SOA Suite in typical mode and then connect the BPEL to oracle Database later. After the installation, I changed 3 data sources defined in Oracle AS along with its connection pool to connect to my Oracle 10g XE database having BPEL schema but it still raises some more exception and now, I have no idea what to do?!!!!
    It's about 10 days that I'm struggling to get this installation done but I have not succeeded yet. I believe It should not be so hard and complex to have Oracle Suite 11g TP4 configured as it appears to happen for me. Oracle products all have straightforward installation process but this once is killing me.!!
    I will appreciate any further help for windows installation.
    Regards
    Esfand
    Edited by: user3788199 on Sep 4, 2008 3:59 AM
    Edited by: user3788199 on Sep 4, 2008 4:02 AM

  • 9.2.0.3 patch set installation fails on Solaris 8

    i've installed Oracle9iR2 (64-bit) client on a Solaris 8 system and i'm now having problems installing the 9.2.0.3 patch set. during the installation process i get the following error message from OUI:
    Error in invoking target install of makefile
    $ORACLE_HOME/network/lib/ins_net_client.mk
    i checked the installation log and then $ORACLE_HOME/install/make.log. make.log reports that the failing command is:
    /usr/ccs/bin/make -f ins_net_client.mk install ORACLE_HOME=/opt/oracle9i/u01/app/oracle/product/9.2.0
    this command fails when trying to link trcroute. the link command seems to have incorrect paths as it seems to expect to find crt?.o files from $ORACLE_HOME/lib/WS6U1 while they are located in $ORACLE_HOME/lib/WS6U2/lib/v9. i modified $ORACLE_HOME/network/lib/env_network.mk (CCVER, COMPOBJ) so that crt?.o can be found.
    after this change the same link command fails with this message:
    ld: fatal: file $ORACLE_HOME/network/lib/s0nur.o:
    wrong ELF class: ELFCLASS32
    ld: fatal: File processing errors. No output written to trcroute
    *** Error code 1
    make: Fatal error: Command failed for target `trcroute'
    i checked the object files in network/lib and they all seem to be ELF 32-bit.
    does someone know what's causing these problems with the installation and how to fix it?
    best regards,
    aspa

    that's what i started to suspect as well. it's quite likely that the patch is for 32-bit installations. i'll try it with the 64-bit patch. thanks.

  • Patch conflict when applying the 10.2.0.5 Patch set on Windows 7.

    Hi everybody.
    I have problem when install PSR 10.2.0.5 on Windows 7.
    First, Oracle Client 10.2.0.3 installed successfull. I want upgrade from Oracle Client 10.2.0.3 to Oracle Client 10.2.0.5.
    I downloaded Database10g PatchSetRelease10.2.0.5 for Microsoft Windows(x32) from E-Delivery Japan Site, then used it installed successfull but new ODBC is not added.
    Because of that I used metalink for download 10.2.0.5 Patch 9 and OPatch utility release 10.2.0.5.0.
    I extracted OPatch utility release 10.2.0.5.0 zip file directly under the ORACLE_HOME (Old Opatch is been overrided).
    Then Opatch aplly command executed for 10.2.0.5 Patch 9 but the error has occurred.
    ( D:\Oracle10.2.0.5\12332703 is 10.2.0.5 Patch 9 folder path. )
    Error Description:
    ==============
    Fatal:OPatch invoked as follows: 'apply D:\Oracle10.2.0.5\12332703 '
    information:
    OracleHOME : D:\oracle\product\10.2.0\client_3
    From : C:\Program Files\Oracle\Inventory
    Center Inventory: n/a
    OPatch Version : 10.2.0.5.1
    OUI Version : 10.2.0.3.0
    OUI Location : D:\oracle\product\10.2.0\client_3\oui
    Log・File Location : D:\oracle\product\10.2.0\client_3\cfgtoollogs\opatch\opatch2011-05-12_11-04-31am.log
    Information:Patch history file: D:\oracle\product\10.2.0\client_3\cfgtoollogs\opatch\opatch_history.txt
    Information:Starting ApplySession at Thu May 12 11:04:32 JST 2011
    Information:Starting Apply Session at Thu May 12 11:04:32 JST 2011
    Information:PatchObject::PatchObject() Patch location is D:\Oracle10.2.0.5\12332703
    Information:PatchObject::createPatchObject() Patch location is D:\Oracle10.2.0.5\12332703
    Information:PatchObject::createPatchObject() patch location is D:\Oracle10.2.0.5\12332703
    Information:ApplySession is temporary patch '12332703' being applied to
    OH 'D:\oracle\product\10.2.0\client_3'
    Information:Starting to apply patch to local system at Thu May 12 11:04:32 JST 2011
    Information:PatchObject::createPatchObject() Patch location is D:\oracle\product\10.2.0\client_3\inventory\oneoffs\5923165
    Information:PatchObject::createPatchObject() patch location is D:\oracle\product\10.2.0\client_3\inventory\oneoffs\5923165
    Information:PatchObject::createPatchObject() Patch location is D:\oracle\product\10.2.0\client_3\inventory\oneoffs\5923165
    Information:PatchObject::createPatchObject() patch location is D:\oracle\product\10.2.0\client_3\inventory\oneoffs\5923165
    Information:Patch 12332703 has Generic Conflict with 5923165
    Information:Patch 12332703 has no conflicts/superset wiht any other patch processed till now
    Information:Checking conflicts for patch: 12332703
    Information:Checking conflicts/supersets for patch: 12332703 with patch:12332703
    Information:Checking conflicts/supersets for patch: 12332703 with patch:5923165
    Information:Patch 12332703 has Genric Conflict with 5923165. Conflicting files are :
    D:\oracle\product\10.2.0\client_3\bin\orajox10.dll
    D:\oracle\product\10.2.0\client_3\lib\orajox10.lib
    D:\oracle\product\10.2.0\client_3\bin\orageneric10.dll
    D:\oracle\product\10.2.0\client_3\rdbms\admin\orageneric10.sym
    D:\oracle\product\10.2.0\client_3\bin\oraclient10.dll
    D:\oracle\product\10.2.0\client_3\rdbms\admin\oraclient10.sym
    D:\oracle\product\10.2.0\client_3\bin\orapls10.dll
    D:\oracle\product\10.2.0\client_3\rdbms\admin\orapls10.sym
    D:\oracle\product\10.2.0\client_3\bin\oranl10.dll
    D:\oracle\product\10.2.0\client_3\bin\oran10.dll
    D:\oracle\product\10.2.0\client_3\bin\sqora32.dll
    D:\oracle\product\10.2.0\client_3\bin\oraxml10.dll
    D:\oracle\product\10.2.0\client_3\lib\oraxml10.lib
    D:\oracle\product\10.2.0\client_3\lib\orapls10.lib
    D:\oracle\product\10.2.0\client_3\bin\oracore10.dll
    D:\oracle\product\10.2.0\client_3\lib\oracore10.lib
    D:\oracle\product\10.2.0\client_3\rdbms\admin\oracore10.sym
    Warning:OUI-67619:Interim patch 12332703 conflict with patch(es) [ 5923165 ] in the Oracle Home
    Information:
    Patch [ 12332703 ] conflict with patch(es) [ 5923165 ] in the Oracle Home.
    To resolve patch conflicts please contact Oracle Support Services.
    If you continue, patch(es) [ 5923165 ] will be rolled back and the new Patch [ 12332703 ] will be installed.
    Continue?y
    Information:Start to wait for user-input at Thu May 12 11:04:36 JST 2011
    Information:Finish waiting for user-input at Thu May 12 11:04:44 JST 2011
    Information:User Responded with: Y
    Information:Start the Apply initScript at Thu May 12 11:04:44 JST 2011
    Information:Finish the Apply initScript at Thu May 12 11:04:44 JST 2011
    Information:PatchObject::createPatchObject() Patch location is D:\oracle\product\10.2.0\client_3\inventory\oneoffs\5923165
    Information:PatchObject::createPatchObject() patch location is D:\oracle\product\10.2.0\client_3\inventory\oneoffs\5923165
    Information:Start the Rollback init script for Patch "5923165" at Thu May 12 11:04:44 JST 2011
    Information:Finish the Rollback init script for Patch "5923165" at Thu May 12 11:04:44 JST 2011
    Information:
    Running prerequisite checks...
    Information:Space Needed : 444755772
    Information:Prereq checkPatchApplicableOnCurrentPlatform Passed for patch : 12332703
    Information:PatchObject::createPatchObject() Patch location is D:\oracle\product\10.2.0\client_3\inventory\oneoffs\5923165
    Information:PatchObject::createPatchObject() patch location is D:\oracle\product\10.2.0\client_3\inventory\oneoffs\5923165
    Information:Patch 12332703: Optional component(s) missing : [ oracle.rdbms, 10.2.0.5.0 ] , [ oracle.rdbms.dbscripts, 10.2.0.5.0 ] , [ oracle.network.rsf, 10.2.0.5.0 ] , [ oracle.has.common, 10.2.0.5.0 ] , [ oracle.has.rsf, 10.2.0.5.0 ] , [ oracle.rdbms.dbscripts, 10.2.0.5.0 ] , [ oracle.odbc.ic, 10.2.0.5.0 ] , [ oracle.ntoledb, 10.2.0.5.0 ] , [ oracle.ons, 10.2.0.5.0 ] , [ oracle.xdk.rsf, 10.2.0.5.0 ] , [ oracle.rdbms.dv.oc4j, 10.2.0.5.0 ] , [ oracle.sysman.bsln, 10.2.0.5.0 ] , [ oracle.dbjava.ic, 10.2.0.5.0 ] , [ oracle.has.crs, 10.2.0.5.0 ] , [ oracle.has.db, 10.2.0.5.0 ] , [ oracle.rdbms.dv, 10.2.0.5.0 ] , [ oracle.rdbms.plsql, 10.2.0.5.0 ] , [ oracle.oracore.rsf, 10.2.0.5.0 ]
    Information:Prereq checkComponents failed. So, checkApplicable returning without execution.
    Information:Prerequisite check "CheckApplicable" failed.
    The details are:
    Patch 12332703: Required component(s) missing : [ oracle.rdbms.rsf, 10.2.0.5.0 ]
    Fatal:OUI-67074:ApplySession failed while checking the precondition. : Prerequisite check "CheckApplicable" failed.
    Information:Because the system has not damaged, OPatch doesn't try restoring of the system.
    Information:--------------------------------------------------------------------------------
    Information:The following warnings have occurred during OPatch execution:
    Information:1) OUI-67619:Interim patch 12332703 conflict with patch(es) [ 5923165 ] in the Oracle Home
    Information:--------------------------------------------------------------------------------
    Information:Finishing ApplySession at Thu May 12 11:04:45 JST 2011
    Information:Total time spent waiting for user-input is 8 seconds. Finish at Thu May 12 11:04:45 JST 2011
    Information:Stack description : oracle.opatch.PrereqFailedException: Prerequisite check "CheckApplicable" failed.
    Information:StackTrace: oracle.opatch.OPatchSessionHelper.runApplyPrereqs(OPatchSessionHelper.java:4451)
    Information:StackTrace: oracle.opatch.ApplySession.processLocal(ApplySession.java:3695)
    Information:StackTrace: oracle.opatch.ApplySession.process(ApplySession.java:5577)
    Information:StackTrace: oracle.opatch.OPatchSession.main(OPatchSession.java:1719)
    Information:StackTrace: oracle.opatch.OPatch.main(OPatch.java:630)
    ==============
    Please help to solve this problem.
    Thanks & Best regards.

    Hi;
    Please see below notes which could be helpful for your issue:
    How to find whether the one-off Patches will conflict or not? [ID 458485.1]
    Patch Set Updates - One-off Patch Conflict Resolution [ID 1061295.1]
    Using OPatch -report option, how to check for potential conflicts during patch apply without Database / Listener shutdown [ID 406037.1]
    If its not help than i suggest move your issue to Forum Home » Database » Database - General
    Regard
    Helios

  • Error when using Patch Set Assistant on DEV_MDS for 11.1.14 upgrade

    I have successfully run the upgrade to SOA 11.1.1.4 from 11.1.1.3, and I am now trying to run the Patch Set Assistant to upgrade the DEV_MDS database schema. But I get the following error:
    Updating the Oracle Fusion Middleware Metadata Schema to release 11.1.1.4.0.
    Updating schema for component Oracle Metadata Services.
    UPGAST-01006: Schema upgrade failed for Oracle Metadata Services.
    The command failed to complete successfully
    I looked at some of the log files, and found the following:
    [2011-02-17T23:24:16.602-08:00] [MDS] [ERROR] [UPGCMP-05501] [upgrade.MDS] [tid: 10] [ecid: 0000IsrdnUk5yW^5xV_AiW1DNXu4000000,0] Oracle Metadata Services schema upgrade is invalid.
    [2011-02-17T23:24:16.602-08:00] [MDS] [ERROR] [] [upgrade.MDS] [tid: 10] [ecid: 0000IsrdnUk5yW^5xV_AiW1DNXu4000000,0] Cause: Specified Metadata Services schema was updated but is invalid. Action: Restore the Metadata Services schema from a backup and retry. Check the error messages in Oracle Metadata service component log files. Correct the problem before running the Assistant again.
    [2011-02-17T23:24:16.602-08:00] [FrameworkMR] [ERROR] [UPGAST-01006] [upgrade.FrameworkMR] [tid: 10] [ecid: 0000IsrdnUk5yW^5xV_AiW1DNXu4000000,0] Schema upgrade failed for Oracle Metadata Services.
    [2011-02-17T23:24:16.602-08:00] [FrameworkMR] [ERROR] [] [upgrade.FrameworkMR] [tid: 10] [ecid: 0000IsrdnUk5yW^5xV_AiW1DNXu4000000,0] Cause: Repository Upgrade framework detected that schema upgrade of the component named in the error message failed. Action: Examine the upgrade log files for additional error messages. It may be possible to correct the problem and retry the upgrade.
    [2011-02-17T23:24:16.602-08:00] [FrameworkMR] [NOTIFICATION] [] [upgrade.FrameworkMR] [tid: 10] [ecid: 0000IsrdnUk5yW^5xV_AiW1DNXu4000000,0] failure_total 1 m_upgradeMode Y
    [2011-02-17T23:24:16.602-08:00] [FrameworkMR] [ERROR] [UPGAST-01015] [upgrade.FrameworkMR] [tid: 10] [ecid: 0000IsrdnUk5yW^5xV_AiW1DNXu4000000,0] Some repository upgrade component-specific software modules report failure.
    [2011-02-17T23:24:16.602-08:00] [FrameworkMR] [ERROR] [] [upgrade.FrameworkMR] [tid: 10] [ecid: 0000IsrdnUk5yW^5xV_AiW1DNXu4000000,0] Cause: One or more component-specific software modules returned an error status during repository upgrade. Some other components might have upgraded successfully. Action: Review the upgrade logs to determine which components have failed, and pinpoint the source of the errors for each component. Correct the conditions that caused the errors. It may be possible to rerun the upgrade.
    And also:
    2011-02-17 23:24:16.102 rcu:Statement Type: 'PL/SQL Statement - Object Type:PACKAGE BODY Object Name:MDS_INTERNAL_COMMON'
    Error encountered executing SQL statement FileName: 'D:\Oracle\Middleware\home_11gPS2\oracle_common\rcu\integration\mds\sql\MDSINCB.plb' LineNumber: '282'
    SQL Statement: [CREATE OR REPLACE PACKAGE BODY                 mds_internal_common wrapped
    a000000
    1
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    b
    bc8b 495d
    VOLin4qlIqL/ebAEBNG+TcwkAl4wg13tedD9rcJNOpPklHI/fBQuCnmcF4vgZDJ3ptWICdP/
    FN7xJuWDlvRBUk+t1J+YW4YiHwBnc849mAkgXMKYF9G46ktcJkfKiF/nYDbWNclQldoAtkjt
    Any idea of what went wrong?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    http://niallcblogs.blogspot.com/2011/01/rcu-issue-on-soa-11114-on-xe.html
    http://itnewscast.com/middleware/rcu-issue-soa-11114-xe
    do these help?
    think you only need a recompile

  • Is forms 10g Patch set 3 (10.1.2.3)  released?

    Hi All,
    I checked metalink for information regarding Patch set 3 (10.1.2.3) and could see none.
    Is this released yet?
    Thanks
    Rajesh ALex

    Regarding the size:
    There are almost 1200 fixes in the code line and this means that a lot of the code is being touched by fixes, making the patch set large. Since we don't patch individual components any longer we have this situation. It would be good to have a smaller footprint but in the mean time I recommend a download manager to handle the case of an interrupted download.<br>
    I tried a download manager the other day called Free Download Manager. It worked really well and it is free as the name implies. I pulled out the network cable to simulate a break and it happily continued from where it left off when the network went down. Until Oracle does what Sun does: incorporate a download manager into the downloads this is a good solution to the problem of interrupted downloads that you have to start from the beginning with.

  • Oracle 10gR2 Patch Set 3  - Clustering Service (CSS) failed to start

    Hi ,
    we are using Solaris 10 containers. Oracle 10gR2 installation done with ASM in Non-global zone and it was successful, after applying patch set 3 CSS service unable to start and won't generate any error message.
    OS : solaris 10
    DB : Oracle 10gR2
    any pointer will help us to resolve this issue.
    Regards,
    Sachin

    Hi,
    Cause
    1) This is a LANG problem. So this can be confirmed by tracing the init.cssd script (executed by the init/inittab), as follow:
    h1:3:respawn:/etc/init.d/init.cssd run >/var/log/init-cssd.run 2>&1 </var/log/init-cssd.run
    2) /var/log/init-cssd.run log extract:
    TZ=
    + export TZ
    LANG=
    + export LANG
    + /bin/who -b
    + exit 0
    BOOTID= . system boot srp 7 16:44
    + /bin/cat /var/opt/oracle/scls_scr/db4/root/cssrun
    RUNID= . system boot Aug 7 16:44
    + [ . system boot srp 7 16:44 != . system boot Aug 7 16:
    44 ]
    + [ . system boot Aug 7 16:44 = startstack ]
    + exit 3
    STATUS=3
    + [ 3 != 0 ]
    + exit 3
    + [ 3 != 0 ]
    + /bin/sleep 30
    Solution
    1) Set the LANG environment variable in /etc/init.d/init.cssd script (in GETBOOTID section) to cs_CZ.ISO8859-2:
    # Set a null language id. GETBOOTID can also be sensitive to the language
    # codes, when init.cssd is run in a user shell compared to being run
    # under init. Setting a blank language code should guarantee consistency.
    LANG=cs_CZ.ISO8859-2
    2) Then CSS will start.
    $>crsctl check crs
    CSS appears healthy
    Cannot communicate with CRS
    Cannot communicate with EVM
    $>ps -fea | grep ocssd.bin | grep -vi grep
    oracle 407 1 0 Aug 13 ? 3:50 /oracle2/V10g2/bin/ocssd.bin
    Best regards,
    Rafi.
    http://rafioracledba.blogspot.com/

  • 11.1.0.1.6 Patch Set Update problem

    Hi guys!
    I have problem with 11.1.0.1.6 Patch Set Update for Oracle Management Service.
    After i have installed OMS on my RHEL 5.2 server together with agent (Repository is on remote host) i have decided to install recommended patches as well.
    I have followed PSU install procedure, so i have first run
    [oracle@gc ~]$ opatch lsinventory
    Oracle Interim Patch Installer version 11.1.0.9.6
    Copyright (c) 2012, Oracle Corporation. All rights reserved.
    Oracle Home : /opt/oracle/Middleware/oms11g
    Central Inventory : /home/oracle/oraInventory
    from : /opt/oracle/Middleware/oms11g/oraInst.loc
    OPatch version : 11.1.0.9.6
    OUI version : 11.1.0.8.0
    Log file location : /opt/oracle/Middleware/oms11g/cfgtoollogs/opatch/opatch2012-04-12_10-24-52AM_1.log
    OPatch detects the Middleware Home as "/opt/oracle/Middleware"
    Lsinventory Output file location : /opt/oracle/Middleware/oms11g/cfgtoollogs/opatch/lsinv/lsinventory2012-04-12_10-24-52AM.txt
    Installed Top-level Products (1):
    Oracle Enterprise Manager Grid Console 11.1.0.1.0
    There are 1 products installed in this Oracle Home.
    Interim patches (3) :
    Patch 13248190 : applied on Wed Apr 11 11:41:33 CEST 2012
    Unique Patch ID: 14355092
    Created on 12 Jan 2012, 03:49:58 hrs PST8PDT
    Bugs fixed:
    10122270, 9930146, 9836815, 8638231, 9963717, 9543582, 9276193, 9911851
    9506062, 10361050, 10218699, 12657533, 10372559, 12908384, 10246310
    10418856, 10313110, 9500255, 10100210, 9462098, 12799578, 9747671
    10279457, 10400454, 9562462, 9570911, 11727299, 10638043, 9937784
    7340407, 9575427, 10204587, 10177562, 9935898, 12833678, 11809598
    9446422, 12545526, 9586285, 9548105, 10201753, 10353911, 9308029
    9534200, 12669853, 9184007, 9684768, 9686658, 9341486, 10122223, 11683765
    9241402, 9838084, 9849222, 9903280, 9888852, 9478844, 9558026, 9604064
    11728549, 9342290, 10410743, 10020408, 9151748, 9953045, 9221090
    9559264, 10264990, 10036568, 10065631, 9804442, 9576468, 10372513
    10108019, 9928480, 9535382, 11726378, 10114291, 10278756, 9892455
    9476313, 11900474, 9876632, 9386076, 12552334, 11076661, 9803798
    10408402, 10043790, 10307099, 9965939, 9646681, 9390531, 9662869, 10333908
    9544428, 9489355, 10190000, 9706552, 11890440, 8859562, 11808680, 12758241
    8234692, 9723689, 9734399, 9504581, 9558551, 9874327, 9313608, 12423703
    12360281, 12693879, 11901582, 12654105, 12536173, 10307544, 13248190
    9537948, 8930257, 10118817, 11696545, 9919614, 10404792, 12734089
    10636783, 9541036, 9821890, 12738517, 10270073, 10257014, 10223586
    10213026, 9952713, 9491872, 9507363, 10015330, 9726686, 10042225
    Patch 9367763 : applied on Tue Apr 10 14:03:38 CEST 2012
    Unique Patch ID: 12252189
    Created on 1 Mar 2010, 22:30:36 hrs PST8PDT
    Bugs fixed:
    9367763
    Patch 9207217 : applied on Tue Apr 10 14:03:30 CEST 2012
    Unique Patch ID: 12151251
    Created on 27 Jan 2010, 15:49:36 hrs US/Pacific
    Bugs fixed:
    9207217
    OPatch succeeded.
    [oracle@gc ~]$ echo $PATH
    :/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin:/usr/kerberos/bin:/opt/oracle/agent11g/bin:/opt/oracle/oms11g/bin:/opt/oracle/Middleware/oms11g/bin:/opt/oracle/Middleware/oracle_common/OPatch
    [oracle@gc ~]$ echo $ORACLE_HOME
    /opt/oracle/Middleware/oms11g
    after this checks i have stopped oms server and successfully executed opatch apply command.
    Then next step is to connect to rcuJDBCEngine as SYSMAN and run the apply.sql script as follows (in my case):
    [oracle@gc 13248190]$ pwd
    /opt/InstallGrid/Oracle11g/11106_patch_32bit/13248190
    [oracle@gc 13248190]$ /opt/oracle/Middleware/oms11g/bin/rcuJDBCEngine [email protected]:1521:gcoemrep JDBC_SCRIPT apply.sql $PWD $ORACLE_HOME
    Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 0
    at java.lang.String.charAt(String.java:686)
    at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:386)
    at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:634)
    at oracle.net.ns.NSProtocol.connect(NSProtocol.java:208)
    at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:966)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:292)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:508)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)
    at java.sql.DriverManager.getConnection(DriverManager.java:582)
    at java.sql.DriverManager.getConnection(DriverManager.java:154)
    at oracle.sysman.assistants.common.dbutil.jdbc.ConnectionFactory.createConnection(ConnectionFactory.java:259)
    at oracle.sysman.assistants.common.dbutil.jdbc.ConnectionFactory.createConnection(ConnectionFactory.java:142)
    at oracle.sysman.assistants.common.dbutil.jdbc.ConnectionHelper.getConnection(ConnectionHelper.java:61)
    at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.getConnection(JDBCEngine.java:889)
    at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.connect(JDBCEngine.java:417)
    at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.main(JDBCEngine.java:1982)
    maybe my variables are not good?
    Any suggestions?
    Edited by: rootsman on Apr 12, 2012 1:36 AM

    Hi Rootsman,
    There are 2 possible causes for this issue.
    1. Because an incorrect syntax was used to apply the SQL part of the patch. If the password for the user is not added in the command line, the rcuJDBCEngine will fail. The rcuJDBCEngine will not prompt for the password (like sqlplus does), if it is not provided on the command line.
    - Incorrect syntax
    +$ORACLE_HOME/bin/rcuJDBCEngine sys@<host>:<port>:<SID> JDBC_SCRIPT post_install_script.sql $PWD $ORACLE_HOME+
    - Correct syntax
    +$ORACLE_HOME/bin/rcuJDBCEngine sys/<password for sys>@<host>:<port>:<SID> JDBC_SCRIPT post_install_script.sql $PWD $ORACLE_HOME+
    2. This problem may also occur if the password has been supplied on the command line but includes some special characters.
    The solution is to stick to the syntax described in the README.txt which states to enter the sys password on the command line:
    +$ORACLE_HOME/bin/rcuJDBCEngine sys/<password for sys>@<host>:<port>:<SID> JDBC_SCRIPT post_install_script.sql $PWD $ORACLE_HOME+
    If there are any special characters in the password, enclose the password in single-quotes ' '. For example:
    +$ORACLE_HOME/bin/rcuJDBCEngine sys/'<password>'@<host>:<port>:<sid> JDBC_SCRIPT post_install_script.sql $PWD $ORACLE_HOME+
    Hope your problem gets resolved.
    Thanks,
    Cris

  • Installation Patch Set 8.1.7.2.1

    I try to install Patch Set 8.1.7.2.1 (I have 8.1.7.0 now). I
    have closed oracle
    manager ind oracle services. I start setup.exe, select dir of my
    oracle installation. Then
    installler check my configuration. For 4 components:
    LDAP Required Support Files
    Net8 Required Support Files
    Precompiler Required Support Files
    RDBMS Required Support Files
    I have error message, that they aren't joined with any service.
    Installer don't want install
    this components. But in Patch Set there are new versions for
    them.
    Can anybody help with my problem?

    I have same problem installing 8.1.7.4.1 Patch Set on WinXP.
    Any updates ?

  • Patch Set Release 2 (9.2.0.8) Patch Set 7 for Microsoft Windows (32-Bit)

    Hi,
    I've 2 nodes with version 9.2.0.1
    I applied a Patch Set Release 2 (9.2.0.8) Patch Set 7 for Microsoft Windows (32-Bit) on the Node 2,
    All is fine but when i try to discover N2 from N1 with OMS, i get only the HTTP Servers, and no database discovred,
    For your information, I've 2 databases on N2
    Please help me to resolve this probleme because i need to schedule some jobs.
    Regards.

    Check where you installed the 9.2.0.8 patch, in the database home or Enterprise Manager Agent's home?
    Check the compatibility between the versions of agent, database and OEM.
    Try to reinstall the (correct version) agent again in Node 1.
    If you have 2 database on Node 2, if they both uses the same Oracle database version and same home, you need to install the patch only once, but got to run the upgrade and catpatch.sql seperately in each databases.
    Hope it helps,
    Babu Rangasamy

  • Patch set on sun cluster

    Hi,
    I have to upgrade 9.2.0.6 to 9.2.08 on sun cluster.Can you tell me in what sequence I need to install patch set? Is there any pre-requisite which I need to take care in advance?If anybody will provide me exact doc then It will be very helpful.I have seen one doc in metalink but it is not sufficient.
    Thanks,
    Mk

    Have you checked the 9.2.0.8 patch README ? There are several references on how to patch clustered instances - if the information is insufficient or lacking, pl open an SR with Support.
    http://updates.oracle.com/ARULink/Readme/process_form?aru=8690150
    HTH
    Srini

Maybe you are looking for