Oracle forms in APEX  problem

Hi all,
I have called oracle forms into my oracle apex application through iframe but having few problems.
Sometimes oracle forms in  iframe region got stuck and then not work any more and if I logout from apex and login again it still in that stuck position.
I don't no what to do now.
I am thinking that it is reading from cache and i tried to close browser and clear cache and then login it still in that position.
I want that whenever oracle forms are called it, does not read cache and run from scratch.
Any solution guys.....
Thanks

You should check this link:
https://apex.oracle.com/pls/apex/f?p=31517:95
Denes Kubicek
http://deneskubicek.blogspot.com/
http://www.apress.com/9781430235125
https://apex.oracle.com/pls/apex/f?p=31517:1
http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494

Similar Messages

  • Migrating Oracle forms to APEX 3.2 without using Forms2XML tool

    Can we migrate Oracle forms to APEX 3.2 without using Forms2XML tool?

    Hi Anoo,
    In order to convert Oracle Forms to Oracle Application Express, using the Forms Conversion utility in Oracle APEX 3.2, you are required to convert your Forms Module (FMB) files to XML format, using the Oracle Forms to XML conversion tool, Forms2XML. I would recommend that you review Chapter 4 [Converting an Oracle Forms Application|http://download.oracle.com/docs/cd/E14373_01/migrate.32/e13368/appmgr_forms.htm] , in the Oracle Application Express Migration Guide Release 3.2
    If you have any further questions relating to the Oracle Forms to Oracle Application Express conversions, I would recommend that you refer to the [Application Express|http://forums.oracle.com/forums/forum.jspa?forumID=137] forum.
    I hope this helps.
    Regards,
    Hilary

  • Oracle forms vs apex

    hi all ,
    i want to know the difference between the both , because i've read before that the two of them are for developing enterprise applications, so what is the difference ? is apex for developing applications just for small enterprises ? or what ?
    thanks in advance

    This question was asked at least hundreds of times, it might be a good idea to use the forum search (or google for that matter) to see what comes up. The whole topic is somewhat huge and can't be broken down in a few sentences. So you have to read and make up your mind yourself.
    For example look what google brought up when feeding it with the search terms oracle forms apex (I agree these are very strange search terms to use when searching for information on oracle forms and apex, as search phrases like wrzlbrmpf are more likely to return anything):
    http://www.oracle.com/technetwork/developer-tools/apex/application-express/apex-for-forms-098747.html
    cheers

  • Oracle Forms to Apex

    We are considering migrating our Forms based applications to Oracle Apex. Does Apex offer all the capabilities that Oracle Forms offers ? What are the gotchas ?

    I can add some detailed questions to this topic.
    Apex does not have the forms execution model: enter_query, execute_query. If you have forms where you
    have the user enter query values and then programmatically execute_query and check form_success you need to
    find another way to do this. This is something I haven't totally worked out how to get the same functionality as
    in forms where one might use the same form for insert/update and even delete. How can the forms execution
    model be implemented in apex?
    I don't know if apex has the ability forms had to refer to items indirectly or generically. For example in forms one could reference the current item as :system.trigger_field . Contents of items could be generically copied:
    copy (name_in(v_source_item), v_dest_item);
    Forms had scope for triggers. So one could put a trigger on a block and it could fire for every item. Adding to
    this each trigger could be marked: before, after, or override. It is a very flexible system. Thus one could have a block level trigger fire for every item but also have a per item trigger that could fire before, after or instead of the block level trigger. I don't know if apex 4.0 dynamic actions are so flexible. For example, can a dynamic action be defined that would act on any item in a form without hard coding all the item names in it?
    I do not know how many detail tables can be handled in apex. Whereas in forms one could have a lot. I have a form with 50 relationships off the master table :-) Probably can't do that in apex.
    Similarly apex is limited in the number of fields that can comprise the primary key. I don't think it handles more
    than 2 fields.

  • Oracle Forms vs APEX for Web Development

    Could you please suggest me which Oracle Technology will be better suitable give flexibility for developing a web application of Information processing.
    1). Oracle Forms (Web)
    or
    2) Oracle Application express
    and also please explain the how it is good comparative other.

    I think you should also include the licensing issues in application development/deployment plans. As you might know, Forms requires iDS (for development) and iAS EE (for deployment) licenses. For JDeveloper and ADF, the development platform is free and the iAS Java version is much cheaper compared to the iAS EE license. When it comes to APEX licensing, it is free as long as the database server is properly licensed. For a small size company, APEX and the JDeveloper + ADF and iAS Java version makes perfect sense. Because Forms Services is only a part of the EE version of the iAS server, it might be an expensive option for a small scale application. On the other hand iAS EE is very capable and scaleable framework and you can deploy both J2EE, Forms, Reports, Discoverer, Portal applications from a single platform.
    Hope this proves useful.
    Zafer

  • Oracle Reports In Oracle Forms 11g Parameter problem.

    Hello techies,  
                I am using Weblogic server 10.3.5 with oracle forms 11g at windows 7.I have a report that is Bar_code.rdf.It has two parameters as:
    P_1---->character type---->accepts the options(barcode generated or barcode not generated)
    P_2---->Number type------->accepts the subgroupitemId.
    This report is well working with oracle report builder. Now I tried to run it from my oracle forms.It runs but it does not accept Parameter P_2. I have used
    sParms := 'P_1='||:L_BAR||' P_2='||TO_NUMBER(:TXT_ITM_GRP);
    set_report_object_property(roRepid,report_other,sParms||' paramform=yes');
    set_report_object_property(roRepid,REPORT_SERVER,sReportServer);
      v_rep := RUN_REPORT_OBJECT(roRepid); 
    sJob := SUBSTR(v_rep,LENGTH(sReportServer)+2);   --
    But there is a parameter form is shown but when i click submmit query the,,,,there is
    Error 500--Internal Server Error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1 500 Internal Server Error
    The server encountered an unexpected condition which prevented it from fulfilling the request.
    please give me the solution
    thank you
    regards
    aaditya

    Hi
    are there character symbol appeared in your parameter ?
    i've suffering for some unexpected error for parameter value end up with slash , like D:\temp\   ....
    and oracle sr (support) says that with workaround mechanism (add additional slash like D:\temp\\ ) they have not plan to fix this issue .
    hope this helpful for you.

  • Oracle.forms.fd.JTextFieldTooltip problem

    Hello there,
    I have implemented multiline tooltip from the website http://forms.pjc.bean.over-blog.com/article-5138880.html.
    If the text box height is set for single line(example 15), the tooltip and the text inside it is showing correctly. (Multiline property is set to True)
    If the text box height is set for multiple line(example 45), the text inside it is showing in the 2nd line or the middle line and if the sentence is too big, cursor is not going to the next line.
    If the null the implementation class property from oracle.forms.fd.JTextFieldTooltip to null, the text item behaves correctly.
    Can anybody help please?
    Thanks

    Hello there,
    I have implemented multiline tooltip from the website http://forms.pjc.bean.over-blog.com/article-5138880.html.
    If the text box height is set for single line(example 15), the tooltip and the text inside it is showing correctly. (Multiline property is set to True)
    If the text box height is set for multiple line(example 45), the text inside it is showing in the 2nd line or the middle line and if the sentence is too big, cursor is not going to the next line.
    If the null the implementation class property from oracle.forms.fd.JTextFieldTooltip to null, the text item behaves correctly.
    Can anybody help please?
    Thanks

  • Oracle forms developer suite problem

    i have install oracle 9i database and 10g developer suite ,when i run forms then error displayed is
    An unhandled win32 exception occured in iexplore.exe[4652],just in time debugging this exception failed with the following error,no installed debugger has just in time debugging enabled
    Can anyone help me on this problem
    if not possible then tell me the procedure to uninstall oracle developer suite 10g
    smily
    [email protected]

    Hi,
    Same Problem I am getting.
    "An unhandled win32 exception occured in ifbld60.exe[1484]. Just-In-Time debugging this exception failed with following error: No installed debugger has Just-in_time debugging enabled. In Visual Studio....."
    The problem scenario is like this:
    1. I am using forms6i developer on windows XP-SP3 M/c, with 2GB RAM, P4 processor.
    2. I am able to compile all forms except xxxx.fmb
    3. I tried compling xxxx.fmb after clearing registry entries for xxxx.fmb(entries mainly made for explorer and i deleted.).
    4. I also tried compling xxxx.fmb after reinstalling Forms6i Developer several times.(For Forms6i there no option for uninstall).
    5. I also tried compling xxxx.fmb after installing Visual Studio.-- OutCome-- Just visual studio window opens and blank window comes.-- I felt this is of no use. and uninstalled Visual studio.
    6.I copied the same form and tried in another PC, same problem.
    7. After this problem, I cannot open Report Builder too.. :(
    Please somebody help me...
    This is very critical :(
    Edited by: user10446916 on Apr 25, 2011 10:58 AM

  • Oracle Form functions and procedures in APEX, how?

    I am working to recreate in APEX, already existing Read Only Forms in Oracle Forms. APEX Interactive Report functionality among other things, makes it worth while as well as targetting a different audience than the one that utilizies the Oracle Form versions. Oracle Forms versions use lots of pre and post query triggers, PLSQL Functions.
    In Oracle Forms one of the places those functions can be located is in the "Program Units" section of the Form. A typical function of this sort, based on a specific Mission ID Itinerary, collects scheduled passengers last names, formats them with a comma and space after each one, into a single string that is returned and displayed as the passenger list of one row.
    I have all this code written so I can move most of the main query of the Oracle Form into an Interactive Report. These functions and triggers called from within the Form, from the "Program Units" section of the Oracle Form rather than being stored in the Database schema in a package, where would they go inside APEX? Can I create a "Shortcut" in APEX and call it from the Interactive Report "Region Source"? Can I create the PLSQL function at the page level or region level of the Interactive Report? Or, is my best bet creating a package stored in the database, of all these functions and/or proecedures I may need from the original Oracle Form?
    Some advice would be greatly appriciated.

    RLBickham wrote:
    I don't think I have been clear enough in describing the specific thing I want to do, it simply does not reach the level of forms to APEX conversion. It is basically a PLSQL Function problem.
    I have an Interactive Report that is currently getting 90 percent of what I want however, each row, representing a Mission may have multiple legs. Each Leg has two locations or ICAO codes attached to it. Based on the Mission number, I want to loop through the leg table, collect all the ICAO codes for that Mission, put them all into 1 variable separated by a coma and add that variable to the column display of that Interactive Report as the last column.
    In Oracle Forms I have a function saved to the database that is called within the main query. Maybe I am asking a question that does not need to be asked but in any case my question is can I put that function currently in the database somewhere in the confines of the Interactive Report and reference it via Http somehow or should I just stick with putting functions and procedures in packages stored in the database and called the conventional way?You could move the function to the database and call it from the report query, but it sounds as if it's superfluous. In the report query use whatever form of Re: 4. How do I convert rows to columns? is appropriate to your (unspecified) database version.
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.

  • How to call a Oracle Form from within the oracle APEX application

    Hi,
    I am new for Oracle APEX. I have a requirment where need to call a Oracle form (.fmx file) from within the Oracle APEX application.
    Can someone help me out ?
    it would be a great help.
    Thanks

    This might help you...
    http://roelhartman.blogspot.com/2008/11/integrate-oracle-forms-with-apex.html

  • Oracle.forms.engine.Main not found.java.lang.ClassNotFoundException error

    Hi Members,
    I am getting the oracle.forms.engine.Main not found.java.lang.ClassNotFoundException error when trying to access Oracle forms using APEX 2.2.1 and SSO.
    load:class.oracle.forms.engine.Main not found
    The forms have been compiled, forms path setup properly and the setup required to run forms seems to be right. Jinitiator has also been installed.
    I have searched the forums and tried everything. I have checked jinitiator settings, cleared cache and even reinstalled it. Do you have any experience with this error? Appreciate any answers. Thanks.
    Ravi.

    Dear Friends,
    I was also facing the same problem. to solve this, i have uninstalled Oracle Jinitiator. Cleared all the temporary internet files & cookies. Then while running the form, when it asks to install JInitiator, i have specified a different path for jinitiator, For Example, By default it asks for C:\programfiles, i have changed it to c:\manish directory.
    This has solved my problem. Probably this also help you.
    Regards,
    Manish Trivedi,
    India

  • Calling a web service in Oracle forms

    Hi,
    I find problems when trying to use a web service in the oracle forms. The problem is in the "select ...". the error shows that the type must be an sql authorised type. can somebody help me? this is the source of my program:
    declare
    lespays ORA_JAVA.JARRAY;
    longueur number;
    i number;
    monpays ora_java.jobject;
    begin
    lespays:=getpays;
    monpays:=ora_java.get_object_array_element(lespays,0);
    select p.nom_pays from pays p,(select tpaysuser.getcodepays(monpays) as code_pays from dual) gp where p.code_pays=gp.code_pays;
    end;

    ok, so you have at least 2 solutions:
    1. you get the data into a loop through your Java array.
    2. you use the EXEC_SQL package function to create a dynamic SQL cursor
       Select ... from the_table where code in ('c1', ..., 'cn')Francois

  • Trying to pass Login username and password from a non-Oracle Form

    I have a form that I am trying to use to pass a login username and password to an Oracle form. The problem is I know Oracle 10g web reports can take login parameters in a URL, but I can't seem to figure out how to encode/hide it and have Oracle read it. I want to be able to hide the username and password (obviously for security) and I also want to be able to pass special characters... does anyone have suggestions? It seems even in Oracle forms there are some issues passing login info because I have built in parameter forms... I have given myself quite a headache either way! We are trying to upgrade from an old, old version of forms and reports and are trying to use as much orginal code as possible. It all works if I pass plain text user name and password... any help would be sooooo appreciated. By the way on the Oracle side I am still pretty much an infant developer... please talk slow and use simple words... ;-p
    Thanks again for any help!
    Va

    ...asking me to enter username and password on a non-secured website, or else thy will destroy my account. Is it legit ?
    It is definitely a scam.  Delete it immediately.
    For more information, see this document:
    Identifying fraudulent "phishing" email

  • Change protocol adapter (Oracle Forms)

    I am trying to connect the SSL database from Oracle Forms.
    The problem is that the database is configured with a protocol adapter TCPS instead of only TCP.
    In Oracle Forms when connecting the database from the menu
    "File--Connect... " it presents the error
    "ORA-12538: TNS: not such protocol adapter"
    I believe that it is because it uses for default the protocol
    adapter TCP because a database that uses protocol adapter TCP is
    satisfactory.
    I need to know where to change the type of protocol adapter,
    I also believe that I should use the driver OCI because this allows TCPS.
    Please I need URGENT help.
    Please it is really URGENT

    Thank you. What is ASO?, is it about Advanced Security?. Yes, I use AS and Forms 9i.
    The problem is that Forms doesn't allow to specify the protocol. I think that Forms for default uses TCP and I need to use TCPS.
    In JDeveloper I can connect the database through JDBC URL and in this string I specify PROTOCOL=TCPS and it is everything. But in Forms I don't know.
    Please help me.

  • Integrating Forms and Apex. (Calling Apex from Forms).

    Hi all.
    We'll soon start an upgrade of our Forms / Reports 6i Application to 11g.
    I was wondering, maybe, it would be nice to add some value for the upgrade process as a whole, using some of Apex new features like web mobile interface or maybe an integration between Forms an Apex, for example to provide users with the powerful features of Interactive Reports, just to name one.
    I have found this interesting link: http://roelhartman.blogspot.com/2008/11/integrate-oracle-forms-with-apex.html. (not a 100% clear for me, but at least it is a start).
    Obviously, to make it attractive, one would expect automatic login between the two Apps. As far as i know, this could be done like this:
    1) Using SSO. With that a Portal / Forms / Reports/ Discoverer/ version would be mandatory (too expensive for some clients).
    2) Oracle Access Manager? Not sure, can Oracle Forms connect to Access Manager? or LDAP? How about the licensing costs?. Not a clue.
    3) Make all Apex pages public? Not feasible.
    4) Now this one: in our forms application, every user authenticates within the application and we internally map that application user to an actual database user. At all times we hold metadata info about the current user (app, and DB), as well as application context. So this is my question:
    It is possible to create an Apex app, with database authentication method, and somehow pass the metadata from forms, and have a kind of custom login procedure that does all the application to DB user conversion process and application context setting????
    This is a very important question for us, although not sure where to really post it...
    Feedback will be greatly appreciated .....!
    Regards,Luis ....:)=

    I did something like that once. What you can do is set some random session id after logging in in Forms. Pass this session id to Apex every time and let Apex check if it is a valid session id.
    More information here:
    http://sqlcur.blogspot.com/2009/04/forms-apex-integration-2.html
    In that example I create a new session id on every call to an Apex page from Forms, but you can use the same session id as long as the user is logged in in Forms.
    Ino

Maybe you are looking for

  • Unable to see the variable in Query Designer

    Hello Experts, I am running one report and it is showing me 0calday variable selection screen at run time. I am unable to see this Variable on my Query designer but when I am opening query properties its showing me in this. Kindly let me know where i

  • ODI-1266 - Stale sessions

    We currentl have a problem on our Production system where some of the senarios fail with : ODI-1266: Agent OracleDIAgent detected Session as stale session and set to error status. The timeout on ODI is set to 22000 . Does anyone know how to avoid/fix

  • Help Itunes not playing songs, slow to load

    I'm running windows xp on a laptop, and itunes. It is the current version downloaded from mac. The problem is takes about 4 min to actually open itunes. When it finally does, it won't play any songs. I've tried reinstalling it, and tried deleting/upd

  • Upgrading iMac 2007 (7,1)  Memory

    I seem to find my trusty iMac a bit sluggish and want to upgrade the RAM (that and i was given a copy of Windows 7 as a gift) so 1 gig isnt enough to run two modern OS's. I've been doing a lot of research (making sure i know what i'm doing and making

  • Problem in X3, video from you tube are not getting...

    Guys, I have activated gprs. videos are not getting played in you tube. Do i need to do any settings? Any pointers wil help. Thank you. Solved! Go to Solution.