How should I apply patches to forms 6i?

Hi,
Someone told me that in order to work properly with forms 6i you have to apply patches.
How could we find that our forms 6i need patches in order to run properly on windows 2000 Server?
I have a metalink account, what patch of forms 6i I need and how should I download it and then how should I apply it to forms 6i from METALINK?
After applying required patch does forms 6i works properly in the future?
Thanks
Behari

Without having any details about your problem, there is no way of knowing if a "patch" will solve your problem. Additionally, there are no specific patches required which are needed to run on Windows 2000. All 6.0.8.x versions were certified on Win2k
However, the latest and last patch for Forms/Reports 6i is Metalink Patch ID# 4183804
This will make your Forms version 6.0.8.26

Similar Messages

  • How to apply patch to forms 6i and report 6i version

    Hi to All,
    Can any give any link or Metalink Doc ID or any method to how to apply patch to forms and reports 6i in cleint server architecture.
    Thanks and Regards
    imran

    Hi user622720
    Pls Check this Link
    Pls verify this as an example:
    MyProject =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = servername)(PORT = 1540))
    (CONNECT_DATA =(SID = TEST))
    and change the bold fields as required according to ur application..!
    Hope it Helps,
    Regards,
    Abdetu..

  • How can I apply patch 6728000?

    I have to upgrade EBS to 12.0.6, so I have to apply the patch 6728000 which comes splitted in 4 files. How can I apply a patch that comes in this way?
    I have just applied patches that comes in 1 file.
    Thanks in advance
    Edited by: user626152 on 09-mar-2009 10:38

    Hi,
    You just need to download all the patch parts in one directory and extract it there. You should have one directory which contains all the patch files in one place (as any other patch).
    Make sure you follow all the steps in the following note when applying this patch.
    Note: 743368.1 - Oracle E-Business Suite Release Update Pack Readme, Release 12.0.6
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=743368.1
    Regards,
    Hussein

  • [SOLVED] DWM - how do you apply patches with patch?

    I'm totally new to dwm (it's working great by the way) and patching. I'm having problems understanding how to use the patch program. The basic usage on dwm site says basically:
    patch -p1 < path/to/patch.diff
    Great, now I have the patch file ~/builds/dwn/patch/dwm-5.9-statuscolors.diff and my altered ~/builds/dwn/config.h. Here's what I did
    herman@sam ~/builds/dwm $ patch -p1 <patch/dwm-5.9-statuscolors.diff
    can't find file to patch at input line 4
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -up dwm-5.9/config.def.h dwm-5.9-colors/config.def.h
    |--- dwm-5.9/config.def.h 2011-07-10 16:24:25.000000000 -0400
    |+++ dwm-5.9-colors/config.def.h 2011-08-18 02:02:47.033830823 -0400
    File to patch: config.def.h
    config.def.h: No such file or directory
    Skip this patch? [y]
    Skipping patch.
    2 out of 2 hunks ignored
    can't find file to patch at input line 41
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |Only in dwm-5.9: config.h
    |Only in dwm-5.9: dwm
    |diff -up dwm-5.9/dwm.c dwm-5.9-colors/dwm.c
    |--- dwm-5.9/dwm.c 2011-07-10 16:24:25.000000000 -0400
    |+++ dwm-5.9-colors/dwm.c 2011-08-18 02:07:20.788935100 -0400
    File to patch: dwm.c
    dwm.c: No such file or directory
    Skip this patch? [y]
    Skipping patch.
    12 out of 12 hunks ignored
    and it asks me for the filename it didn't find at line 4. Looking at the patch, I see it's a diff on config.def.h so I suppose this is the file to be patched and that I should supply this filename and the same with dwm.c? I'm not new to C coding but fresh out when it comes to diffing and patching, how do I actually go forward from here?
    Edit:
    More info  - I used the description using ABS to download the PKGBUILD for dwm and making dwm. My files
    herman@sam ~/builds/dwm $ ls -R
    PKGBUILD config.h dwm-5.9-2-x86_64.pkg.tar.xz dwm-5.9.tar.gz dwm.desktop dwm.install patch pkg src
    ./patch:
    dwm-5.9-statuscolors.diff
    ./pkg:
    usr
    ./pkg/usr:
    bin share
    ./pkg/usr/bin:
    dwm
    ./pkg/usr/share:
    doc licenses man xsessions
    ./pkg/usr/share/doc:
    dwm
    ./pkg/usr/share/doc/dwm:
    README
    ./pkg/usr/share/licenses:
    dwm
    ./pkg/usr/share/licenses/dwm:
    LICENSE
    ./pkg/usr/share/man:
    man1
    ./pkg/usr/share/man/man1:
    dwm.1.gz
    ./pkg/usr/share/xsessions:
    dwm.desktop
    ./src:
    config.h dwm-5.9 dwm-5.9.tar.gz dwm.desktop
    ./src/dwm-5.9:
    LICENSE Makefile README config.def.h config.def.h.orig config.def.h.rej config.h config.mk dwm dwm.1 dwm.c dwm.o
    Last edited by roygbiv (2011-12-06 20:37:40)

    Ok thanks but I'm confused again (I know..). I managed to patch the files config.def.h and dwm.c in the source dir and noticed there is yet another config.h file there as well. Now, the in the top level dir with the PKGBUILD I also have a config.h, which is the one I do my config changes. I'm confused because I now have these three header files (2x config.h + config.def.h) which are supposed to have the same source code? I've read around on the net, but haven't gotten any further answers yet. What are the purpose of each config and how should I use/update/manage them when recompiling? This is my situation:
    herman@sam ~/build/dwm $ tree .
    ├── PKGBUILD
    ├── config.h <----------------------------------------------------- this one
    ├── dwm-5.9-2-x86_64.pkg.tar.xz
    ├── dwm-5.9.tar.gz
    ├── dwm.desktop
    ├── dwm.install
    ├── pkg
    │   └── usr
    │   ├── bin
    │   │   └── dwm
    │   └── share
    │   ├── doc
    │   │   └── dwm
    │   │   └── README
    │   ├── licenses
    │   │   └── dwm
    │   │   └── LICENSE
    │   ├── man
    │   │   └── man1
    │   │   └── dwm.1.gz
    │   └── xsessions
    │   └── dwm.desktop
    └── src
    ├── config.h -> /home/herman/build/dwm/config.h
    ├── dwm-5.9
    │   ├── LICENSE
    │   ├── Makefile
    │   ├── README
    │   ├── config.def.h <-----------------------------------------------------this one
    │   ├── config.def.h.orig
    │   ├── config.h <----------------------------------------------------------this one
    │   ├── config.mk
    │   ├── dwm
    │   ├── dwm-5.9-statuscolors.diff
    │   ├── dwm.1
    │   ├── dwm.c
    │   ├── dwm.c.orig
    │   └── dwm.o
    ├── dwm-5.9.tar.gz -> /home/herman/build/dwm/dwm-5.9.tar.gz
    └── dwm.desktop -> /home/herman/build/dwm/dwm.desktop
    Thanks guys!
    Last edited by roygbiv (2011-12-06 20:06:10)

  • R12 how to see applied patches list

    Heloo my friend;
    I wonder one thing... i am still searching the subject but maybe someone know it here.. I can see applied patches list in r11 from ad_applied_patches table and i can see which pathed i made to system..
    But in r12 when i select data from ad_applied_patches there are 3500 pathces in query but it doesnt possible for my system.
    Anyone can say me how i check my patches list in r12 system
    Thanks
    Helios

    Hi my friend
    While i query to my ad_bugs table in r12 there ar 307919 patches!! :)
    i found same document which is 139684.1...i try to understand sh script.. but the best way is seems OAM... for begiinner i wanna type what i do
    login system wiht sysadmin and then choose system administrator,in right side u will see under Oracle Application Manager top "Patching and Utilities" and u can see ur patches...
    This thread can close now..
    Ty for all replay my friend
    Helios

  • How to i apply patch? OAM, OEM, or Autopatch?

    can any one tell me the stratge to apply patch on the EBS? OAM, OEM, or AUTOpatch, or just foolow the read me?
    I am little confusing about this.
    thanks

    Oracle Enterprise Manager (OEM) and Oracle Applications Manager (OAM) are powerful tools that enable you to manage and monitor Oracle Database and Applications respectively (OAM complements the features of the OEM). With respect to patching, OAM let you:
    - Determine which patches have been applied to a system
    - Examine the patched files on a system, and identify all the patches that altered a given file
    The Patch Wizard tool built into OAM can recommend patches for your Oracle Applications system. The wizard takes patch data downloaded from Oracle, analyzes that data against the Applications system, and recommends patches based on criteria you specify. The wizard can also analyze individual patches, identify any prerequisites missing on the system, and show the impact that the patches would have on the system in terms of affected applications, files, and other areas. Additionally, the wizard can download multiple patches from Oracle and merge them into a single patch.
    Personally, I prefer using the advanced feature in Oracle Metalink website to get the list of patches which I need to apply to the system. In addition to the advanced search feature, you can refer to the following documents to get more details about OAM, and recommended patch list:
    Note: 123456.1 - Latest 11i Applications Recommended Patch List
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=123456.1
    Oracle Applications Concepts
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/11iconcepts.pdf

  • How to see applied patches

    Hello Chaps.
    What is the command to see the applied patches to the database?
    I saw it somewhere but unfortunately I forgot it,
    Something like: ./... orainventory .......
    This command must show which patch have been applied to the database.

    opatch lsinventory gives the etire info. find the sample output
    Oracle$opatch lsinventory
    Invoking OPatch 10.2.0.4.3
    Oracle Interim Patch Installer version 10.2.0.4.3
    Copyright (c) 2007, Oracle Corporation. All rights reserved.
    Oracle Home : /oracle/product/10.2.0/db_1
    Central Inventory : /oracle/oraInventory
    from : /var/opt/oracle/oraInst.loc
    OPatch version : 10.2.0.4.3
    OUI version : 10.2.0.4.0
    OUI location : /oracle/product/10.2.0/db_1/oui
    Log file location : /oracle/product/10.2.0/db_1/cfgtoollogs/opatch/opatch2009-08-11_02-36-03AM.log
    Lsinventory Output file location : /oracle/product/10.2.0/db_1/cfgtoollogs/opatch/lsinv/lsinventory2009-08-11_02-36-03AM.txt
    Installed Top-level Products (3):
    Oracle Database 10g 10.2.0.1.0
    Oracle Database 10g Release 2 Patch Set 2 10.2.0.3.0
    Oracle Database 10g Release 2 Patch Set 3 10.2.0.4.0
    There are 3 products installed in this Oracle Home.
    Interim patches (19) :
    Patch 8309642 : applied on Thu Jul 16 02:17:03 CDT 2009
    Created on 2 Apr 2009, 12:13:59 hrs PST8PDT
    Bugs fixed:
    8309642
    Patch 8309639 : applied on Thu Jul 16 02:16:52 CDT 2009
    Created on 2 Apr 2009, 12:14:00 hrs PST8PDT
    Bugs fixed:
    8309639
    Patch 8309637 : applied on Thu Jul 16 02:16:41 CDT 2009
    Created on 2 Apr 2009, 12:14:02 hrs PST8PDT
    Bugs fixed:
    8309637
    Patch 8309632 : applied on Thu Jul 16 02:16:31 CDT 2009
    Created on 2 Apr 2009, 12:13:57 hrs PST8PDT
    Bugs fixed:
    8309632
    Patch 8309623 : applied on Thu Jul 16 02:16:21 CDT 2009
    Created on 2 Apr 2009, 12:13:15 hrs PST8PDT
    Bugs fixed:
    8309623
    Patch 8309592 : applied on Thu Jul 16 02:16:11 CDT 2009
    Created on 2 Apr 2009, 12:13:13 hrs PST8PDT
    Bugs fixed:
    8309592
    Patch 8309587 : applied on Thu Jul 16 02:15:45 CDT 2009
    Created on 2 Apr 2009, 12:13:10 hrs PST8PDT
    Bugs fixed:
    8309587
    Patch 8290506 : applied on Thu Jul 16 02:15:15 CDT 2009
    Created on 2 Apr 2009, 12:13:08 hrs PST8PDT
    Bugs fixed:
    8290506, 7375644, 7150470, 7592346
    Patch 7609058 : applied on Thu Jul 16 02:15:05 CDT 2009
    Created on 31 Dec 2008, 00:42:37 hrs PST8PDT
    Bugs fixed:
    7609058
    Patch 7609057 : applied on Thu Jul 16 02:14:40 CDT 2009
    Created on 31 Dec 2008, 01:17:11 hrs PST8PDT
    Bugs fixed:
    7609057
    Patch 7375617 : applied on Thu Jul 16 02:14:29 CDT 2009
    Created on 17 Sep 2008, 05:02:15 hrs PST8PDT
    Bugs fixed:
    7375617
    Patch 7375613 : applied on Thu Jul 16 02:14:19 CDT 2009
    Created on 17 Sep 2008, 05:02:13 hrs PST8PDT
    Bugs fixed:
    7375613
    Patch 7375611 : applied on Thu Jul 16 02:14:08 CDT 2009
    Created on 17 Sep 2008, 05:02:09 hrs PST8PDT
    Bugs fixed:
    7375611
    Patch 7197583 : applied on Thu Jul 16 02:13:43 CDT 2009
    Created on 2 Jul 2008, 10:06:43 hrs PST8PDT
    Bugs fixed:
    7197583
    Patch 7155252 : applied on Thu Jul 16 02:13:33 CDT 2009
    Created on 2 Jul 2008, 10:05:15 hrs PST8PDT
    Bugs fixed:
    7155252
    Patch 7155251 : applied on Thu Jul 16 02:13:08 CDT 2009
    Created on 2 Jul 2008, 10:04:30 hrs PST8PDT
    Bugs fixed:
    7155251
    Patch 7155250 : applied on Thu Jul 16 02:12:42 CDT 2009
    Created on 2 Jul 2008, 10:03:58 hrs PST8PDT
    Bugs fixed:
    7155250
    Patch 7155249 : applied on Thu Jul 16 02:12:15 CDT 2009
    Created on 2 Jul 2008, 10:03:27 hrs PST8PDT
    Bugs fixed:
    7155249
    Patch 7155248 : applied on Thu Jul 16 02:12:05 CDT 2009
    Created on 2 Jul 2008, 10:01:21 hrs PST8PDT
    Bugs fixed:
    7155248
    OPatch succeeded.

  • Font Issue after applying Patch on Forms 6i

    Hi
    we applied forms 6i patch 18 for some users the fonts are not appearing properly on the Web.
    Has anybody experienced this before.
    Please help.
    regards.

    Please provide details when posting if you expect quick answers.
    If you are using Jinitiator and upgraded the version, it is likely that this is causing the problem. This will be especially true if you moved from 1.1.8.x to 1.3.1.x, although still possible with any big jump in versions. If this is the case, the easiest way to prove this theory is to uninstall the current Jinit version and resinstall the previous and retest. If a change in the Jinit does prove to have been the cause, there isn't much you can do, as there was a change in the font handling as you move to newer JRE (Jinit) versions.
    You may be able to get some release by setting the mapFonts applet parameter to YES. Refer to MyOracleSupport note 338925.1 for more information.

  • How do you apply patch to MySQL Connector/ODBC used together with dg4odbc

    I found in mysql.com about this bug:
    http://bugs.mysql.com/bug.php?id=56677
    I am still trying to find a solution for my issue posted earlier on this forum
    dg4odbc 11.2 to mysql desc table issue, query return only one record
    Do you know how to apply a patch to MySQL Connector/ODBC driver? Thank you so much!

    the source file you're linking to is a MySQL c library belonging to the MySQL ODBC driver. This means you have to get the MySQL ODBC driver source files, replace the original lib with the lib from this patch and complie the whole driver.
    As an alternative you can get in touch with MySQL support (log a service request) and request a compiled ODBC driver containing the patch.

  • How to apply patches if application installed multinode type

    I have installed the 11.5.10.2 applications with multinode type
    node A contains Forms, web and Dbtier
    node B contains admin and concurrent.
    In my case how do i apply patches( U Driver)
    I started applying pathes from Node B went smoothly, but
    If start applying patches on node A it showing some errors

    while applying 5985992 on node B , the fallowing erros is showing
    AutoPatch error:
    Error while executing statement
    AutoPatch error:
    ORA-06550: line 3, column 10:
    PLS-00302: component 'IS_PATCH_APPLIED2' must be declared
    ORA-06550: line 3, column 1:
    PL/SQL: Statement ignored
    I fallowed the metalink doc 556785.1, Now the error is resolved but is it necessary to apply u5985992.drv on both the nodes

  • Apply patch 10.1.2.3 on oracle 10g application server 10.1.2.0.2

    Dear All,
    i have installed oracle 10g application server 10.1.2.0.2 with infrastructure and forms & report.
    now i downloaded the patch 10.1.2.3 to apply on it.
    I have two homes in my application 10g server (infra and forms&report).
    should first i apply apply patch on infrastructure and than on forms & report home.
    am i correct.? can you please give me procedure how to apply the patch on 10g application server 10.1.2.0.2.
    Thanks & regards,
    Sher khan

    Hi,
    can you please correct me in sequence..
    1) install oracle 10g application server including
    i) infrastructure
    2) install forms and report.
    3) apply patch 10.1.2.3 on application server
    3.1) apply patch on forms and report
    3.2) than apply patch on infrastructure..
    is it correct sequence thanks,
    Thanks & regards,
    Sher khan

  • Error applying Patch 11724916 - 11.2.0.2.2 Patch Set Update.

    Hello, I have an 11.2.0.2.1 GI installation and 12311357 path applied correctly. But patch 11724916 is missing (I know they both are installed together). Trying to apply it I have the following error (as grid) :
    grid@selva-2./usr/local/software/oracle/11724916 $ opatch apply
    Invoking OPatch 11.2.0.1.5
    Oracle Interim Patch Installer version 11.2.0.1.5 Copyright (c) 2010, Oracle Corporation. All rights reserved.
    Oracle Home : /app/oracle/grid/11.2
    Central Inventory : /app/oracle/oraInventory
    from : /var/opt/oracle/oraInst.loc
    OPatch version : 11.2.0.1.5
    OUI version : 11.2.0.2.0
    OUI location : /app/oracle/grid/11.2/oui
    Log file location : /app/oracle/grid/11.2/cfgtoollogs/opatch/opatch2011-10-13_12-20-37PM.log
    Patch history file: /app/oracle/grid/11.2/cfgtoollogs/opatch/opatch_history.txt
    ApplySession applying interim patch '11724916' to OH '/app/oracle/grid/11.2'
    Running prerequisite checks...
    Patch 11724916: Optional component(s) missing : [ oracle.sysman.console.db, 11.2.0.2.0 ] , [ oracle.sysman.oms.core, 10.2.0.4.3 ] , [ oracle.rdbms.dv, 11.2.0.2.0 ] Prov! ide your email address to be informed of security issues, install and initiate Oracle Configuration Manager. Easier for you if you use your My Oracle Support Email address/User Name.
    Visit http://www.oracle.com/support/policies.html for details.
    Email address/User Name:
    You have not provided an email address for notification of security issues.
    Do you wish to remain uninformed of security issues ([Y]es, [N]o) [N]: Y
    OPatch detected the node list and the local node from the inventory. OPatch will patch the local system then propagate the patch to the remote nodes.
    This node is part of an Oracle Real Application Cluster.
    Remote nodes: 'selva-1'
    Local node: 'selva-2'
    Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
    (Oracle Home = '/app/oracle/grid/11.2')
    Is the local system ready for patching? y y
    User Responded with: Y
    Backing up files and inventory (not for auto-rollback) for the Oracle Home
    Backing up files af! fected by the patch '11724916' for restore. This might take a while...
    Backing up files affected by the patch '11724916' for rollback. This might take a while...
    Patching component oracle.rdbms.rsf, 11.2.0.2.0...
    Updating archive file "/app/oracle/grid/11.2/lib/libgeneric11.a" with "lib/libgeneric11.a/kgl2.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libgeneric11.a" with "lib/libgeneric11.a/kgh.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libgeneric11.a" with "lib/libgeneric11.a/kgx.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libgeneric11.a" with "lib/libgeneric11.a/kgl.o"
    Copying file to "/app/oracle/grid/11.2/rdbms/mesg/oraus.msb"
    Copying file to "/app/oracle/grid/11.2/rdbms/mesg/oraus.msg"
    Patching component oracle.rdbms, 11.2.0.2.0...
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfc.o"
    Updating archive file "/app/oracle/grid/11.2/lib/li! bserver11.a" with "lib/libserver11.a/kfcl.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfd.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfds.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kff.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kffm.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfgb.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/ksvt.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfdp.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kspt.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/qks3t.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.! a" with "lib/libserver11.a/qerbo.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/ksols.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/dgl.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kcvfdb.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kks1.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kkscs.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/krsm.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/ksws.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kql.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kqlb.o"!
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" &n bsp;with "lib/libserver11.a/kqlm.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjcv.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjl.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjs.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjx.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjg.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjak.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kdi.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfg.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfio.o"
    Updating ar! chive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfio0.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfis.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfnm.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/ksbt.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfdvf.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kqld.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kkae.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kcb.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kcl.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libse! rver11.a" with "lib/libserver11.a/dmlsrv.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/updexe.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/qesltc.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/qerlt.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kksc.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/ktsld.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/krcp.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kkxs.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kkj.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/jslv.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserv! er11.a" with "lib/libserver11.a/kza.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kdu.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/ktsf.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/ktsp.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kqlf.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kks.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kkss.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kdlw.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/ktuq.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kkfd.o"Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" &nb sp;with "lib/libserver11.a/kxfp.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/upsexe.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kkdl.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kcbz.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjcs.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjctc.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjdd.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjfc.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjfm.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjfz.o"
    Upd! ating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjgcr.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjm.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjpnp.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kju.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libasmclnt11.a" with "lib/libasmclnt11.a/kgfdputl.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libasmclntsh11.a" with "lib/libasmclntsh11.a/kgfdputl.o"
    Copying file to "/app/oracle/grid/11.2/rdbms/admin/bundledata_PSU.xml"
    Copying file to "/app/oracle/grid/11.2/psu/11.2.0.2.2/catpsu.sql"
    Copying file to "/app/oracle/grid/11.2/psu/11.2.0.2.2/catpsu_rollback.sql"
    Patching component oracle.ldap.rsf, 11.2.0.2.0...
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" ! with "lib/libnnz11.a/nzos.o"
    Updating archive file "/app/oracle/gri d/11.2/lib/libnnz11.a" with "lib/libnnz11.a/nzu.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_createglobalcontext.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_decoderecord.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_destroyconnectioncontext.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_getversion.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_setupconnectioncontext.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_read.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_write.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_getnextevent.o"
    Updating archive file "/! app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_handshakeproceed.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_onerror.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_process_client_hello.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_process_hello_shared.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_processserverhello.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_ssl2_processclienthelloshared.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_ssl3_process_finished.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_ssl3_tls1_writeserver! hello_handler.o"
    Updating archive file "/app/oracle/grid/11.2/lib/l ibnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_ssl3_writefinished_handler.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_tls1_process_finished.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_tls1_writefinished_handler.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_writeclienthello.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_read.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_refuserenegotiation.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_requestrenegotiation.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_createconnectioncontext.o"
    Updating archive file "/app/oracle/gr! id/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_enableclientauthentication.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_modifyclientauthmodes.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_disableclientauthentication.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_write_certificate_request_handler.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_calc_enabled_cipher_suites.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_is_client_cert_requested.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_processcertificaterequest_handler.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_! process_client_hello_shared.o"
    Updating archive file "/app/oracle/g rid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_setclientcertrequested_handler.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_ssl2_write_client_certificate_handler.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_modifyciphersuites.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_getconnectionrenegotiationoptions.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_getrenegotiationoptions.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_dooptionsallowrenegotoation.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_modifyrenegotiationoptions.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_setrenegotiation! options.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libzt11.a" with "lib/libzt11.a/nzdacval.o"
    Copying file to "/app/oracle/grid/11.2/lib/libnnz11.so"
    Patching component oracle.rdbms.dbscripts, 11.2.0.2.0...
    Copying file to "/app/oracle/grid/11.2/rdbms/admin/c1101000.sql"
    Copying file to "/app/oracle/grid/11.2/rdbms/admin/catupstr.sql"
    Running make for target client_sharedlib
    OPatch found the word "failed" in the stderr of the make command.
    Please look at this stderr. You can re-run this make command.
    Stderr output:
    ln: cannot create libclntsh.so: Permission denied
    ar: cannot create shoc.o
    Permission denied
    ld: fatal: file /app/oracle/grid/11.2/lib/shoc.o: open failed: No such file or directory
    ln: cannot create libagtsh.so: Permission denied
    Running make for target client_sharedlib
    Make failed to invoke "/usr/ccs/bin/make -f ins_rdbms.mk client_sharedlib ORAC! LE_HOME=/app/oracle/grid/11.2"....'ln: cannot create libclntsh.so: Per mission denied
    make: Fatal error: Command failed for target `client_sharedlib'
    Running make for target ioracle
    The following make actions have failed :
    Re-link fails on target "client_sharedlib".
    Do you want to proceed? y
    n
    User Responded with: N
    ApplySession failed: ApplySession failed in system modification phase... 'ApplySession::apply failed: Re-link fails on target "client_sharedlib".
    OPatch will attempt to restore the system...
    Restoring the Oracle Home...
    Checking if OPatch needs to invoke 'make' to restore some binaries...
    OPatch found the word "failed" in the stderr of the make command.
    Please look at this stderr. You can re-run this make command.
    Stderr output:
    ln: cannot create libclntsh.so: Permission denied
    ar: cannot create shoc.o
    Permission denied
    ld: fatal: file /app/oracle/grid/11.2/lib/shoc.o: open failed: No such file or directory
    ln:! cannot create libagtsh.so: Permission denied
    Make failed to invoke "/usr/ccs/bin/make -f ins_rdbms.mk client_sharedlib ORACLE_HOME=/app/oracle/grid/11.2"....'ln: cannot create libclntsh.so: Permission denied
    make: Fatal error: Command failed for target `client_sharedlib'
    Failed to run make commands. They are stored in file '/app/oracle/grid/11.2/.patch_storage/11724916_Apr_13_2011_03_16_19/make.txt'
    Invoke these commands manually to restore the binaries in the Oracle Home.
    OPatch failed to restore OH '/app/oracle/grid/11.2'. Consult OPatch document to restore the home manually before proceeding.
    The following warnings have occurred during OPatch execution:
    1) OUI-67215:
    OPatch found the word "failed" in the stderr of the make command.
    Please look at this stderr. Yo! u can re-run this make command.
    Stderr output:
    ln: cannot create libclntsh.so: Permission denied
    ar: cannot create shoc.o
    Permission denied
    ld: fatal: file /app/oracle/grid/11.2/lib/shoc.o: open failed: No such file or directory
    ln: cannot create libagtsh.so: Permission denied
    2) OUI-67200:Make failed to invoke "/usr/ccs/bin/make -f ins_rdbms.mk client_sharedlib ORACLE_HOME=/app/oracle/grid/11.2"....'ln: cannot create libclntsh.so: Permission denied
    make: Fatal error: Command failed for target `client_sharedlib'
    3) OUI-67124:Re-link fails on target "client_sharedlib".
    4) OUI-67215:
    OPatch found the word "failed" in the stderr of the make command.
    Please look at this stderr. You can re-run this make command.
    Stderr output:
    ln: cannot create libclntsh.so: Permission denied
    ar: cannot create shoc.o
    Permission denied
    ld: fatal: file /app/oracle/grid/11.2/lib/shoc.o: open failed: No such file or directory
    ln: cann! ot create libagtsh.so: Permission denied
    5) OUI-67200:Make failed to invoke "/usr/ccs/bin/make -f ins_rdbms.mk client_sharedlib ORACLE_HOME=/app/oracle/grid/11.2"....'ln: cannot create libclntsh.so: Permission denied
    make: Fatal error: Command failed for target `client_sharedlib'
    OPatch failed with error code 115
    Trying to install it as root I have another error:
    root@selva-2./usr/local/software/oracle/11724916 # opatch apply
    Invoking OPatch 11.2.0.1.5
    The user is root. OPatch cannot continue if the user is root.
    OPatch failed with error code 255
    How should I apply this patch? Should I rollback path 12311357 and reapply both together?
    Thanks.

    Thanks. Although it is true my grid user environment doesnt contain /usr/ccs/bin in the PATH variable, opatch seems to know where to find those commands. I have included it in the PATH but the error persists.
    On the other hand I have seen lib directory under GI HOME, where libclntsh.so link should be created applying the patch, belongs to root with 755 permissions. IS THIS CORRECT? Then grid user never will be able to create the link reported in the opatch error above :
    ln: cannot create libclntsh.so: Permission denied
    ar: cannot create shoc.o
    Permission denied
    So, What is wrong?
    Thanks again.

  • APPLY PATCH VCP12.1.3.1

    Hi Legends,
    Since am a newbie to apply patch on VCP12.1.3.1, please help me how to apply and what are the prerequisites.
    And I want to know whether any conflicts will happen while applying and also after applying.
    Thanks in advance
    Karthik

    Hi Karthik;
    I have downloaded the patch now,
    1. I want to backup, and where to keep the backup files...
    2. I want to know where to apply the patch i.e., path...
    Sorry am a new one very first time applying the patch..thanks a lot for your patience..I belive you start to apply patch wiht hard one. You need to backup all ebs files(apps+db) you can keep them on your system if you have valid space.
    I stongly suggest check&read first how you can apply patch
    How to apply EBS 12i pathces in both Linux and Windows
    How to apply EBS 12i pathces in both Linux and Windows
    How to apply NLS patches in R12
    How to apply NLS patches in R12
    How to Apply a patch in r11
    Re: How to Apply a patch
    Re: steps to apply patch 4632932
    AD Patch
    Regard
    Helios

  • How do you fill in a form that was saved as a template? When I try, the "template" shifts, which is not how a template should work!

    How do you fill in a form that was saved as a template? When I try, the "template" shifts, which is not how a template should work!
    Templates, as I understand them, are fixed; you can "fill them in" without shifting them. Yet, I've saved doc as a template AND it shifts. Argh!

    Thanks for your response.
    I've managed to fix it but I wouldn't recommend the following as I'm sure its unsupported and I'll probably have problems down the line
    On the host
    * mv /etc/zones /etc/zones.bak
    * reboot single user
    * apply kernel patch (the one that ultimately I had to get on and which was giving pre-req dependency errors when running zones)
    * create a new zone now that host system is all up to date
    * Copy the operating system directories of the new zone (the one that's all patched) over the troublesome zone (the one that can't take the patch). Take backups first
    * cd /zones/new-zone/root
    * find sbin -print | cpio -pudm /zones/bad-zone/root
    * find usr -print | cpio -pudm /zones/bad-zone/root
    * find lib -print | cpio -pudm /zones/bad-zone/root
    * cd /zones/new-zone/root/var
    * find sadm -print | cpio -pudm /zones/bad-zone/root/sadm (this copies patches and pkgs directories and I'm sure a lot of other stuff that I didn't want)
    * mv /etc/zones.bak /etc/zones
    * reboot host
    * boot the old zone up. It should now have up to date patches
    I'm sure there are real no-no's in taking this approach but it seems to have worked for me. I'll update if I find there are some horrors down the line
    Edited by: paul_xedos on Mar 25, 2010 4:07 AM

  • Applying patch to fix the forms problem

    Hi,
    I have some issue with mouse so following this note *12.1.1 Mouse Navigation on Receipts Workbench Does Not Work. Users Need to Use Keyboard Tab Key [ID 873720.1]* to apply 9044638 patch to fix this. I want to confirm that i am applying it to the right HOME (just to make sure).
    As frmcmp_batch version returns (10.1.2.3) or $ORACLE_HOME returns 10.1.2. So i can apply this patch for 10.1.2 home. Am i right?
    Before applying this patch, the minimum opatch required is 1.0.0.0.60 or 10.1.0.0 but my current the opatch version is 1.0.0.0.57. So i have to apply p6880880_101000 patch. My concern is should i apply this to only forms ORACLE_HOME only or to IAS_ORACLE_HOME as well.
    Thanks,
    Taher

    Taher,
    As frmcmp_batch version returns (10.1.2.3) or $ORACLE_HOME returns 10.1.2. So i can apply this patch for 10.1.2 home. Am i right?Right.
    Before applying this patch, the minimum opatch required is 1.0.0.0.60 or 10.1.0.0 but my current the opatch version is 1.0.0.0.57. So i have to apply p6880880_101000 patch. My concern is should i apply this to only forms ORACLE_HOME only or to IAS_ORACLE_HOME as well.To the developer ORACLE_HOME (forms/reports), so just login as applmgr user and source the application env file before applying the patch.
    Thanks,
    Hussein

Maybe you are looking for