Is Patch 5017052 needed when running Forms 10.1.2.3?

Hello - we've been running on Forms 10.1.2.02 (Linux apps server, IE6 / IE7, Windows XP, JInitiator 1.3.1.22) for a couple of years, and when we first upgraded, we applied patch 5017052, which makes changes to the base htm files to avoid a potential problem with having to click on the applet to activate. We're about to upgrade to 10.1.2.3 (will also move to Sun JPI 1.6 as well), I'm just wondering if I need to apply the same patch again on our new apps server. The changes it made to the htm files don't seem to be present in the htm files that come with 10.1.2.3, I thought this patch might have been embedded in by now. Is it no longer relevant..?
Thanks in advance,
James

The changes provided in 5017052 are included automatically in all versions newer than 10.1.2.0.2. So, no action is required on your part.

Similar Messages

  • ORA-04062 error when running forms with different users

    ORA-04062 error when running forms with different users
    I have a form that has a block that should display some data from another users tables. (The other user's name is dynamic, it's selected from a list box)
    I wrote a stored procedure to get the data from other user's tables.
    When I compile the form and run it with the same user I compiled, it works without any error. But when I run the compiled form with another user I get the ORA-04062 (signature of procedure has been changed) error.
    I tried setting REMOTE_DEPENDENCIES_MODE to SIGNATURE in init.ora but it didn't help.
    My Forms version is 6i with Patch 15.
    Database version is 9.
    Here is my stored procedure:
    TYPE Scenario_Tab IS TABLE OF NUMBER(34) INDEX BY BINARY INTEGER;
    TYPE Open_Curs IS REF CURSOR;
    PROCEDURE Get_Scenarios(User_Name IN VARCHAR2, Scen_Table OUT Scenario_Tab) IS
    Curs Open_Curs;
    i NUMBER;
    BEGIN
    OPEN Curs FOR
    'SELECT Seq_No FROM '|| User_Name ||'.scenario';
    i := 1;
    LOOP
    FETCH Curs INTO Scen_Table(i);
    EXIT WHEN Curs%NOTFOUND;
    i := i + 1;
    END LOOP;
    END Get_Senarios;
    I would be happy to solve this problem. It's really important.
    Maybe somebody can tell me another way to do what I want to do. (getting a list of values from another users tables)

    I think it should be a better solution to create a package,
    and put your own TYPES and procedure into it.
    CREATE OR REPLACE PACKAGE PKG_XXX IS
    TYPE TYP_TAB_CHAR IS TABLE OF .... ;
    PROCEDURE P_XX ( Var1 IN VARCHAR2, var2 IN OUT TYP_TAB_CHAR );
    END ;
    Then in your Form :
    Declare
    var PKG_XXX.TYP_TAB_CHAR ;
    Begin
    PKG_XXX.P_XX( 'user_name', var ) ;
    End ;

  • To download content locally when needed when running TS

    Wanna ask, i am doing OSD in SCCM 2012 and all my TS i have set to download content locally when needed when running TS... Questions is:
    1) Will it download and copy temporarily only the OS image into the targeted machine or it will download all of the packages that is referenced by the TS into the targeted machine? Reason is because i can only see the downloading progress appear during the
    Apply OS steps when running the TS...
    2) After completed running the TS, will it remove the previously downloaded file on the targeted machine?

    Hi,
    1. Yes it will only download the packages that are needed by the installation.
    2. It depends, it will remove Images, but applications you install during the Task Sequence will still be in the SCCM Client Cache.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec
    2. Are you referring to the folder MSICache? Only cache folder that i can see got a lot of the software folders is this MSICache folder. Is there anyway that i can remove it after the TS completed running?
    Does this folder also cater for a normal software distribution. Any software that is execute for installation from the software center, will the software files be stored in the MSICache folder as well?

  • A misstake when running forms

    Have somebody seen anything like this?:
    When I'm running forms width multi record blocks and everything seems to be OK, but then something happens and I want to change records but the mouse click doesn't move the cursor to the needed record on any form. If I use the up/down keys I can change records. I have to exit all open forms and start again. It comes up quiet often (5-10 min).
    I'm experiencing this problem since we installed Forms Builder 6i Rel:2 with patch:12.
    Can somebody help me to fix it?

    We also encountered this in our application.
    Our case is as follows, we have a list of records that should not be enterable and we have a When-Mouse-Click trigger on the list_items that only goes to a hidden List_Anchor item in order to highlight the record clicked.
    Anyway it doesn't work at all in any of the releases we installed Forms 6i, patch 11 and then patch 12.
    My guess that there is a problem with the Mouse-Clicked event. It is not handled correctly. Is this the case? Maybe a future patch to solve this problem?
    A.

  • When running form give me error

    hi every one
    In my PC
    I Install oracle10 DB and Developer10 g
    when I make form first I connect for example HR/HR CONNECT success but when I run form give me this error
    ora-12560
    I move tnsname from folder DB to developer but no good
    i make new listner also no ggod
    what the solution
    thanks in advance

    Perhaps you should try running the Net Configuration Assistant from the Oracle Developer Suite program group instead of copying the tnsnames.ora from the database. ;)
    If you are going to copy the tnsnames.ora file from the database NETWORK\ADMIN folder to Forms Developer, you need to copy the sqlnet.ora file also.
    Another alternative would be to add a TNS_ADMIN entry in the Oracle -> KEY_DevSuiteHome10g Windows Registry and add the full path to your database copy of these files. For Example: Open Windows Registry editor, navigate to: HKEY_LOCAL_MACHINE -> SOFTWARE -> Oracle -> KEY_DevSuiteHome10g. On the right you will see numerous String entries. Right click in this area and select NEW -> String Value. Name the string value key: TNS_ADMIN. Double-Click the new string and enter the full path to your SQLNET.ora and TNSNAMES.ora files.
    ALWAYS exercise caution when modifying the Windows Registry!
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Exception when running form in debug mode

    Hello,
    appreciate any help on this.
    everything is fine when oracle forms 10g is run with debug=no, but when debug=yes
    throws this exception in the sun java console.
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    java.lang.ClassNotFoundException: Execute
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    It s supposed to show the debug window with the host name and port number to do the attach debug in builder but instead throws the above.
    if i dont mention port=xxxx in the default configuration in formsweb but just have debug=yes , the applet just crashes.

    You can also check Francois Degrelle excellent answer to the same question:
    Running a form in debug mode

  • Error when running form: FRM-10142

    I have installed 10g XE database and Oracle Developer Suite 10g on Oracle Enterprise Linux. The connection between the Forms <-> XE is okay.
    Unfortunately I can not run the form.
    Screenshots:
    opera: http://img251.imageshack.us/i/zrzutekranugi.png/
    firefox: http://img181.imageshack.us/i/zrzutekranu1r.png/
    Forms -> Edit -> Preferences -> Tab Runtime:
    Application server URL: http://127.0.0.1:8889/forms/frmservlet?
    Web Browser Location: /usr/bin/opera
    File /home/tomm/OraHome_3/forms/server/formsweb.cfg is here: http://pastebin.com/rcMmRStk

    Can you help?
    For these browsers you need to configure forms so that it uses the SUN-plugin, the jinitiator will not work. Search the forum for SUN PLUGIN
    In which browsers do not have to?
    Edited by: user9076535 on 2010-11-22 11:51

  • Java error when running Form in Web

    I've got the following message when I run form on web.
    java.lang.ClassNotFoundException: sun.applet.AppletViewer
    at com/ms/vm/loader/URLClassLoader.loadClass
    at java/lang/ClassLoader.loadClassInternal
    at oracle/forms/engine/Main.init
    at com/ms/applet/AppletPanel.securedCall0
    at com/ms/applet/AppletPanel.securedCall
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.run
    at java/lang/Thread.run
    Is there any file missing when I setup my environment.
    Please help me.
    Regards,
    ET
    null

    Thank you very much otherwise I will waste a lot of time.
    Regards,
    ET
    Oracle Developer Team wrote:
    : ET (guest) wrote:
    : : I've got the following message when I run form on web.
    : : java.lang.ClassNotFoundException: sun.applet.AppletViewer
    : : at com/ms/vm/loader/URLClassLoader.loadClass
    : : at java/lang/ClassLoader.loadClassInternal
    : : at oracle/forms/engine/Main.init
    : : at com/ms/applet/AppletPanel.securedCall0
    : : at com/ms/applet/AppletPanel.securedCall
    : : at com/ms/applet/AppletPanel.processSentEvent
    : : at com/ms/applet/AppletPanel.processSentEvent
    : : at com/ms/applet/AppletPanel.run
    : : at java/lang/Thread.run
    : : Is there any file missing when I setup my environment.
    : : Please help me.
    : ET - this is a known bug with the 6.0.5.0.2 forms applet.
    This
    : bug has been fixed and will be available in patchset 2 due out
    : in August.
    : In the meantime a workaround is to put the classes.zip from
    the
    : standard JavaSoft JDK into the classpath on the client machine
    : or - unzip the classes.zip file into the virtual directory on
    : the server that you use as the CODEBASE parameter in the HTML
    : file.
    : There is a technical note that describes how to setup IE to
    run
    : Developer Server 6.0 applications on the OTN website. Check
    : this out for some more details.
    : - The Developer Team -
    : : Regards,
    : : ET
    null

  • Error message when running form

    hi everybody,
    im getting this error message when running a simple form.
    Positional Parameter after key command line.
    Can anyone please help.
    thnk u

    Check the path to your form. Forms does not like spaces in the path or fmx filename, but the error doesn't explain the problem at all!

  • I want hide userid/pass when run forms app...

    i use sql*forms3.0 -_-;;;;
    i want hide userid/pass when run froms program.
    ex1) runforms30 fromname ( id/pass )
    ex2) runrep reportname ( id/pass )
    everyone show id/pass when this typing.
    "ps -ef | grep forms"
    Does someone knows if it is possible ?
    Thanks

    Though I did not use forms 3.0, you can try using on-logon trigger (if it exists in 3.0)
    At on-logon trigger write logon('username@connectstring', 'password'). Then mentioning (id/pass) is not required with runforms30. Check it out!

  • Error when run form on Oracle Application Server

    Hi al
    I'm using Webutil Library to create browse button to open dialog box
    When i run form in my computer,it run success and i can upload file do database and application server
    But i upload form to Oracle application server and compile it no error (i compiled webutil library)
    When i run form,and press button,it can't run and show error:
    "Oracle.form.webutil.file.FileFunction bean not found.WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work"
    Can you guide for me how can I run form on Oracle Application Server?
    Thanks all!

    Posting from another thread :-
    http://www.orafaq.com/forum/t/76916/2/
    i have resolved the problem
    the solution is to :
    -download jacob.jar and jacob.dll and frmwebutil.jar all directories (com and jini), you put them into the both directories ORACLE_HOME/forms/java and ORACLE_HOME/forms/webutil.
    -download webutil.pll and webutil.olb package , copy all files into ORACLE_HOME/forms/java and ORACLE_HOME/forms/webutil.
    -create a new user webutil on your data base and create the package webutil_db using � script create_webutil_db.sql
    after that you compile again webutil.pll and you forms.
    all this steps are described in this document:
    http://www.oracle.com/technology/products/forms/htdocs/webutil/web_util.pdf

  • ERROR when run form

    Hi,
    I get this error when i try to run form.
    FRM-30191: No list items defined for required poplist.
    List CATEGORIA
    Item: CATEGORIA
    Block: TCOLABORADOR
    Form: AQDATA
    FRM-30085: Unable to adjust form for output.
    Thank you
    Diana

    hi,
    thank you, its working.
    For the first error: It was because in the property the "elements list" had one element, i just deleted it and working.
    For the second: it was because the trigger it wasn't well done.
    Diana

  • ORA-12560: TNS: protocol adapter error when running forms from IE

    hi
    when i running forms i get the error
    ORA-12560: TNS: protocol adapter
    please any help

    Check if your tnsnames.ora file has the entry for database you are trying to connect.
    Are you able to connect using sqlplus??
    Navnit

  • How much ram does the farm need when running virtual machines

    Hello Community
        When running Hyper-V you need more RAM to assign to each virtual machine.
        Approximately how much ram needs to be assigned to each virtual machine?
        Thank you
        Shabeaut

    Please refer the http://technet.microsoft.com/en-us/library/ff621099%28v=office.15%29.aspx
    Thanks, Ashish | Please mark a post helpful/answer if it is helpful or answer your query.

  • OC4J and Oracle forms causes ie or firefox to not respond when running form

    When I run a form in Oracle Forms 10g, I have OC4J running, and have the following displayed:
    E:\Windows\system32>E:\DevSuiteHome_5\jdk\bin\java -Doracle.security.jazn.confi
    g=E:\DevSuiteHome_5\j2ee\DevSuite\config\jazn.xml -Doracle.home=E:\DevSuiteHome_
    5 -DORACLE_HOME=E:\DevSuiteHome_5 -jar E:\DevSuiteHome_5\j2ee\home\oc4j.jar -use
    rThreads -config E:\DevSuiteHome_5\j2ee\DevSuite\config\server.xml
    07/11/20 23:11:44 Warning: Error reading transaction-log file (/E:/DevSuiteHome_
    5/j2ee/DevSuite/persistence/transaction.state) for recovery: premature end of fi
    le
    07/11/20 23:11:44 Forced or abrupt (crash etc) server shutdown detected, startin
    g recovery process...
    07/11/20 23:11:44 Recovery completed, 0 connections committed and 0 rolled back.
    07/11/20 23:11:44 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)
    initialized
    07/11/20 23:18:10 FormsServlet init():
    configFileName: E:\DevSuiteHome_5/forms/server/formsweb.cfg
    testMode: false
    I am running vista, and have the latest version of the dev suite. Does anybody know how I can fix this problem?

    You cannot use Internet Explorer on Windows Vista to run Web Forms.
    <p>But you CAN run web forms through Netscape or Firefox. But you first need to disable Java in the browser.
    <p>And to run OC4J on Vista, you need to set its compatibility mode to Windows XP.
    <p>See my notes on OC4J and "Browser Settings" in this thread:<br>   
    Forms 10g installed and running on Windows Vista

Maybe you are looking for

  • Top 10 Most Reasonable Feature Requests for BlackBerry 10.3

    Real DNA wrote:- In this post I am going to list some of the most reasonable features that I think would be doable and useful for the next installment of the BB10 OS. I'm going to leave out any concept-like ideas and or major overhauls and focus on t

  • Two virtual disks with same name - how to safely delete one of them

    I mistakenly created a disk in a repository that uses the same friendly name as an existing disk that is in use by a virtual machine. Can I safely remove the second disk with out OVM trying to delete the original disk as well? Thanks

  • FIle adapter Test Mode

    Hi Guys,                What are the modes available in File adapter sender and receiver mode? what is Test mode for? can you pls send me a link on file adapter attributes? XIer

  • Compare 2 xml file in background

    Hello, I want to compare two XML files in background containing data like following: <ReportingDocument>         <CompanyCode>1000</CompanyCode>         <TransactionDate>2000-01-05</TransactionDate>         <InvoiceProperties>             <SupplierIn

  • KP06-Planning upload

    Hi While I am doing an LSMW for Cost element planning through KP06, after entering the data and when I click the default all, the fields names are not displayed.  Am I going wrong somewhere ?