separateframe = true


Hello

I'm new to the oracle 10g form... first time working on the forms...

I just want to know how parameters separateframe = true does affect the functionlity?

Also having the other question what year oracle introduced 10g forms reports n n, which were the previous versions n what exactly it is different?

Thank you very much in advance.

Shubhangi

'seperateFrame = true' parameter to the Oracle Forms Java Applet is run inside the browser (serperateFrame = FALSE) or in a separate window of Applet Java (seperateFrame = TRUE).

As for your other questions, I suggest a Google search on "History of Oracle Forms".

Craig...

Tags: Oracle Development

Similar Questions

  • TimeoutPJC does not work when separateFram = true

    I work with TimeoutPJC to incorporate the session times out in my application. I downloaded timeout.jar and timeout10.fmb (test form) of OTN. I had made changes in my form based on the instructions.

    I gave the timer as in the time of sleep and 1 minute 10 seconds. Event logging, I used by default ('all')


    set_custom_property('PJC.) TIMEOUT ', 1, ' RECORDING_EVENTS', 'all');

    I copied timeout.jar in respective directory made changes in formsweb.cfg and default.env. Everything works very good and logical expired works well if the system is idle for more than a minute (when separateframe =fake( )

    Now, my question is, if I change the parameter separateframe to true in formsweb.cfg, then the bean does not work, IE, logical timeout executes even if the system is not idle.

    The only changes that I do is changing forms applet parameter separateFrame = true and then the bean does not capture all events.

    What could be the problem?


    Note: Form builder version: form [32 bit] Version 10.1.2.0.2 (Production)

    There is a bug in this version. You need to change TimeoutPJC.java download new or modified and updated "timeout.jar".

    Give me you email and I'll send you a jar file.

    Concerning

  • separateFrame = True how to maximize the window of the applet

    Hi all
    How to maximize the window when
    separateFrame=True
    I think that Francois Degrelle post the link to the blog post, but it seems that this is done for JRE 1.5.
    My setup of forms:
    Forms [32 bit] Version 10.1.2.3.0 (Production)
    AS 10.1.2.
    JRE 1.6, update 18

    Thanks in advance,
    Adnan

    but it seems that this is done for JRE 1.5.

    I would also try in 1.6.

  • Train with webutil works with the browser, but not with webstart JNLP 12 c

    Hello

    I set up forms and reports suite 12 c according to the instructions and I'm testing my forms updated since version 10 g.

    In some forms, I use webutil.

    I can run forms without webutil with the browser or java web start (everything works fine).

    I have problems with the forms use webutil tha, they work very well with the browser, but not with java web start.

    When I run forms with webutil and webstart I see all white and the "crash" application: I must leave because other forms without webutil also do not work.

    Here is my config in formsweb.cfg:

    [Appws] <-start java web

    form = nomeform

    Archive = frmall.jar, frmicons.jar

    WebUtilArchive = jacob.jar, frmwebutil.jar

    WebUtilTrustInternal = true

    WebUtilLogging = off

    WebUtilLoggingDetail = normal

    WebUtilErrorMode = alert

    WebUtilDispatchMonitorInterval = 5

    WebUtilTrustInternal = true

    WebUtilMaxTransferSize = 16384

    baseHTML = webutilbase.htm

    baseHTMLjpi = webutiljpi.htm

    basejnlp = webutil.jnlp

    WebStart = on

    [appnows] <-no java web start

    shape = mercurio

    separateFrame = true

    Archive = frmall.jar, frmicons.jar

    WebUtilArchive = jacob.jar, frmwebutil.jar

    WebUtilTrustInternal = true

    WebUtilLogging = off

    WebUtilLoggingDetail = normal

    WebUtilErrorMode = alert

    WebUtilDispatchMonitorInterval = 5

    WebUtilTrustInternal = true

    WebUtilMaxTransferSize = 16384

    baseHTML = webutilbase.htm

    baseHTMLjpi = webutiljpi.htm

    basejnlp = webutil.jnlp

    What could be the problem?

    Gianpaolo

    Remove Appws:

    Archive = frmall.jar, frmicons.jar

    WebUtilArchive = jacob.jar, frmwebutil.jar

    baseHTML = webutilbase.htm

    baseHTMLjpi = webutiljpi.htm

    Add frmicons.jar and jacob.jar to $ORACLE_HOME/forms/java/extensions.jnlp.

    and try again.

    Concerning

  • How to get the size of the Applet in my form?

    I am in the form of Oracle 11 g, I want to focus my use of the window the code below:
      v_app_width := TO_NUMBER(GET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,WIDTH));
      v_app_height := TO_NUMBER(GET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,HEIGHT));
      v_win_width := TO_NUMBER(GET_WINDOW_PROPERTY(p_window_name,WIDTH));
      v_win_height := TO_NUMBER(GET_WINDOW_PROPERTY(p_window_name,HEIGHT));
     -- message("width" ||v_app_width);
      SET_WINDOW_PROPERTY(p_window_name,POSITION,(v_app_width- v_win_width) / 2,(v_app_height - v_offset - v_win_height) / 2);
    This works for 6i, but does not not for 11g. As
     GET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,WIDTH)
    Returns the value 0.
    But once this line of message without comment, the next shape call this procedure of Center window works fine.

    My problem is similar to this: http://www.orafaq.com/forum/t/149809/2/ but there is no solution.

    I also found this: http://docs.oracle.com/cd/B14099_19/winitan.1012/relnotes.1012/relnotes/forms.htm
     5.1.4.1 GET_WINDOW_PROPERTY Returns 0 on Microsoft Windows
    
    GET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,WINDOW_HANDLE) returns zero even with separateframe=true. Oracle Forms Online Help states that this should work on windows platform. This is incorrect as this Built-in does not support MDI. 
    [Edited 3/12 16:50] Today, I found this code does not work for my first form (login form) when the application is launched. After login, the forms of rest can be focused very well. Don't know what is the reason.

    So, if this does not work, how can I get the size of the applet and focus my window?

    Published by: frank1018 on March 12, 2013 16:53

    If you want to Center your window when MDI is enlarged...

    first create timer... under a time-new-forms-example...

    Declare     timer_id   Timer ;Begin       timer_id := Create_Timer( 'laf_timer', 50, NO_REPEAT ) ;end ;
    

    Use this solution in what timeout... because it will not perform this procedure at a time new forms instance or preform triggers...

    declare     mh number;     rh number;     mw number;     rw number;begin                       If lower(Get_Application_Property( TIMER_NAME )) = 'laf_timer' Then
    
                             mh     :=     get_window_property(forms_mdi_window,height);                    mw     :=     get_window_property(forms_mdi_window,width);                    rh     :=     get_window_property('yourwindowname',height);                    rw     :=     get_window_property('yourwindowname',width);                          set_window_property('yourwindowname',position,(mw/2)-(rw/2),0);  /* i make 0 for the value of Y.. for i liked it on the top but you can change it too */
    
              end if;
    
    end ;
    

    Published by: ck on 14 March 2013 02:44

  • Fires events when the user closes a Web form?

    Hello. Is there a way to pull the code (maybe a trigger?) when a user unexpectedly closes the browser window while clicking on the X in the upper right of the browser?

    Or, is there a way to prevent the user from being able to close the browser window by clicking the X?

    Any help would be great. Thank you.

    Published by: sharpe on June 26, 2012 11:20

    The concepts behind active form tend to be a mystery to some. However, there is no reason to believe that all Oracle magic happens when you run an Oracle Forms application. Client side, the race is a standard java applet. Like any applet running in a browser, the browser uses plugin (JRE in this case) to support content (the applet). The browser creates a container on the page where the JRE can present its content or the applet host, based on the underlying html language. Once the applet starts, she appears in this space of the container in the page in the browser window. In the case of Oracle Forms, we decided that it would be nice to provide an option where the form could be exposed outside the browser space and float freely.

    So the answer to your question about what the 'window' is called, although the browser is the "browser" and the floating window is actually a java framework that can be created in any cmdlet. Once again, no Oracle magic here. ;)

    Generally, separateFrame = true is used when more real estate is necessary or simply, you won't see the browser controls. That said, I often advise against the use of separateFrame = true for various reasons. One of the most common reasons is that if the browser window that hosts the form is closed or if the browser accesses since the current page, will end the running form. Because the browser, in this case, is not something obvious, end users can easily make the mistake of thinking that it is ok to navigate to a Web page by using the blank page currently displayed. This will cause the form close.

    If you don't mind given the visible browser commands then using separateFrame = false is probably a better way to go. It would also use the note that I mentioned in order to detect attempts to close the browser, assuming that you use Forms 10.1.2.3 find and JRE 1.6. To detect the closure of the "separateFrame" you should probably create a java bean, which can become a bit more complicated than can be described here. But remember what I mentioned above, if you use separateFrame = true and hosting closing the browser, the screen also closes. So in this case, you would have to code to detect the frame of the applet closing as well as the browser window as well.

    There are multiple ways in which some of the browser that performs the controls can be hidden using java script, so this can offer help if you use separateFrame = false. So that is another option.

  • Forms 10g manufacturing full screen

    Hi all

    I want to make my full screen application-shaped 10g. I tried using relaxation SET_WINDOW_PROPERTY. But still, I couldn't do the full-screen window. How am I going to do this?

    Thanks in advance.
    NZK

    If you use separateFrame = true, then this will increase the separateFrame to size the display max. However, as mentioned in versions prior to 11, it won't really maximize it.

    Set_Window_Property(FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE);
    

    As mentioned, to increase container applet in the browser, set HEIGHT and WIDTH in formsweb.cfg to a size in pixels or as a percentage (100%).

  • 10.1.2 running against Oracle DB 11 g - password Case sensitivity of form

    We run Forms 10.1.2 and recently updated our database to 11g. We find that 11 g is now case-sensitive passwords. Here's our problem...

    Inside of forms, we use the function GET_APPLICATION_PROPERTY (PASSWORD) to recover password of the current user, and then use the string returned to open new forms like this:
    WEB.SHOW_DOCUMENT ('javascript:void(window.open("http://'||ip_port||'/forms/frmservlet?pageTitle=Mailpiece RCPT Scan&config=TTMSMENU&form=mailpiece_rcpt_scan&userid='||user||'/'||GET_APPLICATION_PROPERTY(PASSWORD)||'@'||:global.DB_Instance||'","","resizable=yes,location=no,toolbar=no,menubar=no,status=no,"));self.close()','_blank');
    We discover that the function returns the uppercase password string only... This is a problem because the password for the user may now be low or cases and therefore the method above to open a new form fails.

    Is there something that we can change the environment of forms to force the function returns the password of the equally sensitive string case?

    Any help would be greatly appreciated.

    Freely? Well, that depends on your definition. If you are using OPEN_FORM, the form will open and you can access the original shape, which is that you just called. The only limitation is that the two "forms" are contained in the same parent applet window. So, if you use separateFrame = true, which means that you have a window and a window from the applet with 2 floating forms displayed. If you use separateFrame = false, then you only have a single browser window. The applet container notes that the browser and to parent two open forms, but again, they would be independent of each other in the window of one of the parents.

    Another option, if you want to continue to do what you're currently would be to enable SSO. This would allow you to open new browsers, but retains the information to log in a more secure way. It would be pointless to include in the URL.

  • Size of the window forms

    Dear Sir/Madam,
    I am running my Oracle 10g Forms in Internet Explorer. His average fine form of work are open and going well.
    But sir forms (Navigation) size of the window does not open properly. Means that the window size of my form is not adapted in Internet Explorer, and when I open Internet Explore to open forms window Internet explore is not full size.
    Please help me that my window forms comes in Solution Explorer.
    Ghulam Yassen

    try to open
    DevSuiteHome_1\forms\server\formsweb.cfg
    and change
    # Is the applet parameter.
    separateFrame = true

    When you run the Web form another window will open and full screen.

  • Stuck with jslider appearance with 10g sampele

    Hello

    I'm new in the world of the ORACLE. I used to test jslider

    http://Forms.PJC.Bean.over-blog.com/article-1763797.html

    I use 10g. the document asks to edit the formsweb.cfg file. I followed the steps but the problem yet and I couldn't run the sample.

    This is the content of the formsweb.cfg file


    # $Id: formsweb.cfg 15 - Apr - 2005.13:17:30 pkuhn Exp $
    # formsweb.cfg sets the values of the parameters used by the FormsServlet (frmservlet)
    # This section defines the default settings. One of them may be substituted in the
    # suite Configuration named sections. If they are not overridden, then the
    # values here will be used.
    # The default settings include two types of parameters: parameters of the system.
    # which can not be replaced in the URL and user settings, which can.
    # The settings that are not marked as system parameters are parameters of the user.
    # SYSTEM SETTINGS
    # -----------------
    # They have fixed names and give the information required by the forms
    # Servlet to operate. They cannot be specified in the URL query
    # string. But they can be overridden in a configuration named (see below).
    # Some settings specify file names: If the full path is not given,
    # they are supposed to be in the same directory as this file. When a path
    # is given, then it should be a physical path, not a URL.
    # USER SETTINGS
    # ---------------
    # These match variable (e.g. form %) in the baseHTML file. Their values
    # can be overridden by specifying them in the URL query string
    # (for example "http://myhost.mydomain.com/forms/frmservlet?form=myform & width = 700)
    # or substituting them a specific, named configuration (see below)
    [default]
    # System parameter: file database default HTML
    baseHTML = base.htm
    # Parameter system: file basic HTML for use with the customer of JInitiator
    baseHTMLjinitiator = basejini.htm
    # Parameter system: file basic HTML for use with the Sun Java plug-in
    baseHTMLjpi = basejpi.htm
    # Parameter system: delimitation of the settings in the basic HTML files
    HTMLdelimiter = %
    # Parameter system: working directory for the process duration forms
    # Default WorkingDirectory is < oracle_home > / forms if not defined.
    workingDirectory =
    # Parameter system: file environment variables for the process of running forms
    envFile = default.env

    # Shape DURATION argument: whether escape some special characters
    # in the values extracted from the URL for other arguments of runtime
    escapeparams = true
    # Argument LENGTH form: what form to run module
    Form = test.fmx
    # Form argument LENGTH: details of the connection to the database
    UserID =
    # Shape DURATION argument: If we run in debug mode
    Debug = no
    # Argument LENGTH form: host for debugging
    Host =
    # Form argument LENGTH: port for debugging
    port =
    # Other arguments of duration of forms: grouped under a single parameter.
    # These settings are supported running and debugging a form from the manufacturer:
    otherparams = buffer_records = % stamp % debug_messages = % debug_messages % array = % table % % query_only = % query_only % quiet calm render = obr obr = % % = % made record = record % tracegroup = % tracegroup log = % log % term = term %
    # Sub argument for otherparams
    buffer = no
    # Sub argument for otherparams
    DEBUG_MESSAGES = no
    # Sub argument for otherparams
    Table = no
    # Sub argument for otherparams
    OBR = No.
    # Sub argument for otherparams
    query_only = no
    # Sub argument for otherparams
    quiet = yes
    # Sub argument for otherparams
    make = no
    # Sub argument for otherparams
    record =
    # Sub argument for otherparams
    TraceGroup =
    # Sub argument for otherparams
    Journal =
    # Sub argument for otherparams
    duration =.

    # The HTML page title
    pageTitle = Oracle Application Server Forms Services
    # HTML for the BODY tag attributes
    HTMLbodyAttrs =
    # HTML to add before form
    HTMLbeforeForm =
    # HTML to add after form
    HTMLafterForm =

    # Is the applet parameter: path of the URL to ListenerServlet forms
    serverURL = / forms/lservlet
    # Is the applet parameter.
    CodeBase = / forms/java
    # Is the applet parameter.
    imageBase = DocumentBase
    # Is the applet parameter.
    Width = 750
    # Is the applet parameter.
    height = 600
    # Is the applet parameter.
    separateFrame = false
    # Is the applet parameter.
    splashScreen =
    # Is the applet parameter.
    background =
    # Is the applet parameter.
    lookAndFeel = Oracle
    # Is the applet parameter.
    colorScheme = teal
    # Is the applet parameter.
    logo =
    # Is the applet parameter.
    restrictedURLparams = HTMLbodyAttrs, HTMLbeforeForm, pageTitle, HTMLafterForm, newspaper, allow_debug, allowNewConnections
    # Is the applet parameter.
    formsMessageListener =
    # Is the applet parameter.
    recordFileName =
    # Is the applet parameter.
    serverApp = default
    # Forms applet archive for JInitiator
    archive_jini = frmall_jinit.jar
    # Forms applet archive definition for other clients (Sun Java Plugin, Viewer applets, etc.)
    Archive = frmall.jar
    # Number of client attempts expected from a network failure. You should
    # change only after reading the documentation.
    networkRetries = 0

    # Page for Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you must set this parameter to point to it.
    jinit_download_page=/forms/JInitiator/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid = clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
    # Parameter related to the version of JInitiator
    jinit_exename = jinit.exe #version = 1, 3, 1, 22
    # Parameter related to the version of JInitiator
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.22

    # Page displayed to users to allow them to download the Java Plugin from Sun.
    # Sun Java Plugin is usually used for non-windows clients.
    # (NOTE: you must check this page and possibly change the settings)
    jpi_download_page = http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
    # Parameter related to the version of the Java Plugin
    jpi_classid = clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    jpi_codebase = http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1, 4,2,06
    # Parameter related to the version of the Java Plugin
    jpi_mimetype = application/x-Java-applet; YPI-version = 1.4.2_06
    # Parameter config EM
    # Set this to '1' to allow Enterprise Manager to follow the process of forms
    em_mode = 0

    # Only one configuration of the authentication setting FOR
    oid_formsid = % OID_FORMSID %
    # Only one configuration of the authentication setting FOR
    ORACLE_HOME = C:\DevSuiteHome_1
    # Only one configuration of the authentication setting FOR
    formsid_group_dn = % GROUP_DN %
    # Simple configuration of authentication OID setting: whether we permit
    creation of dynamic resource if the resource is not yet created in the OID.
    ssoDynamicResourceCreate = true
    # Single Sign-On parameter: URL redirection if ssoDynamicResourceCreate = false
    ssoErrorUrl =
    # Single Sign-On setting: cancel the URLS for the DAS to create dynamic resources page.
    ssoCancelUrl =
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case control mod_osso will be given for authentication or continue to
    # the FormsServlet otherwise. It is set to false by default. Set it to true in a
    # section specific to the application to allow Single Sign-On to this application.
    ssoMode = false
    # The allow_debug parameter determines whether debugging is allowed.
    # Administrators to "true" If allow_debug servlet
    # debugging is necessary, or to provide access to the utility of Trace Xlate forms.
    # Otherwise these activities may not (for security reasons).
    allow_debug = false
    # Parameter which determines whether new sessions forms are allowed.
    # It is also read by the forms EM overview page to show the
    # Forms of progress.
    allowNewConnections = true

    # EndUserMonitoring

    # Parameter EndUserMonitoringEnabled
    # Specifies whether UM/Chronos integration is enabled
    EndUserMonitoringEnabled =

    # EndUserMonitoringURL
    # indicates where to save data EUM/Chronos
    EndUserMonitoringURL =

    # Name of Section of Configuration example
    # Example 1: configuration to run the forms in a browser window with
    "generic" appearance # (include "config = sepwin" in the URL)
    # You can define your own specific configurations, named (sets of parameters)
    # by adding special sections as shown in the following examples.
    # Note that you only need to specify the settings you want to change. The
    the defaults # (as defined above) will be used for all other parameters.
    # Using a specific configuration can be requested by including the text
    # 'config = < your_config_name >' in the query string of the URL used to run
    # a form. For example, to use the configuration of sepwin, your could issue
    # a URL, such as "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
    [sepwin]
    separateFrame = True
    LookAndFeel = generic

    # Name of Section of Configuration example
    # Example 2: configuration, forcing the use of the Java Plugin in all cases (even if
    (# the client browser's windows)
    [YPI]
    baseHTMLJInitiator = basejpi.htm

    # Name of Section of Configuration example
    # Example 3: running configuration of the ListenerServlet of forms in debug mode
    # (debug messages will be written to the log file of the servlet engine).
    [debug]
    serverURL = / forms/lservlet/debug

    # Example configuration for WebUtil deployment. Note that WebUtil comes with
    # DS but not TOO and is also available for download on OTN.
    [webutil]
    WebUtilArchive = frmwebutil.jar, jacob.jar
    WebUtilLogging = off
    WebUtilLoggingDetail = normal
    WebUtilErrorMode = alert
    WebUtilDispatchMonitorInterval = 5
    WebUtilTrustInternal = true
    WebUtilMaxTransferSize = 16384
    baseHTMLjinitiator = webutiljini.htm
    baseHTMLjpi = webutiljpi.htm
    archive_jini = frmall_jinit.jar, Slider.jar
    Archive = frmall.jar, Slider.jar
    lookAndFeel = oracle

    Ensure that you use the section [webutil] when running? If not, add the BOWL to the other tags in the file archive_jini.

    François

  • set up forms for the execution with pure java

    I know that the file formsweb.cgf is where I can fix this, but that someone has
    with java WORKNG pure (without jinitiator) and has any problem to navigate between fields?

    EMH is my java section in formsweb.cfg

    [appjava]
    pageTitle = Java Forms Version 10.1.2
    Form = init.fmx
    envFile = javaenv.env
    baseHTML = webutilbase.htm
    baseHTMLjinitiator = webutiljpi.htm
    baseHTMLjpi = webutiljpi.htm
    baseHTMLie = webutiljpi.htm
    webUtilArchive = webutil.jar, jacob.jar
    Archive = gif.jar, frmall.jar, laf_1012.jar
    lookAndFeel = oracle
    imageBase codeBase =
    separateFrame = true
    networkRetries = 30

    and the file javaenv.env (without the commented lines)
    -------------------------------------------
    ORACLE_HOME = / opt/oracle/ias
    FORMS_PATH = / opt/legadmi/formas: / opt/legadmi/pll: / opt/oracle/ias/forms: / opt/legadmi/webutil/forms
    WEBUTIL_CONFIG=/opt/legadmi/webutil/Server/webutil.cfg
    FORMS_RESTRICT_ENTER_QUERY = FALSE
    CLASSPATH=/opt/Oracle/IAS/forms/Java/laf_1012.jar:/opt/Oracle/IAS/forms/Java/gif.jar
    PATH = / opt/oracle/ias/bin
    GRAPHICS60_PATH =
    LD_LIBRARY_PATH = / opt/oracle/ias/lib: / opt/oracle/ias/jdk/jre/lib/i386: / opt/oracle / / jdk/jre/lib/i386/ias Server
    -------------------------------------------------

    He begins to java, but I can't navigate between fields, in some forms,
    any help?
    Thank you!

    Solution: migrated to 11g

  • run or print output to the web form developer Oracle runtime

    Hi guys,.

    I have installed oracle forms10g in windows 7. I'm using firefox v.2. When I run the form, the web Oracle developer runtime form does not open. the output is exposed in the mozilla firefox itself.

    But how to run or display output to web runtime Oracle developer forms?

    Thank you in advance

    What is the problem? What do you mean with the form, the web Oracle developer runtime form does not open and the exit is exposed in the firefox of mozilla itself?

    Is the form open or not? If you see that you are, where ever, then the 'runtime' is underway!

    It's poster in the window of the browser? But you expect it in an own window?
    If this is the case, you must set separateFrame = TRUE in fomsweb.cfg.

  • How to reconnect the new database with oracle and oracle mid infrastructure

    course oracle environment;
    Database; 10gr 2 (10.2.0.1) old-SID: gtxprod host: 10.30.100.199
    new database; 10gr 2 (10.2.0.1) - SID: gtxprod2 host: 10.40.110.199
    application sever. 10.2.0.1 (oracle mid level.) and oracle infra SSO, forms, reports, portal.

    problem;
    I try to reconnect from the application to the new database server. I do not know how?

    I went to /opt/oracle/10ggtxinf/network/admin/tnsnames.ora
    # tnsnames.ora Network Configuration File: /opt/oracle/10gasr2inf/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    
    asdb.gtx.com =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = isdev.gtx.com)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME =asdb.gtx.com)
        )
      )
    
    
    gtxprod.gtx.com =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = gtxprod.gtx.com)(PORT = 1521))
        )
        (CONNECT_DATA =
          (SID = gtxprod)
        )
      )
    
    gtxprod2.gtx.com =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = gtxprod2.gtx.com)(PORT = 1521))
        )
        (CONNECT_DATA =
          (SID = gtxprod2)
        )
      )
    In application of the oracle infra. How Asian Bank of development of database instance can connected with the new data base gtxprod2?

    In Forms Server, based on a Web site, if go to Forms Server, I can see tns.ora but I can't see anything to update to the new database.

    you could give me information how understand this problem?

    Thank you very much in advance

    Hi Wen,

    As you have created a new database 'gtxprod2' so the Stanley database should be in place
    cmd--> lsnrctl status
    That you have even made changes to 10ggtxinf/network/admin/tnsnames.ora
    do the same entry in the oraclebi/network/admin/tnsname.ora file

    You can check if your new entry is rite of
    tnsping gtxprod2 (>)
    Now you ask how the application will come to know what database to point to
    Go to oracle AS
    As using your forms and reports go to oraclebi/forms/server/formsweb.cfg

    At the end of the file, there might be a few entries
    for example
    [test]
    envFile = test.env
    Form = LOGIN_ENT.fmx
    LookAndFeel = oracle
    separateFrame = true
    UserID=nrs_fd/nrs_fd@fixdep
    SplashScreen = NO
    logo = NO
    Background = No.
    color = auto
    make = yes
    Archive = frmall.jar
    archive_jini = frmall_jinit.jar, frmwebutil.jar, Jacob.jar, icons.jar
    ImageBase codebase =
    term = frmpcweb.res
    baseHTML = webutilbase.htm
    baseHTMLjinitiator = webutiljini.htm
    baseHTMLjpi = webutiljpi.htm
    WebUtilArchive = frmwebutil.jar, jacob.jar

    "userid=nrs_fd/nrs_fd@fixdep" IE (username) / (password) @tnsname
    the following entry specifies what database, the application must point to

    If your using a war file, you must create a data source and as datasource, you must specify the tnsname input

    Concerning
    Fabian

  • Forms do not run in Internet Explorer version 8

    Hi all

    My forms do not work with Internet Explorer version-8 considering that everything is ok with IE Version 6.

    I'm very confused why it does not work my forms? I allow active content to run on my computer. In addition to the URL in the list of unlock.

    What are the new things I need to do? Pls answer me if someone using IE - 8 and Developer Suite 10 g Version.



    Thanks in advance

    Arif

    Hello

    try something like that.
    Open formsweb.cfg in any editor and use the following codes.

    [sarah]
    jpi_classid=clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA
    jpi_codebase=http://57.200.1.63:52003/forms/jinitiator/jre16016.exe#Version=1,6,0,16
    jpi_mimetype=application/x-java-applet;
    jpi_download_page=/forms/jinitiator/us/jinit_download.htm
    baseHTMLJInitiator=basejpi.htm
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    separateFrame=True
    lookandfeel=Generic
    form=login.fmx
    width=100%
    height=100%
    

    and if you do not use webutil please remove the webutil sections.

    Sarah

  • [SOLVED] Web Forms - works on IE and Chrome, firefox, said that missing the plugin

    Greetings,


    It works perfectly in IE and Chrome I opened client Gin through the same URL, ex: http://10.0.0.28:7778/forms/frmservlet? config = gin4

    However, if I try the same URL in firefox it shows a large gray square on the page with the message "click here to download the Plugin.

    Clicking on install opens a small popup saying no appropriate plugins have been found, it is said to the inside and unknown Plugin (text/html) and a button to install manually is displayed.
    By clicking this button, I am taken to this page: http://java.sun.com/products/archive/j2se/1.4.2_06/index.html

    I lost track on the number of times where I have installed uninstalled and reinstalled many versions of java not only the version 1.4.2_06.

    I tried to solve this problem for a few months now with no luck.

    Here is the Source code of the html page, it is the same for all browsers, since it is the same url:





    < HTML >
    <!-FILE: webutiljpi.htm (Oracle Forms)->
    <!-->-->
    <!-this is the HTML file default base for running a form on the - >
    <!-web site using the Plugin Java JDK. It is used for example when->
    <!-running with Netscape on Unix. ->
    <!- and -> an applet for registration of certificate for utility WebUtil
    <!-->-->
    <!-NOTICE IMPORTANT: - >
    <!--> default values for all variables that appear below
    <!--(fermé en caractères pour cent) are defined in the servlet->
    <!-configuration file (formsweb.cfg). It is better to do-->
    <!-changes in this file, if possible, rather than this one. ->
    <!-->-->
    <!-this file uses several additional tags that are not present in the - >
    <!-default template files. You must ensure that these are->
    <! - present in the configuration that uses this model - >
    <!-the extra substitution Tags are: - >
    <! - frmwebutil.jar, jacob.jar = jar file containing the code of WebUtil - >
    <!-->--(par défaut, ce doit être frmwebutil.jar)
    <!-off = sets the current journaling mode. ->
    <!-valid values: off | on | Console | Server | all->
    <!-->--(suite == console)
    <!-normal = specifies the level of logging error.-->
    <!-valid values: normal | detail->
    <!-alert = errors should be displayed in an alert-->
    <!--as well as the programmer defined - >
    <!--locations - >
    <!-valid values: console | Server | alert | all->
    <!--5 = points in second to->
    <! - indicate how often the thread - >
    <!-checks whether the session of forms is always-->
    <!-living. Used with the WebUtil_Session->
    <!-the package. ->
    <!-true = should intranet without domain-> suffix
    <!-trust. ->
    <!-valid values: true | Yes | false | No->
    <!--16384 = size in bytes of the file--> transfer
    <!-segments. By default and the maximum allowed value is->
    <!--16384, which is 16 K. ->
    < HEAD > < TITLE > GIN - Integrada Negocio - WebUtil management < / TITLE > < / HEAD >
    < BODY >

    < COMMENT id = "forms_plugin_info".
    plug_ver = "clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA"
    appheight = "800".
    appwidth = "900".
    AppCodeBase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1, 4,2,06" >
    < / COMMENT >
    <!-definition forms (start)-> applet
    < NOSCRIPT >
    < OBJECT classid = "clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA"
    CodeBase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1, 4,2,06".
    WIDTH = "900".
    HEIGHT = "800".
    HSPACE = "0".
    HSPACE = "0" >
    < / NOSCRIPT >
    < SCRIPT LANGUAGE = "JavaScript" SRC = "java/forms_ie.js" > < / SCRIPT >
    < PARAM NAME = "TYPE" VALUE="application/x-java-applet;jpi-version=1.4.2_06" >
    < PARAM NAME = "CODEBASE" VALUE = "/ forms/java" >
    < PARAM NAME = 'CODE' VALUE = "oracle.forms.engine.Main" > "
    < PARAM NAME = jacob.jar, laf.jar, formsmagnifier.jar, formsmagnifier10123.jar, handleimage3.jar, fjtable.jar, frmwebutil.jar, ginico4.jar, 'ARCHIVE' VALUE = "frmall.jar" > "
    < PARAM NAME = 'ServerURI"VALUE =" / forms/lservlet? " ifcfs = / forms/frmservlet? config = gin4 & acceptLanguage = en-US, en; q = 0.8 ">
    < PARAM NAME = "networkRetries" VALUE = "30" >
    < PARAM NAME = "serverArgs".
    VALUE = "escapeParams = true module = GINFS001.fmx userid = sso_userid = sso_formsid % 20 = % 25OID_FORMSID % 25 sso_subDN sso_usrDN = debug = no = no host = buffer_records port = no = no debug_messages = no table only = no obr = no query_only no = no = yes render peace = no trace = tracegroup = log = term=/orasoft/OraHome_1/forms/admin/resource/US/fmrpcweb.res UTI = PASS IDIOMA = ADMGIN = admgin PM$CSS_FILENAME=/gin/gin4/exe/forms.css =" >
    < PARAM NAME = "separateFrame" VALUE = "true" >
    < PARAM NAME = "splashScreen" VALUE = "no" >
    < PARAM NAME = "background" VALUE = "FUNDO.jpg" >
    < PARAM NAME = "lookAndFeel" VALUE = 'oracle' >
    < PARAM NAME = 'colorScheme' VALUE = 'blue' >
    < PARAM NAME = 'serverApp"VALUE ="default">
    < PARAM NAME = "logo" VALUE = "REMATE_MENU.gif" >
    < PARAM NAME = 'imageBase' VALUE = 'codebase' >
    < PARAM NAME = "formsMessageListener" VALUE = "" >
    < PARAM NAME = "recordFileName" VALUE = "" >
    < PARAM NAME = "EndUserMonitoringEnabled" VALUE = "" >
    < PARAM NAME = "EndUserMonitoringURL" VALUE = "" >
    < PARAM NAME = "heartBeat" VALUE = "" >
    < PARAM NAME = "WebUtilLogging" VALUE = "off" >
    < PARAM NAME = "WebUtilLoggingDetail" VALUE = 'normal' >
    < PARAM NAME = "WebUtilErrorMode" VALUE = "Alert" >
    < PARAM NAME = "WebUtilDispatchMonitorInterval" VALUE = "5" >
    < PARAM NAME = "WebUtilTrustInternal" VALUE = "true" >
    < PARAM NAME = "WebUtilMaxTransferSize" VALUE = "16384" >
    < COMMENT >
    < EMBED SRC = "" PLUGINSPAGE = 'http://java.sun.com/products/archive/j2se/1.4.2_06/index.html' "
    TYPE = application/x-Java-applet"; YPI-version = 1.4.2_06.
    java_codebase = "/ forms/java.
    java_code = "Oracle.Forms.Engine.main"
    java_archive = "frmall.jar, ginico4.jar, laf.jar, formsmagnifier.jar, formsmagnifier10123.jar, handleimage3.jar, fjtable.jar, frmwebutil.jar, jacob.jar"
    WIDTH = "900".
    HEIGHT = "800".
    HSPACE = "0".
    HSPACE = "0".
    serverURL = "/ forms/lservlet?" ifcfs = / forms/frmservlet? config = gin4 & acceptLanguage = en-US, en; q = 0.8"
    networkRetries = '30 '.
    serverArgs = "" escapeParams = true module = GINFS001.fmx userid = sso_userid = sso_formsid % 20 = % 25OID_FORMSID % 25 sso_subDN sso_usrDN = debug = no = no host = buffer_records port = no = no debug_messages = no table only = no obr = no query_only no = no = yes render peace = no trace = tracegroup = log = term=/orasoft/OraHome_1/forms/admin/resource/US/fmrpcweb.res UTI = PASS IDIOMA = ADMGIN = admgin PM$CSS_FILENAME=/gin/gin4/exe/forms.css = ""
    separateFrame = 'true '.
    splashScreen = 'no '.
    Background = "Fundo.jpg"
    lookAndFeel = 'oracle '.
    colorScheme = 'blue '.
    serverApp = "default".
    logo = "REMATE_MENU.gif"
    imageBase = 'code '.
    recordFileName =""
    EndUserMonitoringEnabled =""
    EndUserMonitoringURL =""
    Pulsation =""
    WebUtilLogging = 'off '.
    WebUtilLoggingDetail = 'normal '.
    WebUtilErrormode = "Alert"
    WebUtilDispatchMonitorInterval = '5 '.
    WebUtilTrustInternal = 'true '.
    WebUtilMaxTransferSize = "16384.
    >
    < NOEMBED >
    < / COMMENT >
    < / NOEMBED > < / EMBED >
    < / OBJECT >
    <!-definition (end) forms-> applet

    < / BODY >
    < / HTML >



    Any help is appreciated.

    Best regards
    Igor Carrasco

    Igor Carrasco says:
    Also in the article you gave me it pretends that would work any higher version

    This applies only when you use the dynamic as versions mentioned in the above article that you don't not firerfox as far as I can tell from the basexyz.htm that you posted.

    Bascally there are 2 parameters that are used by browsers to check the version: jpi_classid and jpi_mimetype. jpi_codebase and jpi_download_page are used to provide information to download the plugins only appropriate in the correct versions.

    The jpi_classid and jpi_codebase parameters are used by Internet Explorer (and as it seems too much chrome); jpi_mimetype and jpi_download_page are used by browsers like firefox mozilla based.

    You have specified

    jpi_classid=CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    

    so that means you want to use 1.4.2_06 with internet explore. IE is a bit lazy in this regard (as far as I know) and uses specified version or any higher if you have installed everything (beginning just your forms app and take a look in the java console which version you use).

    the specified MIME type is

    jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    

    Now, firefox works as expected and requires the exact version: 1.4.2_06. The firefox version recognizes your side 1.6.0_20 which is not the version would be asked at all.

    As mentioned in the article, you can use dynamic versioning to specify at least one major version that should be used:

    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0
    

    would mean you can use any Plugin Java 1.6.0 (from 1.6.0_01 to 1.6.0_21)

    If you for example use a any version of the YPI you could simply do

    jpi_mimetype=application/x-java-applet
    

    to run it with any installed YPI (from 1.4.x to 1.6.x)

    see you soon

Maybe you are looking for