What ver of Oracle forms

I've installed oracle 8i and i want to know what version of Forms i have to download to use it with this version of the db. It is installed on a win98 system. Thanks

All software for Forms available here
http://otn.oracle.com/software/products/forms/content.html
Regards
Grant Ronald
Forms Product Management

Similar Messages

  • Latest Oracle db ver. that Oracle Forms ver 9.0.4.0.19 is compatible with.

    We are currently using Oracle forms 9i, our Oracle App Server version is 10.1.2.3 and currently our database version is 10.1.04.
    We are thinking to upgrade to Oracle database version 11.1.x.x or 11.2.x.x.
    So my question is what is the latest Oracle database version that our version of Oracle Forms is compatible with?
    Here is the information from forms builder:
    Forms [32 Bit] Version 9.0.4.0.19 (Production)
    Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Oracle Toolkit Version 9.0.4.0.31 (Production)
    PL/SQL Version 9.0.1.5.1 (Production)
    Oracle Procedure Builder V9.0.3.5.0 Build #1641 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle Query Builder 9.0.4.0.6 - Production
    Oracle Virtual Graphics System Version 9.0.1.11.0 (Production)
    Oracle Tools GUI Utilities Version 9.0.4.0.11 (Production)
    Oracle Multimedia Version 9.0.4.0.11 (Production)
    Oracle Tools Integration Version 9.0.4.0.0 (Production)
    Oracle Tools Common Area Version 9.0.2.12.0
    Oracle CORE 9.0.1.5.1 Production
    If this is not the correct place to post this question could anyone please redirect me to the correct place?
    Thanks in advance.
    Regards,
    Greg.

    Greg,
    There is some confusion here.
    Forms and Reports are integrated into Application Server. So if you are running Application Server 10.1.2.3, you are also running Forms 10.1.2.3 (Forms is a sub-component of AS). If you are building your Forms application with an old Builder (e.g. 9.0.x), I would start by saying that this is not recommended. You should upgrade your Builder to the same version as your deployment environment, which you indicated as being 10.1.2.3. There are several reasons for this. In your case, one main reason is that the database versions supported with 9.0.4 are not the same as with 10.1.2. So, something that may fail during testing in your 9.x environment may work correctly in 10.1.2 or visa-versa.
    That said, here is some info which may help:
    AS (including Forms & Reports) 10.1.2.3 was certified with database versions up to and including 11.x
    http://www.oracle.com/technology/software/products/ias/files/as_certification_r2_101202.html
    AS (including Forms & Reports) 9.0.4.0 was certified with database versions up to 10.1.x
    http://www.oracle.com/technology/software/products/ias/files/as-certification-904.html
    Also be aware that the latest Application Server version is "Fusion Middleware 11g" - 11.1.1.2. This, like previous versions includes Forms/Reports of the same version.
    http://www.oracle.com/technology/products/middleware/index.html

  • Problem with List Item in oracle forms

    Hello Experts,        
                         I am new in oracle forms and i am using oracle forms 11g with weblogic 10.3.5 at windows 7.
    I have 3 database tables say(tbl_city,tbl_state,tbl_address).
    tbl_city
    C_ID
    C_name
    S_ID
    0
    None
    0
    1
    XYZ
    1
    2
    AS
    2
    3
    AXD
    2
      tbl_state
    ID
    s_ID
    S_Name
    0
    None
    1
    XY
    2
    ASD
    tbl_address
    A_ID
    A_Street
    S_ID
    C_ID
    1
    ABC
    1
    1
    Now I have made an oracle form having data block tbl_address with base table name tbl_address. In the form there are two list: one(list_state) for State_Name & State_ID and another(list_city) for City Name & C_ID display.
    Here I want when I set State_name to ASD then List item list_city should be populated with the values having State_NAME=ASD not of State_Name=XY or None.I have tried it to make but not succeeded.I have made a procedure to populate list_city list item as:
    -- here item_nm-->List item Name,  sel_val & sel_val2 for selecting C_ID and C_NAME,   tablNm---->tbl_CITY,  whr for where condition,   mtch--->selected value of list_State(list item in form)
    PROCEDURE list_item(block_nm varchar2,item_nm varchar2,sel_val varchar2,sel_val2 varchar2,tablNm varchar2,whr varchar2,mtch varchar2) IS
    group_id RecordGroup;
    group_name varchar2(10) :='abc';
    status NUMBER;
    query1 varchar2(350);
    item_name varchar2(20);
    match varchar2(50);
    BEGIN
        match:=mtch;
        item_name:=block_nm||'.'||item_nm;
      group_id := find_group(group_name);
    if not id_null(group_id) then
    delete_group(group_id);
    end if;
    --if whr='' then
    --    match:='0';
    --    end if;
    query1:='select '|| sel_val || ',TO_CHAR('|| sel_val2 || ') from '|| tablNm ||' where '||whr||' = '||mtch;
    message(query1);
    group_id := Create_Group_From_Query(group_name,query1);
    /* Select statement must have two column*/
    status := Populate_Group(group_id);
    Populate_List(item_name,group_id);
    exception
        when others then
        message('error');
    END;
    I am not  able to guess what trigger  in oracle forms should be used to populate list item(list_city). Please help by giving useful suggestion.
    Thank You
    regards
    aaditya

    979801 wrote:
    If I use LOV in place of List Item,Then I have to populate a LOV at run time.How could I maintain a record group n attach to LOV at run time?
    On my previous post I have mentioned record group as follows:
    select * from tbl_state where s_id=:tbl_address.s_id;
    If :tbl_adress.s_id chaned during the time of run, then output values of list_city (LOV) is also changed.

  • Mouse Scroll Not Working in oracle forms

    Hi,
    I Created a master and detail block.. In Detail block following Properties i set
    No. of Records to be displayed : 10
    Scroll bar : no
    Without having the scroll bar i wannt to check all the records in the detail Block.
    for this i created key_scrolldown trigger in form levl called thye builtin
    SCROLL_DOWN;
    i'm using Oracle 10g.. JIniator for Running Oracle Forms
    applying this Coding this function is not working..
    Can anybody tell this How to oversome from this...???
    Cheers.

    What version of Oracle Forms are you using? You should always include this in your posts. :)
    Mouse scrolling is only enabled in Web runtime of Forms - so you must be using Forms 9i or higher.
    Does JRE Support mouse scrolling function?If memory serves, Mouse scroll was first introduced in Java 1.5.0. Therefore, if you want enble the mouse scroll wheel in Forms, you must be using JRE 1.5.0 or higher. I strongly recommend you use Java 1.6.0_33 or higher - but do not use Java 1.7.0 as it has not been certified with Oracle Forms yet.
    In order to use the JRE over the Jinitiator, you must modify your configuration to enable use of the JRE. Please take a look at Oracle 10gR2 Forms Services – Using Sun's Java Plug-in. This Oracle White Paper is for Forms 10g Release 2, but the instructions are basically the same for 9i and 11g as well.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • What are the reference forms for ARXRWMAI.fmb in Oracle Receivables ?

    Hello,
    We need to customise the standard Receipts (ARXRWMAI.fmb) in Oracle Applications, as part of our data encryption solution. However, ARXRWMAI appears to be entirely a refererring form, with all blocks and items protected, and I am trying to determine which are all the source code forms - none of the Reference Information seems to be notated for the standard Oracle form in the block properties (viewing in Designer). I thought I'd located one of the forms ARXRWRCT.fmb, but after saving the required changes in this form, and then recompiling and regenerating the ARXRWMAI form, the changes have not been incorporated into the referring form. Can anyone shed any light on this issue ? We are on Oracle Apps 11.0.3, 8i Database, Forms 4.5.
    Thanks heaps,
    Jane Blackall

    Rosario, don't feel bad -- English is my only language, and those acronyms give me trouble sometimes, too. The quickest and easiest way to find out what they mean is to go to google.com and type in the letters. That is what I do.

  • What are the types of lookandfeel is available in oracle forms?

    Hi Gurus,
    What are the types of lookandfeel is available in oracle forms?
    And where i can see?For Example: &lookandfeel=oracle
    Regards
    Gopinath M

    Rosario, don't feel bad -- English is my only language, and those acronyms give me trouble sometimes, too. The quickest and easiest way to find out what they mean is to go to google.com and type in the letters. That is what I do.

  • Oracle forms - Unable to see what is typed in the screen

    Hello all,
    we are using hp laptop model ProBook 6460b where we are facing issue with the Forms.
    when we are tying something in the Screen fields, we are not able to view it, but when we switch to another window and come back we were able to see what is typed.
    your help would be highly appreciable.
    Thanks
    Prem.

    Hello Yoonas,
    This is the information i got from (Help) of the application what we are using.
    Client version 6.1.0
    Server Version 7.0.5
    when checked with team i understood that it is compiled in Oracle Forms Builder 10.1.2.0.2
    will this information sufficient to address our issue.
    Your inputs are highly appreciable.
    Thanks
    Prem.

  • What oracle forms / reports version are using in EBS R12?

    Hi all,
    We are planning to upgrade to EBS R12. what oracle forms / reports version are using in EBS R12?
    Thanks.

    Hi,
    Forms and Reports 10.1.2.x are used by Oracle Applications Release 12.
    Note: 437878.1 - Upgrading Forms and Reports 10g in Oracle Applications Release 12
    Oracle Applications Concepts
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121oacg.pdf
    upgrade forms reports R12
    http://forums.oracle.com/forums/search.jspa?threadID=&q=upgrade+forms+reports+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • What is the Oracle 12c Forms & Reports relase? what are the key benefits of Product?

    Hi All,
    Actually I heard from Oracle learning streams . Oracle 12c forms builder planned to release.  what are the key features of release . when it is available in OTN ?
    I have the following questions : (  Any one can answer me )
    1. In Forms Builder PL/SQL Editor why don't we implement the CODE / syntax checker?
    2. Is it possible to have the PL/SQL in built features automatically popup as soon as input the command by user ?
    3. Is it possible to implement the Forms product without web browser help , I mean independent controller contacts through back end web logic server ?
    4. Is It Possible to have more user friendly forms product, I mean fields editing at run time? or more features?
    5. Will be getting the Migration assistance tool for 11g r2 to Oracle 12c ?
    Many thanks in advance, will appreciate your highly attention on the same .
    Thanking you & Best Regards
    Purushotham M

    Find out the answer to all your questions today April 30th at 1pm eastern time when Oracle Forms PM Michael Ferrante does a webinar with AuraPlayer (www.auraplayer.com) with a sneak peak of Forms 12c.
    You can register here
    https://attendee.gotowebinar.com/register/8223447940783281921

  • In Oracle Forms 10g, what is the best approach in read an excel file (csv)?

    Hi All!
    Could someone please advise me on what is the best way for an oracle form reading and extracting data from an excel spreadsheet (csv) that is located in the local drive directory.
    Someone had already advised me to use TEXT_IO function or use a javabean through the Implementation Class property.
    I'd really appreciate it if someone can give me insights.
    Thanks! beeals

    Other approach to load a CSV file, you can use EXTERNAL TABLES. SQL Reference manual has examples.
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_7002.htm#i2095331
    [urlhttp://www.astral-consultancy.co.uk/cgi-bin/hunbug/doco.cgi?11210] simple example of external tables loading data into oracle
    or here
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:68212348056
    Regards
    Ros
    Message was edited by:
    Rosario Vigilante

  • In Oracle Forms What is the difference between the Regions and Blocks ?

    Hi,
    In Oracle Forms What is the difference between the Regions and Blocks ?
    thanks
    siva

    Hi Siva
    in oracle forms Block are entities which represent your data (table, views etc), you can say like EOs and VOs.
    Well I dont know about regions in forms.

  • What are Built In's in Oracle forms. Are they like built in trigggers. how

    What are Built In's in Oracle forms. Are they like built in trigggers. how r they different from triggers which r also bulit in.
    thanks

    a trigger is something, which runs, when an event fires.
    a built-in is like a function or procedure, which helps you doing your work.
    e.g.
    go_block ('myBlock'); - navigates to the block
    execute_query - starts a query
    exit_form -ends the form
    you can's compare triggers and built-ins. They are totally different.
    In a trigger you can use built-ins to establish a functionality

  • What would you recommend me to do in Oracle Form Builder as a beginnner?

    I am a beginner in Oracle Form Builder and can anyone recommend a list of tasks/assignments I could try as I barely any projects at work currently ?
    I have been able to query items in a database(table) by creating a control/dummy block. What list of tasks would you suggest me to do next ? Any complex type of forms I could try ?
    Thanks.

    If you have created a dummy/control block, I would recommend that you create a new block based on a database table. Use the block wizard.
    Then a further block based on a table that is a "child" or "detail" table for the one you just created. use the block wizard.
    Then create a list of values (using the LOV Wizard) to populate one or more of the fields in your block - preferably using a SQL statement to get the contents of the LOV.
    You could then try creating a calculated item to add up values in one of your blocks.
    Then try creating a "when validate item" trigger on one of your items to try to enforce some validation rules. Display any error messages using an Alerti (don't bother with the "message" function in Forms - it's rubbish).
    That should be enough to be going on with.
    Good luck.

  • What is the latest version of oracle forms?

    I need to migrate oracle forms from 6i version to the latest version. What is the latest verison for forms?.
    Also when we say oracle 11i forms does that mean we compile 6i/9i forms with 11i database?

    Hi,
    Right now i am working on oracle 6i developer.
    The oracle backend database has been upgraded to 10G 10.2.0.3, now we want to upgrade the oracle developer (forms and reports) as well.
    Which version is suitable with the mentioned oracle backend version.
    Is the current verion of forms 10gR2 (10.1.2) compatible and suitable?
    Anyhelp would be appreciated
    Thanks

  • Configuration of Netscape Navigator for Oracle Forms on Netscape 8.12 Ver.

    Dear Forum,
    I have the experience of confiugring the Internet Explorer for Oracle Forms Web-deployment. But I just want to know what are all the changes are required to configure the Netscape Navigator for Oracle Forms Web Deployment. I came to know that it needs some changes in .dlls. Please advice me any techincal refereneces in this regard.

    Aashil,
    I've a similar configuration: Sun Sparc Solaris 8, Forms 6i Patch 10 and Apache server which comes with Oracle 9i server.
    Forms 6i is on his own Oracle home. I have Forms Listener Servlet working.
    Take a look in ../Apache/Jserv/etc/jserv.conf Make sure ApJServMount /servlets /root and ApJServMount /servlet /root
    are defined. If you want I could mail you my conf-files. My email-address is [email protected]
    kind regards,
    Ivan
    Configuration of Listener Servlet with patch 8 on Sun SPARC Solaris
    I am trying to install and configure Forms6i Application Server for Sun SPARC Solaris 8 with Patch8.
    I am installing application server in /home/oracle/home9iAS, and have set up the development environment in /home/oracle/forms6i.
    1) First i install Forms Server and Reports Server, for that i need to define following env variables
    $ORACLE_HOME is /home/oracle/forms6i
    $ORACLE_BASE is /home/oracle
    i am defining them in .profile file in oracle account.
    2) Apply Patch 8
    3) Install Application Server with Minimal Installation
    4) Configure Forms Listener Servlet using http://otn.oracle.com/products/forms/pdf/p8listenerservlet.pdf pdf file, i am following it to the letter.
    When i try to access forms listener server using http://hostname:port/servlet/oracle.forms.servlet.ListenerServlet i get an error:
    "Not Found
    the requested URL /servlet/oracle.form.servlet.ListenerServlet was not found on this server."
    What can be the reason?

Maybe you are looking for

  • Interactive page links not working in Google viewer

    Hello, I created a PDF from InDesign and wanted to embed jumps from page to page. Specifically, they're arrows with text that the viewer can click on to jump from page to page. I tested them in Acrobat Reader and they work. I test emailed myself the

  • Calculation to split data in a field

    Hi Can anyone help me with a calculation I need (if it is possible!) I have a field (Subjective) an example of the data is "I420-PrimaryCareTrustsInc" Im want to take the data from the 6th chararcter and add a space before every letter that is in cap

  • Access data source from plugin

    I have a recorded webtest. I added a csv file as data source in WebAndLoadTestProject. Now I added a PlugIn which containing several class for pre/post request override method. I want to access that added csv file as source of data and want to assign

  • Camera keyframing issue

    I have keyframed camera movement. When i go into the keyframe editor to edit specific parameters of a camera keyframe location, it applies this change uniformally to all the keyframes in the sequence. ie) if i increase the x axis point of a particula

  • "Modified date" changing on messages for what seems to be no reason. Very strange.

    I have been working on an autoarchive issue with Outlook 2010 for a few days.  I found out that by selecting a message and pressing ALT+Enter you can see the modified date, sent and received dates, etc for the message.  I know if you move a message o