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?

Similar Messages

  • 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

  • Oracle 11.1.0.7.0 patch 5 for windows 2003 x64.. Please help.

    Hello All
    I have Oracle EE 11.1.0.7.0 running on Windows 2003 x64 server plus ASM, and I want to apply patch 5, so that it becomes 11.1.0.7.5.
    I came to know from Oracle Support Services, Windows patche comes as bundled patchset, but I am not sure which patch to apply, there are 38 of them. Is 11.1.0.7.5P the correct one?.
    Patchset Avaialble:
    11.1.0.7.0 Patch 38 (11.1.0.7.38P) 32-Bit Patch:11741169 64-Bit (x64) Patch:11741170
    11.1.0.7.0 Patch 37 (11.1.0.7.37P) 32-Bit Patch:10636464 64-Bit (x64) Patch:10636465
    11.1.0.7.0 Patch 36 (11.1.0.7.36P) 32-Bit Patch:10350787 64-Bit (x64) Patch:10350788
    11.1.0.7.0 Patch 35 (11.1.0.7.35P) 32-Bit Patch:10245099 64-Bit (x64) Patch:10245101
    11.1.0.7.0 Patch 34 (11.1.0.7.34P) 32-Bit Patch:10168052 64-Bit (x64) Patch:10168056
    11.1.0.7.0 Patch 33 (11.1.0.7.33P) 32-Bit Patch:9773817 64-Bit (x64) Patch:9773825
    11.1.0.7.0 Patch 32 (11.1.0.7.32P) 32-Bit Patch:9930894 64-Bit (x64) Patch:9930895
    11.1.0.7.0 Patch 31 (11.1.0.7.31P) 32-Bit Patch:9846179 64-Bit (x64) Patch:9846180
    11.1.0.7.0 Patch 30 (11.1.0.7.30P) 32-Bit Patch:9869911 64-Bit (x64) Patch:9869912
    11.1.0.7.0 Patch 29 (11.1.0.7.29P) 32-Bit Patch:9718019 64-Bit (x64) Patch:9718020
    11.1.0.7.0 Patch 28 (11.1.0.7.28P) 32-Bit Patch:9707661 64-Bit (x64) Patch:9707665
    11.1.0.7.0 Patch 27 (11.1.0.7.27P) 32-Bit Patch:9604444 64-Bit (x64) Patch:9604446
    11.1.0.7.0 Patch 26 (11.1.0.7.26P) 32-Bit Patch:9523179 64-Bit (x64) Patch:9523181
    11.1.0.7.0 Patch 25 (11.1.0.7.25P) 32-Bit Patch:9392331 64-Bit (x64) Patch:9392335
    11.1.0.7.0 Patch 24 (11.1.0.7.24P) 32-Bit Patch:9384493 64-Bit (x64) Patch:9384497
    11.1.0.7.0 Patch 23 (11.1.0.7.23P) 32-Bit Patch:9264211 64-Bit (x64) Patch:9264214
    11.1.0.7.0 Patch 22 (11.1.0.7.22P) 32-Bit Patch:9166858 64-Bit (x64) Patch:9166861
    11.1.0.7.0 Patch 21 (11.1.0.7.21P) 32-Bit Patch:9082702 64-Bit (x64) Patch:9082709
    11.1.0.7.0 Patch 20 (11.1.0.7.20P) 32-Bit Patch:9025140 64-Bit (x64) Patch:9025144
    11.1.0.7.0 Patch 19 (11.1.0.7.19P) 32-Bit Patch:8928976 64-Bit (x64) Patch:8928977
    11.1.0.7.0 Patch 18 (11.1.0.7.18P) 32-Bit Patch:8832980 64-Bit (x64) Patch:8832986
    11.1.0.7.0 Patch 17 (11.1.0.7.17P) 32-Bit Patch:8783655 64-Bit (x64) Patch:8783657
    11.1.0.7.0 Patch 16 (11.1.0.7.16P) 32-Bit Patch:8689191 64-Bit (x64) Patch:8689199
    11.1.0.7.0 Patch 15 (11.1.0.7.15P) 32-Bit Patch:8655458 64-Bit (x64) Patch:8655460
    11.1.0.7.0 Patch 14 (11.1.0.7.14P) 32-Bit Patch:8603948 64-Bit (x64) Patch:8603952
    11.1.0.7.0 Patch 13 (11.1.0.7.13P) 32-Bit Patch:8553512 64-Bit (x64) Patch:8553515
    11.1.0.7.0 Patch 12 (11.1.0.7.12P) 32-Bit Patch:8508245 64-Bit (x64) Patch:8508247
    11.1.0.7.0 Patch 11 (11.1.0.7.11P) 32-Bit Patch:8451592 64-Bit (x64) Patch:8451598
    11.1.0.7.0 Patch 10 (11.1.0.7.10P) 32-Bit Patch:8416539 64-Bit (x64) Patch:8416540
    11.1.0.7.0 Patch 9 (11.1.0.7.9P) 32-Bit Patch:8343061 64-Bit (x64) Patch:8343070
    11.1.0.7.0 Patch 8 (11.1.0.7.8P) 32-Bit Patch:8297200 64-Bit (x64) Patch:8297201
    11.1.0.7.0 Patch 7 (11.1.0.7.7P) 32-Bit Patch:8260294 64-Bit (x64) Patch:8260301
    11.1.0.7.0 Patch 6 (11.1.0.7.6P) 32-Bit Patch:8219259 64-Bit (x64) Patch:8219268
    *11.1.0.7.0 Patch 5 (11.1.0.7.5P) 32-Bit Patch:7712568 64-Bit (x64) Patch:7712570*
    11.1.0.7.0 Patch 4 (11.1.0.7.4P) 32-Bit Patch:7682184 64-Bit (x64) Patch:7682189
    11.1.0.7.0 Patch 3 (11.1.0.7.3P) 32-Bit Patch:7664953 64-Bit (x64) Patch:7675231
    11.1.0.7.0 Patch 2 (11.1.0.7.2P) 32-Bit Patch:7586190 64-Bit (x64) Patch:7586195
    11.1.0.7.0 Patch 1 (11.1.0.7.1P) Only available in 32-Bit Patch:7540527
    Any help would be great.
    Regards
    Amit

    Hi All
    I have applied this patch 38 for Oracle 11.1.0.7.0 on Windows 2003 x64 bit server today but the database version from v$version didn't change at all and still its showing 11.1.0.7.0, I expected it to show 11.1.0.7.5.
    Any suggestions.
    Regards
    Amit

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

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

  • 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

  • Please provide the patch set for Oracle Enterprise Manager Grid Control 10

    Hi,
    please provide the patch set for Oracle Enterprise Manager Grid Control 10.2.0.1 and 10.2.0.5 for AIX 5.3
    patch set for Oracle Enterprise Manager Grid Control for 11.2.0.2 OS AIX 5.3
    Thanks,
    Vishal Hande.

    user12009184 wrote:
    Hi,
    please provide the patch set for Oracle Enterprise Manager Grid Control 10.2.0.1 and 10.2.0.5 for AIX 5.3
    patch set for Oracle Enterprise Manager Grid Control for 11.2.0.2 OS AIX 5.3
    Thanks,
    Vishal Hande.you must obtain all patches directly from
    http://support.oracle.com

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

  • ETA for 9.2.0.2 PATCH SET for NT

    When we gonna have 9.2.0.2 PATCH SET for NT ??
    sjarif

    There is a thread for this in the OLAP forum, release was due on 8th Nov but has been pushed back to the 15th Nov, so we should see it by early December!

  • 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

  • Oracle Client 10.2.0.5 32 bits for windows 7 64bits

    Hi
    I do not have access to oracle support, but I really need to download this patch in order to install it on Windows 7 64 bits and 2008 R2...
    Please somebody can put me this patch on a share/ftp or other ? Because I really need this..
    Thanks a lot.
    Jerome
    Oracle Client 10.2.0.5 32 bits for windows 7 64bits
    [email protected]

    Patches are only available to Oracle customers with valid support contracts. If you do have such a contract, pl contact the person in your team who has access to My Oracle Support to download the needed patch. Patches cannot be posted on public servers as this violates ones support contract
    Srini

  • I have a ipod nano 4th gen set for windows. I have a mac now how do I set it for mac

    I have an iPod nano 4th gen Its set for windows  I now have a Mac  How do I set it for Mac? I reset it so its empty. I'm starting a new music library on my mac.

    On a Mac, click here and follow the instructions.
    (117387)

  • Oracle Application Server 10g R3 with patch set 10.1.3.5.0

    Hi All,
    Can anyone help me on this, When I install Oracle Application Server 10g Release 3 (10.1.3.1.0) and patch set 10.1.3.5.0 on Linux. I am not able to find forms and reports container.
    This version doesn't support forms and reports or I have go OAS 10g R2 (10.1.2.0.2) with patch set 3 (10.1.2.3.0). What is the difference between these two releases.
    Please help me.
    Regards,

    Hi James,
    1)Yes it supports IE 8 .Please review the below link for certification details on browers :-
        http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html#BAJGCBEA
         Note: Oracle Application Server supports only those browsers.
    2)Forms only support Windows 7 32 bit only.
        Please refer to the note:1292919.1 "Certification of Oracle Developer Suite 10g (10.1.2) on Windows 7 (32-bit)"
    3)Could you provide more information of JVM because when you install 10gR2 it has JDK and JRE present in it.
    Regards,
    Prakash.

  • Oracle Process Manager gone 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. Now, I can see the version of BPEL Console has changed to 10.1.3.4.0 and still I can login to Enterprise Manager and ESB conole properly but I missed BPEL Console somehow.
    I ran the setup from patch set and selected the Oracle Home for my soa suite 10.1.3.0 and continue the rest of installation. I don't know where I did mistake.
    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

    This forum is for 11g. Try asking your question on the SOA Suite forum here
    SOA Suite
    Heidi.

Maybe you are looking for