How to run oracle 10g application on firefox browser.(linux)

on of my client using Linux (UBUNTU) OS.he wants to run oracle application on firefox.but firefox always asks for intall plugins..
what setting should i do to run my application on firefox linux(UBUNTU) client.

When using Firefox Browser 3.0.x, you have to manually install the java plugin on your pc and copy the NPJPI150_xx.dll to the plugin directory of Firefox.
Make sure, that you use exactly the same version, as you named in your formsweb.cfg configuration.
In my case, were we use Java Plugin 1.5.0_06, I have these linse in my formsweb.cfg file:
# For Firefox:
jpi_mimetype=application/x-java-applet;jpi-version=1.5.0_06
# For IE:
jpi_classid=clsid:CAFEEFAC-0015-0000-0006-ABCDEFFEDCBA
Good luck

Similar Messages

  • How to run oracle 10g application on firefox browser.

    my oracle 10g application is running on Internet Explorer ,but when i run it on firefox (installed on windows and linux) raise an error...
    can any one tell me the configuration...

    When using Firefox Browser 3.0.x, you have to manually install the java plugin on your pc and copy the NPJPI150_xx.dll to the plugin directory of Firefox.
    Make sure, that you use exactly the same version, as you named in your formsweb.cfg configuration.
    In my case, were we use Java Plugin 1.5.0_06, I have these linse in my formsweb.cfg file:
    # For Firefox:
    jpi_mimetype=application/x-java-applet;jpi-version=1.5.0_06
    # For IE:
    jpi_classid=clsid:CAFEEFAC-0015-0000-0006-ABCDEFFEDCBA
    Good luck

  • How to run oracle 10g enterprise manager

    hi
    how can i run oracle 10g enterprise manager?
    thanks

    set oracle_sid
    then run the following
    EMCTL START DBCONSOLE
    emctl status dbconsole---This is to check status
    emctl stop dbconsole---This is to stop dbconsole
    If you are using windows system then you can start enterprise manager through dbconsole service in controlpanel-administrator tools-services

  • How to install Oracle 10g on to Red Hat Linux 5 Server

    I'm new to both Linux and Oracle. I've been working on an installion of Oracle 10g on a Red Hat Linux 5 Server for about 2 weeks. I've been doing a lot of reading about installing Oracle on a Linux environment. I finally got to the installation portion and the Oracle Installer displayed a message that I had to have Red Hat 4 or 4 Enterprise to continue.
    How can Install Oracle 10g onto a Red Hat 5 Linux Server"? Is there an option that I can use to bypass the OS checking?
    Thanks

    Unfortunately there is no way to access metalink without a valid account. You could then just try to skip preinstall requisites with this clause:
    ./runInstaller -ignoreSysPrereqs
    or this method:
    Copy the oraparam.ini from the installation source install/oraparam.ini to /tmp directory.
    Edit the file /tmp/oraparam.ini so this file reads:
    After
    [Certified Versions]
    Linux=redhat-3,SuSE-9,redhat-4,UnitedLinux-1.0,asianux-1,asianux-2,redhat-5
    also, make sure you have these packages installed:
    # rpm -ivh gcc-c++-4.1.1-52.el5.i386.rpm gcc-4.1.1-52.el5.i386.rpm
    libstdc++-devel-4.1.1-52.el5.i386.rpm glibc-devel-2.5-12.i386.rpm
    glibc-headers-2.5-12.i386.rpm libgomp-4.1.1-52.el5.i386.rpm
    libXp-1.0.0-8.i386.rpm compat-libstdc++-296-2.96-138.i386.rpm
    compat-libstdc++-33-3.2.3-61.i386.rpm
    ~ Madrid.

  • Run oracle 10g application in MAC OS

    Hi  We have an ERP application which was developed in Oracle10g, we need to run this application in MAC OS.now its running in Windows and Linux.  if anyone has done this kindly share your experience.   What are the steps i have to do to enable this application in mac os. If any documents related to this kindly send me. 
    Thanks in advance.

    Good morning, I saw your post on how you were able to install and run Oracle on your Mac and I am in the process of attempting to install the database and I am having no luck. Someone gave me a link to a post on how they were able to comment out a line in the mak file to get it to compile. Needless to say, I commented out the same line and I still can't compile the database binaries. Here is a portion of the log file.
    "INFO: rm -f /Users/oracle/product/10.2.0/db_1/rdbms/lib/hsodbc
    INFO: gcc -m32 -o /Users/oracle/product/10.2.0/db_1/rdbms/lib/hsodbc -L/Users/oracle/product/10.2.0/db_1/rdbms/lib32/ -L/Users/oracle/product/10.2.0/db_1/lib32/ /Users/oracle/product/10.2.0/db_1/hs/lib32/hsodbc.o          /Users/oracle/product/10.2.0/db_1/rdbms/lib32/defopt.o /Users/oracle/product/10.2.0/db_1/rdbms/lib32/homts.o          -L/Users/oracle/product/10.2.0/db_1/lib32/ -lnavhoa -lhsnav -lhsbase -lagent10 -lclntsh -lpls10 -lplp10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10
    INFO: -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /Users/oracle/product/10.2.0/db_1/lib32/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /Users/oracle/product/10.2.0/db_1/lib32/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 `cat /Users/oracle/product/10.2.0/db_1/lib32/sysliblist` -L/Users/oracle/product/10.2.0/db_1/lib -lm `cat /Users/oracle/product/10.2.0/db_1/lib32/sysliblist` -L/Users/oracle/product/10.2.0/db_1/lib -lm -lvsn10
    INFO: i686-apple-darwin10-gcc-4.2.1: /Users/oracle/product/10.2.0/db_1/hs/lib32/hsodbc.o: No such file or directory
    INFO: make[1]: *** [Users/oracle/product/10.2.0/db_1/rdbms/lib/hsodbc] Error 1
    INFO: make: *** [ihsodbc32] Error 2
    INFO: End output from spawned process.
    INFO: ----------------------------------"
    I hope you can help.
    Thank you,
    Javier

  • How to run oracle 10g on solaris 10

    hi,
    i am running oracle10g in windows xp............
    but i have installed solaris 10 on my computer and not able to install oracle 10.
    pls help......
    thanks

    870657 wrote:
    hi,
    i am running oracle10g in windows xp............
    but i have installed solaris 10 on my computer and not able to install oracle 10.
    pls help......
    thanksThere are three flavors of Solaris -
    1) SPARC 64bit,
    2) x86, and
    3), x86-64.
    Which one are you using?
    Did you download the correct/appropriate installation files?
    At what step in the very fine Insatallation Guide are you having a problem with? What is the nature of the problem?

  • How to run java GUI application on embedded ARM linux board

    Hi friends,
    This is suresh. I am Embedded developer .Right now i am using Embedded linux board biased by TI OMAP IC (arm7) .This is working fine.Actually we created one jar application .It is working good in GPOS.But when i was running that jar file in my embedded board. i got some errors. Last two weeks i was searching on the net.But still didn't get proper output.Right now i having  "java 1.7.0_60" with headful support package for arm7. Here i have attached my error screen shot.Thanks

    Using the package manger in your Linux distribution, try installing libX11 package. We had a similar issue using Java SE 8 embedded on arch Linux as with some distros you are starting from the bare basics and need to add in missing dependencies.

  • Deployment of Oracle 10g Application on oracle 10g application server

    Sir,
    I am new in this forum. Please guide me how to deploy oracle 10g application on oracle 10g application server.

    Dear Ghulam,
    1)Create A new OC4j instance on Oracle 10g Application Server
    2)Deploy ur war or ear file accordingly on this OC4J.
    3)Create the datasource ie connection of application with the database
    4)Tune your Java Parameters inside the OC4J for better performance.
    The details of this is explained on the above post ie two link.
    Regards
    Fabian

  • Urgent: problem running reports in Oracle 10g application server

    Hi all,
    our problem is that we deployed a jsp report as Ear file in Oracle 10g application server in infrastructure node.deployment says successfull.when we try to run that report it says 401 unauthorised.while sending request we are passing the database username,password &sid is this correct or any configuration setting to be done to make it run.
    one morething normal jsp works fine.when we run reports jsp it gives the above mentioned 401 error.

    hello,
    when you deploy reports JSPs they still require the reports specific componentes (e.g. TLD file, classes, ...) etc be available. i doubt that's the case in your ear file.
    thanks,
    ph.

  • How to run oracle forms in ipdad or smart mobile using OS android

    please help me
    how to run oracle forms in ipad or smart mobile using OS( android )and connect to application server 10g?????
    Thanks

    If you had looked at data dashboard and some of the other links on Android, you would see that you cannot run a LabVIEW app on Android. Nor can you use a serial port. With Data Dashboard, you have a pc running LabVIEW and it publishes to network shared variables. Data Dashboard on the Android allows you to view those variables.

  • Oracle 10g Application Server Stand By Creation

    Hi all ,
    I am newbe for oracle 10g application server . I need to know that how to create stand by applicattion server and how to make the report server name same as production server so that in case of emergency i can quickly shift on stand by.

    What we did was build the second server and powered it down. If our main data server loses power we start it up. The two servers are never up at the same time.
    To change the report name :
    1. Backup the file $ORACLE_HOME/sysman/emd/targets.xml.
    [oracle@tasias02 emd]$ pwd
    /u01/app/oracle/product/midtier/sysman/emd
    cp targets.xml targets.xmlbackup
    2. Modify the file targets.xml by changing all the occurrences of the wrong reports server name by the correct one.
    i.e. Replace rep_old with rep_new (4 places - changes)
    Copy the conf file as follows: ( this will named different from system to system )
    cp /u01/app/oracle/product/midtier/reports/conf/rep_old.conf /u01/app/oracle/product/midtier/reports/conf/rep_new.conf
    run this script:
    /u01/app/oracle/product/midtier/bin/addNewServerTarget.sh rep_new          (change rep_new to new report server name)
    3.Update the changed configuration .
    /u01/app/oracle/product/midtier/dcm/bin/dcmctl updateconfig -ct opmn -v -d
    /u01/app/oracle/product/midtier/dcm/bin/dcmctl resyncinstance -v -d
    4. Restart the Application Server Control Console
    /u01/app/oracle/product/midtier/bin/emctl stop iasconsole
    /u01/app/oracle/product/midtier/bin/emctl start iasconsole
    In the file:
    /u01/app/oracle/product/midtier/reports/config/reportsConfig.properties
    Change the Reports_Server_Name setting from "rep_old" to "rep_new" (change rep_new to new report server name)
    For 11 use this note :
    How to Create Two Reports Servers With the Same Name in the Same Subnet? [ID 437228.1]
    Best Regards
    mseberg

  • How to configure Oracle 10g Advanced Security to use SSL concurrently with

    How to configure Oracle 10g Advanced Security to use SSL concurrently with database User names and passwords
    In Oracle Advanced Security Documentation it is mentioned that i can use SSL concurrently with DB user names and passwords. But when i configure the client certificate on the client my DB connection is getting authenticated using the certificate, which out passing user id or password.
    We want to connect to Oracle DB over SSL channel so that the data packets are not in clear text. Also we want the user to make a connection using user id and password.
    Basically we want SSL with out authentication.
    Need your expert advice

    Read the documentation (I have given following links assuming you are running a 32 bit architecture)
    Server installations:
    http://www.oracle.com/pls/db102/to_toc?pathname=install.102%2Fb14316%2Ftoc.htm&remark=portal+%28Books%29
    Client installations:
    http://www.oracle.com/pls/db102/to_toc?pathname=install.102%2Fb14312%2Ftoc.htm&remark=portal+%28Books%29
    You can find the required books (if not using 32 bit architecture) from
    http://www.oracle.com/pls/db102/portal.portal_db?selected=3

  • Deployment of class file in oracle 10g Application Server

    Hi,
    I have a class file
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class HelloWorld extends HttpServlet {
    public void doGet(HttpServletRequest req, HttpServletResponse res)
    throws ServletException, IOException {
    res.setContentType ("text/html");
    PrintWriter out = res.getWriter();
    out.println("<HTML>");
    out.println("<HEAD><TITLE>Hello World</TITLE></HEAD>");
    out.println("<BODY>");
    out.println("<BIG>Hello World</BIG>");
    out.println("</BODY></HTML>");
    now I like to deploy(in oracle 10g Application Server) and run this file.
    please help me.

    Hi
    You have to deploy Servlet as a WAR File. I hope you already have web.xml file which u can get automatically in eclsipse during creation of servelet. I am not sure what ide u r using here. If u have created servlet in eclipse then I would suggest create a project dynamic webproject if u have not where IDE create all required files autmatiicaly and even you can deploy application from there itself.
    If you wanted to deploy manually then follow below steps (if u have war file)
    I am assuming you already created a Weblogic Domain and have admin username/password. Start your domain. Login into weblogic console like http://host:port/console and use admin username/password. Then from Deployments section, deploy the above WAR file. In Weblogic you can deploy JAR (EJBs, java files), WAR (web jsp, html, webservices, servlets) or EAR (JAR + WAR). In your case its just a WAR file.
    Thanks
    Sujit Singh

  • How to run Oracle workflow in windows 7 os

    Hi,
    Am new to oracle workflow.
    I have installed oracle workflow successfully in my laptop.
    After installation I dont see any shortcut's in my desktop.
    Can any one sugess me how to run oracle workflow.
    Steps to begin from basic level.
    Thanks
    Balaji

    You mean to say you installed Workflow Builder on your laptop? See that Oracle Workflow has a Client Side (WF Builder), a backend Server side and middle application side.
    Assuming you successfully installed the client side then you must have a group of programs called Oracle OUIHome and there one called Application Development. There you should be able to find Workflow builder.
    Useful notes for WF Builder:
    How To Download and Install the Latest Oracle Workflow Builder (Client Tool) and XML Gateway Message Designer for E-Business (Doc ID 261028.1)
    which leads to <internal URL removed>
    Regards.

  • Deploying Oracle Retail Applications in Oracle 10g Application Server

    Hi All..
    Can anyone help me to know:
    How to Deploy Oracle Retail Applications(like RMS,ReIM,RIB) in Oracle 10g Application Server.
    Regards.

    Hi Ahmed,
    It sounds you have not yet had the chance to lay eyes on the installation guides - they are not perfect but should point you in the right direction.
    Please start at http://www.oracle.com/technetwork/documentation/oracle-retail-100266.html and check out the install guide per application module.
    Best regards,
    Erik

Maybe you are looking for

  • Why am I directed to a MobileMe sign-in page when I try to publish iWeb

    I can not publish a site because I get caught up in an endless loop asking me to sign-in. It gives me three options: Sign in; No thanks and Learn More. Jumping through all the hoops makes no difference, I still can not publish. What am I doing wrong?

  • Adding presumed APPLE loops to GB3/browser

    okay cut me a break here. I just downloaded about 30 Apple loops by Smart media. They are aiffs. Some have wavs. what are the exact intelligent steps to take to get these inside GB3 so that they are indexed and ready to be called up by typing their n

  • Preview.app Collapse All in Table of Contents

    Is anyone aware of a way to collapse all open sections that appear in the table of contents for a PDF file in Preview?

  • Cannot Resize Finder Windows

    Since  a couple of days I have sometimes trouble resizing Finder windows in Lion (10.7.1). Clicking on the green plus-icon does not change anything and trying to resize by going to the edges or corners does not work either. The curser changes to an a

  • Back order entry

    hi friend!!!! I want to create sales order , delivery , billing for the date of 01.04.2008  this all transaction i want to do today's date i set period open for month of 01.04.2008 but when i create sales order  today ,system confirm schedule line on