Firefox 12 cannot runs my oracle forms..

sir
firefox 12 cannot runs my oracle forms..
i am using oracle 10g and jre 6 instead of jiniator 1.13
how can run oracle forms 10g with with firefox or google chroome plz solve this with detail...

You are asking this question quite often...Why not just follow up one of your threads as they obviously are about running forms with firefox?
Anyway; to sum it all up, in order to get firefox running you need to configure the sun java plugin which you already did: http://www.oracle.com/technetwork/developer-tools/forms/documentation/forms-jre-131772.pdf
Then you need to set the jpi_mimetype in your formsweb.cfg accordingly to the version of the jpi you installed. If you want to start forms with any java plugin just change it to
jpi_mimetype=application/x-java-appletcheers

Similar Messages

  • Running an Oracle form within a Oracle 10g 10.1.2 Portal Portlet

    Anyone figure out how to register and run an 10g form fmx within an Oracle 10 10.1.4 portal portlet?

    I don't think you can register Forms as a portlet. We don't have support for that. You should be able to incorporate it into a frame of some sort or another. I am not so familiar with Portal but if there is a portlet type that takes a URL you should be able to supply a normal Forms URL and have it run in the frame.

  • Error on running webutil_demo "oracle.forms.webutil.cApi.CApiFunc bean not"

    Dear all,
    Its now more then a week that i am fighting to configure webutil, i am trying it on two different PCs but on both no luck still,
    I have double checked all the configurations but not getting the result, I have run webutil_demo file and now getting following error, but i dont know that is it due to wrong cofiguration(but i have checked all files now several times) or due to some other reason, please if anybody can assist me.
    The error i am getting when i run webutil_demo file is.
    oracle.forms.webutil.cApi.CApiFunctions bean not found.
    WEBUTIL_C_API.REBING_PARAMETER will not work
    Developer: 10.1.2.3
    OS: XP
    King Regards
    Maz

    Those packages are owned by SYS, so if you are logged in as any other user you will not be able to see or access them. So log in as SYS and decide how you want to allow access to other users. You can either grant EXECUTE to public or a specific user or you can use a variety of other options. Oracle recommends, as an example, that you create a "webutil" user and grant permission to that user. This would be the user that gets the webutil sql script run against it and become the user that can run the webutil enabled forms (e.g. webuti_demo.fmx). Obviously, this is just an example and you can grant the permission and install the webutil tables where ever you'd like.
    Having said that, understand that the error you posted has nothing to do with these packages. Although they are needed for file upload/download functionality and in order to successfully compile webutil.pll (into webutil.plx) they play no role in the error you reported. Your current issue is the result of only one or more of the following (I will assume you are trying to run webutil_demo, which is a known working form):
    1. You have not included the webutil configuration as I originally mentioned
    2. You have not compiled the form (fmx) correctly. Refer to the following:
    http://www.oracle.com/webapps/online-help/forms/10g/topics/web_util/using.htm
    3. For whatever reason, frmwebutil.jar was not successfully downloaded. This can be determined by reviewing the java console on the client. It may be necessary to enable a trace level higher than the default in order to note the download occurring in the console.
    If you are not at all familiar with WebUtil or Forms, I recommend you read the documentation. If you do not become familiar with how this works, simply getting it working isn't going to be of much value, especially if you are actually attempting to create a real application for production use and not just teaching yourself something new.
    http://www.oracle.com/webapps/online-help/forms/10g/topics/web_util/install.htm

  • Issue running when Oracle Forms 10g

    Hello Experts,
    I have installed Oracle forms 10g (Developer Suite 10g) on my machine. But when runnig the forms, it doesn’t load the form, says ‘Applet loaded’ and stops executing.. In Console it gives the following error :
    Have tried installing on a fresh copy as well but it give the same/similar issue.. Wasted lot couple of days on this now
    Using IE 8 and tried on IE 7 as well.
    I am runnng this through Forms builder
    Can anyone help me on this...
    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Administrator
    User has overriden browser's proxy settings.
    Proxy Configuration: Manual Configuration
    Proxy: proxy.dialog.dialoggsm.com:8080
    Proxy Overrides:
    JAR cache enabled
    Location: D:\DevSuiteHome_2\forms\java
    Maximum size: unlimited
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Downloading http://aaa-073-114.softcom.bigsoftcom.com:8889/forms/java/frmall_jinit.jar to JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------

    Using IE 8 and tried on IE 7 as well.
    Oracle JInitiator: Version 1.3.1.22Oracle Jinitiator is not compatible with IE 7/8, you have to use the Sun JRE 1.6.0._16 or higher instead. Take a look at section *2.2 Oracle Forms Applications on Client Platforms* in the Oracle Application Server 10g (10.1.2) Certification Matrix.
    After installing the Sun JRE 1.6.0, you will need to modify the %DEVSUITE_HOME%\forms\server\formsweb.cfg to set the correct JRE version information. Make the following changes:
    # System parameter: base HTML file for use with JInitiator client
    #-- Original
    #baseHTMLjinitiator=basejini.htm 
    #-- New
    baseHTMLjinitiator=basejpi.htm  
    #-- Original
    #jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html 
    #-- New
    jpi_download_page=http://www.oracle.com/technetwork/java/javase/downloads/index.html 
    # Parameter related to the version of the Java Plugin
    # -- Original
    #jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # -- New (this entry specifies update 16)
    jpi_classid=clsid:CAFEEFAC-0016-0000-0016-ABCDEFFEDCBA
    # OR, you can instruct OAS to use any version of Sun JRE 1.6.0
    jpi_classid=clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    # -- Original
    #jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
    # -- New
    jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,22
    # Parameter related to the version of the Java Plugin
    # -- Original
    #jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    # -- New (Specifies update 16)
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_16
    # -- OR use any version of 1.6.0
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • How to run the oracle form in linux system

    Hello all,
    My config is :-
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    I can easily run my on Windows and Linux platform untill i am not use java bean in my form. After using the getMacaddress JAVA BEAN. I am not able to run my form on linux platform. If i remove the java bean from my form than form will run on linux.
    I am not familiar with linux so i am not able to trace the problem basicaly i don't  know which version of jre is used by linux system and i don't know how to find it.
    Please guide me.

    Now i install the jdk 1.6.0_20 and add into the jdeveloper 10.1.3.
    and i change my code for get mac id is -
    package demo;
    import java.net.InetAddress;
    import java.net.NetworkInterface;
    import java.net.SocketException;
    import java.net.UnknownHostException;
    public class App{
       public static void main(String[] args){
    InetAddress ip;
    try {
    ip = InetAddress.getLocalHost();
    System.out.println("Current IP address : " + ip.getHostAddress());
    NetworkInterface network = NetworkInterface.getByInetAddress(ip);
    byte[] mac = network.getHardwareAddress();
    System.out.print("Current MAC address : ");
    StringBuilder sb = new StringBuilder();
    for (int i = 0; i < mac.length; i++) {
    sb.append(String.format("%02X%s", mac[i], (i < mac.length - 1) ? "-" : ""));
    System.out.println(sb.toString());
    } catch (UnknownHostException e) {
    e.printStackTrace();
    } catch (SocketException e){
    e.printStackTrace();
    in form i create one jave bean area and add the implement class is
    demo.get_info.
    and on B1 (button) when-button-pressed
    :T1 :=GET_CUSTOM_PROPERTY('BEAN_MAC',1,'get_info');
    No error comes and no out put comes. So please guide me how to use the getHardwareAddress to get mac id.

  • Upgraded Win2000 to SP4: Now cannot run in 9i Forms Builder

    I upgraded to SP4 for Win2000 professional. Now when I attempt to run a form through 9i Forms Builder I get "FRM-92160: Web client version too old".
    Do I need a new OC4J? If so, where is is within OTN?
    Thanks

    Sounds like maybe you need to clear out the cache for jinitiator or you are pointing to an different version of the JAR file. Did you apply a Forms patch as well?
    I would suggest getting on metalink.oracle.com since there are a few notes which talk you through this.
    Hope this helps.
    regards
    Grant Ronald
    Forms Product management

  • No matter what I download with FireFox - cannot run the program - am using windows xp (sp3) every file I download - and save to desktop is empty!!!!

    I have been having so many problems with XP and Internet Explorer - which I have not been able
    to access in the last 6 weeks or more - but my question is - no matter what I download and to desktop
    the program does not run - it displays as having nothing in the file
    Thanks for any help

    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Is a 512MB, Celeron PC good enough to run Oracle Forms

    Hi:
    I was curious and would like to know if anybody knows if a 512 MB RAM, Intel Celeron DELL PC is sufficient to run 3 Oracle Forms sessions for a Call Center application.
    Does anybody out there have a similar app out there and would be willing to share their PC configurations?
    Thanks,
    Thomas

    Hi Steve:
    Yes, we learned early on (about 16 months ago) that launching a second session off the same browser is an issue. I believe its has to do with the JVM only getting so much memory allocated and thus when you have more that one session, you reach a limit faster and furthermore, one sessions drags the other one (or something like that). I do not know if you noticed (from some of my other posts) or remember me from last year but our app has been unstable ever since its introduction into production. If this memory limit theory of mine is true, it is conceptually possible that our app becomes unstable when a limit is reached. I am trying to find if there is a way to overcome this limit.
    From last years observations, I noticed that a user with a current PC (at least 1GB RAM and at Pentium 4) experienced issues once every couple of weeks which is far better than a typical CSR (which uses 512MB RAM and Celeron processor)which experiences issues at least twice a day. I am trying to find, if it exists, documentation or solid proof that for usage described the better PC is needed, to at least justify a controlled test.
    Our CSRs like to have at least three sessions open because that way they can switch and perform different lookups.
    In order to avoid users opening from the same browser, we set them up with a launching executable that makes sure a new browser is open and just in case, they attempt to go around that, we installed (I believe Javascript) logic that check for the browser already running an instance of the app.
    Thomas

  • Oracle Forms on Intel Mac

    i there,
    My job requires me to access an application which has been written in Oracle Forms. Unfortunately, when I try to open the URL of the application, Safari and Firefox both complain. I tried the same operation via my Parallels Windows XP partition and noticed that it wants to install an ActiveX called 'Jinitiator'. I did some investigation on the net and found references to people being able to run Oracle Forms via a Classic program called 'Applet Runner'. Of course, on my Intel-based Macbook, I can't run that program! I installed the Mac OS X program 'Applet Launcher' from the XCode package and tried using that to access the Oracle Forms app but that didn't work :(
    I want to know, has anyone managed to run an Oracle Forms app on an Intel Mac and if so, how do I do it! My workaround is to use Windows XP via Parallels but it does eat into my machines performance and would love to be able to run the app natively.

    For OS X the active x plugin is useless. You could ask your DBA to fix the jpi config part of the formsweb.cfg. This enables you to run forms from an applet (pure java), without jinitiator. How this can be done can be found on numerous places in this forum.

  • Oracle Oracle SOA Suite 10g (10.1.3.1.0) with Oracle Forms

    I need run an Oracle Forms 6i application on then web, after migration process that convert modules to Oracle Forms 10g modules, can i run my application on the Oracle Application Server latest version (Oracle Oracle SOA Suite 10g (10.1.3.1.0))?

    Forms and reports is not included in the 10.1.3 release - so you need to deploy Forms and reports on 10.1.2 and 10.1.3 on a different installation home. Next release of Forms will be 11
    Regards
    Grant

  • Oracle Forms LAF Problem

    Hi,
    I've been working on Oracle Forms & the LAF project for the past 1 week. Im totally new to both of them.
    Constantly, im getting problem in implementing CSS to oracle forms using the LAF project.
    I downloaded the latest LAF package and followed the steps indicated in the LAF project site. But, when i try to run the oracle form, the CSS is not getting applied to the forms.
    The whole window is shown with a white background, and the CSS gets applied only to the Grid Body part. The changes i do in the CSS file gets reflected in the Grid Body part, which means the module reads the CSS files successfully, but CSS is not getting applied to other things.
    Even when i try running the sample programs provided in the LAF package its not running properly. The same problem exists. Only the Grid Body part is working.
    And also, the fmb file i worked on seems to be working properly on another machine. Is it that im missing any configuration in order to make it work.
    I've attached screen shots below. Please check it and help me with a solution.
    !http://img403.imageshack.us/img403/4002/laf2.jpg!
    !http://img403.imageshack.us/img403/9363/laf1.jpg!

    Hello,
    As it is clearly indicated on the LAF Project home site, do not ask question about it on this forum. Send your questions to the dedicated mail : [email protected]
    Thanks in advance,
    Francois

  • Oracle Forms Sizing

    Hi gurus.
    Somebody have a sizing tool for an Oracle Forms Application?
    I need to prepare a server to run an Oracle Forms Application. I have almost 700 users that will use this Oracle Forms Application.
    Somebody have any idea or some suggestion?
    Thank you.

    We have 2000 users and about 300 - 400 active at any time.
    We used two load balanced dual processor single core dell's with 8GB of memory. No issues.
    Even when we push the user limit it holds up.
    Also Linux, 32 bit OS and 32 software while the hardware is 64bit.
    App Server likes memory and CPU
    Hope this helps
    mseberg
    Mercury used to make a load testing tool for this, but the cost was very high. It was called Load Runner.
    HP took them over but I don't know if they have a product that works with iAS
    https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&cp=1-11-126-17^8_4000_100&jumpid=reg_R1002_USEN
    https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&cp=1-11-15-24^1322_4000_100__
    Edited by: mseberg on May 6, 2011 1:52 PM

  • Oracle forms 9i returns html page , not GUI

    Hello there,
    I just installed Oracle 10g(9.0.4) DS and coneecting to a database on another PC.I haven't changed any default configuration after installing.
    When i run an Oracle forms 9i , it returns an html page with HTML tags in it , i am expecting the GUI when i run it. Is it something with formsweb.config ?
    Any help is appreciated.
    Thanks.

    Try setting FORMS90_HIDE_OBR_PARAMS to false in the Windows registry. This is needed because of the way the new feature of hiding the userid and password in the URL is implemented prior to 10.1.2. In 10.1.2 there should not be a problem. But in the meantime, the workaround is to set FORMS90_HIDE_OBR_PARAMS to false.
    This parameter does not exist in the registry by default. To add it:
    From the Windows Start menu, choose Run, type regedit, and click OK.
    Expand the registry nodes HKEY_LOCAL_MACHINE > SOFTWARE > ORACLE.
    Make a backup copy of this key by right-clicking it and selecting Export from the context menu.
    Select one of the HOME nodes beneath the ORACLE node (the one for Developer Suite). Ensure that you have opened the correct node by verifying that the key FORMS90_PATH exists in that node.
    From the Registry Editor menu, select Edit > New > String Value. Type in the name FORMS90_HIDE_OBR_PARAMS.
    Double-click FORMS90_HIDE_OBR_PARAMS and in the Value data field enter false, then click OK.
    Close the registry editor.
    Now when you run a form from Forms Builder, it should show parameters in the URL, but it should run fine.

  • Oracle Forms 9i / Windows 95

    Hi,
    I'm running an Oracle Forms 9i application via a web browser on a windows 95 machine. The Jinitiator version I'm using is 1.3.1.9. Throughout the day, I experience frequent PC freeze ups for no apparent reason, sometimes when I first log in to the application in the morning. (This problem is not related to memory)
    Has anybody know what might be causing this problem and how to go about to troubleshoot it?
    Thank you
    Hind

    It is not possible to upgrade all the PCs from Windows 95 at this point.
    You mentioned that Oracle Forms 9i was not certified to run on Windows 95, have any problems with this combination of products been reported before ?
    Is there some kind of write up from Oracle that I can present to my team to back up your recommendation.

  • PIVOT with Oracle Forms

    Hi All,
    I want to transform rows to columns where no. of rows are not fixed. I came across so many methods of doing it like using xmlagg , listagg,SYS_CONNECT_BY_PATH PIVOT and all but those queries won't compile in forms builder.
    Any ideas how to do it in Forms itself without going for DB procedure/function.
    I am using Forms 10.1.2.3 and 11g DB.
    TIA

    If I understood , the intial question is about pivot in forms, but your link is for sql.
    [...] however as point of requriement, is it possible in 10g /11G Froms.And I hereby question that requirement. If someone asks you how to write a Hardware Driver in Oracle Forms because he doesn't like or want or must not do it in C do you show millions of lines of code on how to run an oracle form on a micro controller, or do you point out that the requirement is somewhat flawed?
    Fact is that I don't care how it is done in forms, if this would be my requirement I would go straight foreward using pivot instead of writing tons of unnecessary code.
    cheers

Maybe you are looking for

  • How do I zoom screen image?

    In internet explorer you can zoom the screen image. This makes it easier to see and better fits my 24" screen.

  • Using Mpeg2 files with FCE?

    Hi all, I have some mpeg 2 files that i want to load into FCE. I was told to convert the files with MPEG streamline first, by going to file, export to quicktime, choose Apple DV-Pal and then convert. Then i can import into FCE. I have done this and i

  • Oracle forms 9i and C language

    Hi, I'm not able to use user-exits written in C language with oracle 9i in UNIX_HP environment. From the URL with a form without user exits it is ok, but if I start with a form with user-exits I have the message FRM-40800. With oracle forms 4.5 it is

  • Redo logs switches too frequent after migrating the db to different server

    Dear Experts, A couple of days back, we migrated our database (belonging to EBusiness Suite) to a different server, to get good performance benefit. The database is 10.2.0.4 and it was migrated from AIX 5.3 to Linux x86 64. Users are happy with the p

  • Office:Mac and Corrupted Fonts

    I have installed the office:mac 2004 version but when I try to open any of office applications while trying to optimize font menu performance, I get a message saying xyz font is corrupt and needs to be deleted. Seems like many fonts needs to be delet