Project Fusion & Oracle Forms

Does Oracle Forms have any role within Project Fusion. If not then End-of-Forms?

Frank
I see Oracle shifting its focus (APP11i) from pure Forms to Java centric Forms to meet the business requirements. My question was actually to guess for next-generation application (Fusion) building around SOA still have some contribution from Form. If Forms contribution is minimized then surely Oracle is not improving Forms functionality (I am not considering Java integration or ease of deployment as functionality improvements).
A road map for Forms is certainly here to assure that forms are here to stay but will little or no improvement in features.
Regards

Similar Messages

  • Any idea to develop simple project in oracle forms

    Hi every one
    I have just learned Oracle forms
    now I want to make a project in oracle forms
    i am using forms 10g
    Any help what can i make
    or any links where can i get idea to create a project which can look like as a live project

    Hi;
    You can do it on DEMO instance of EBS or you can do it on TEST instance of EBS.
    If you have metalink you see:
    Test EBS instance Solution Beacon
    Regard
    Helios

  • New Project in Oracle Forms

    Hi All,
    I have 2 years of experience in Oracle forms development.
    Kindly give me some suggestions for doing a project for my MS degree

    I am using the MD5 hash signature from the database to check the PL/SQL - code in the database, it works fine.
    Friedhold

  • Oracle forms 9i/10g connecting SQL Server

    I am currently working on a Project with Oracle Forms 9i at front end and Microsoft
    SQL server at back end. Could Any one please recommand me the steps to connect
    Oracle 9i application with SQL Server database.
    Thanks in Advance...
    M. Aamer Javaid
    Oracle Certified DBA
    [email protected]

    Follwoing is the soluton which I got from orafaq forum:
    <<<<<
    I'd go for an ODBC on the database server, using HSODBC. It worked quite well on a data warehouse project using OWB. I fail to see why it wouldn't work for Forms.
    MHE
    >>>>>
    Now I'm fully in a confused and frustrated state. Each person is saying different solutions for the problem. One person is saying to connect using ODBC driver while other is saying to connect JDBC driver. Actually which driver should I configure? Also no one is giving a clear picture for the problem.
    How can I get a detailed solution for this problem (with screen shots) which include step by step procedure to configure a driver?
    So, I would be pleased if you could please guide me with step by step procedure to get connected with Oracle Forms using SQL Server?
    Or atleast some reference site where I can find the same.
    Thanks.

  • Oracle Forms Recognition - non-Accounts Payable application

    Hi
    I've done a couple of projects using Oracle Forms Recognition (OFR) to process invoice images for Invoice Automation. Recently, I was asked to configure OFR to process some images for another purpose, as a proof of concept. Put simply, I just need to grab a couple of values from scanned images. No validation required.
    Here's what I have done so far:
    - I created a new project in Designer, and have been able to create the new fields that I want to pull off the images.
    - I copied the AP ini file and have configured it as best I can
    - I created a new RTS instance and pointed it at the new ini file.
    However, when I try to start the RTS instance, it starts and then stops straight away. I checked the OFR logs, and there are no errors that I can see.
    Does anyone have any suggestions about possible culprits for the RTS issue? Also, any suggestions on how to configure the ini file would be appreciated. For exaple, there are a lot of sections in the ini file that relate directly to AP. For instance, the PON_ sectionrelates directly to the PO Number field in Designer. Where is that relationship defined?
    Finally, regarding the Learnset - obviously, with AP with have the supplied Learnset. With my custom solution, I will have an empty Learnset. Any suggestions how to get the process moving with an empty Learnset?
    Thanks for any thoughts,
    A

    Just in case, I have to ask if you've set the RTS batch scanning delay mode to something other than the default of 0 which scans once and stops?

  • JDev vs. Oracle Forms

    Hello,
    Can any body reveal strategic question about
    Oracle Forms and forms in JDeveloper.
    I mean somethink like "when should I use what"?
    According to Oracle's Internet strategy
    Java is a prime concern for development and
    here is some misunderstanding for me.
    From perspective it is obviously to use JDeveloper.
    But for what reason and what prespective should
    I start new project with Oracle Forms?
    Thanks in advance.
    Dmitry
    null

    36368ccd-1921-478d-9716-f90da72c8ed6 wrote:
    What kind of information I may lose ?
    Can I modify my file on Oracle Report 11g and compile it in Oracle Report 10g ?
    Or
    Can I modify my file on Oracle Report 11g and compile it in Oracle Report 11g and run it on Oracle Report 10g ?
    Michel,
    Question 1 - the file will no longer be useable with Reports 10g - you will loose everything.
    Question 2 - No, newer versions of Oracle Forms and Reports are not backward compatible with older versions.
    Question 3 - No, see answer to question 2.
    Craig...

  • Accessing Microsoft SQL Server Data by using Oracle Forms 9i

    I am currently working on a Project with Oracle Forms 9i at front end and Microsoft
    SQL server at back end. Could Any one please recommand me the STEPS to connect Oracle forms 9i application with SQL Server database.
    Thanks in Advance...
    M. Aamer Javaid
    Oracle Certified DBA
    [email protected]

    1). Is this functionality be added to Forms 10g or later products or it is obsoleted.
    There are no plans to add OCA functionality.
    2). Steps to connect Forms 9i natively by using Java Importer.
    You will need to write some Java to connect to your source, perform the operations you want to do, and return that data to Forms. Doing this, though, means that you may lose the transaction management functionality that Forms provides for you.
    I cannot tell you what Java to write. It depends on your source and what you want to achieve. As for how to use the Java Importer, this is in the Forms documentation and there are papers on the Forms page on OTN.
    3). Any third party product that can conenct the both products natively.
    I don't know of any.
    Regards,
    Robin.

  • Oracle Forms in Fusion application

    Hi all
    I am new to fusion apps
    I just wanted to know whether Fusion does support Oracle forms.
    As per my knowledge Fusion does not have any oracle forms.
    Please let me know if there is any document related to the above information
    Thanks
    Mandar

    Yes, Oracle Forms/Reports is now part of the Oracle Fusion Middleware (FMw) 11g bundle.  Unfortunately, you must install Oracle WebLogic Server in order to install FMw, even if you are installing on a developer workstation.
    Check out this link for more information:  http://www.oracle.com/technetwork/developer-tools/forms/overview/index.html
    Craig...

  • Oracle Fusion Middleware Forms Services title need to be change in JRE

    Hi,
    When i run the form in the Runtime(JRE) . I ran the form in separateFrame=true and it is working fine ,but it show "Oracle Fusion Middleware Forms Services" in the
    title of the JRE .. I need to change the title and ICON of the JRE.
    Where do i need to change .. please help.
    Regards
    Mani

    but if you put separateFrame=True .. and that pagetitle is working when separateFrame=False .... >
    This setting changes the default title of the Browser window that your Forms Application runs in. If you want to change the title of the Forms Applet window you would need to set the title through code in your Form using the Set_Window_Property() built-in. For example:
    /* This sets the title of the Window named "WINDOW1" */
    Set_Window_Property('WINDOW1',TITLE,'This is my Window title.');
    /* This set the title of the Applet Window */
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'This is my Application Title');Just set the title in the first form displayed by your application. There is no need to set it in each form, unless of course you want to change the title as you navigate through your application. : - )
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Oracle Forms Look and Feel project for Forms 6i

    Hello everybody,
    Recently I find a web site that introduce Oracle Forms Look and Feel project,
    Oracle Forms Look and Feel project
    http://sheikyerbouti.developpez.com/forms-pjc-bean/LAF/doc/Oracle_Forms_Look_and_Feel_project.htm
    Can I use the PL/SQL library (laf.pll) , Java Beans and PJCs grouped in a jar file (laf.jar) for Oracle Forms 6i?
    thx

    Hi Francois,
    I find one website mention the following,
    "PL/SQL tables reside in the private PL/SQL area of the Oracle Server database instance; they are not available as client-side structures at this time. As a result, you cannot declare and manipulate PL/SQL tables in your Oracle Developer/2000 environment."
    from http://www.unix.org.ua/orelly/oracle/prog2/ch10_01.htm#SQL2-CH-10-SECT-1
    Cheers,
    Gary

  • Running a project by clicking a icon without running oracle form builder

    Hi,
    How can I Run a project by clicking a icon without running oracle form builder?????
    Regards
    Ashraf

    Hi!
    For forms 6i client/server just create a shortcut for your application like:
    %forms_home%\bin\ifrun60.exe your_formand set the working path to your forms folder.
    For web forms create a shortcut with the url to your server/pc like this:
    http://pcname:port/forms/frmservlet?config=your_configand create a config entry in your %forms_home%/forms/server/formsweb.cfg
    for setting the modulename (fmx) and the working path for your application.
    Regards

  • Fusion Reports & Forms Clustering - Fail recognize Oracle Report Component

    Hello All,
    Forgive me if I have the wrong forum.
    I installed weblogic 10.3.6.0 + Fusion Reports Reports & Forms (11.1.1.1.6) on windows platform.
    Yet when I try to extend the cluster when creating an instance I do not see the Oracle Report component, only Oracle Forms.
    Did I miss a step? I used the base Fusion installation:
    MH_HOME = D:\Oracle\Middleware
    INSTANCE_HOME=D:\Oracle\Middleware\asinst_1
    ORACLE_HOME=D:\Oracle\Middleware\as_1
    Servers created
    =============
    AdminServer
    WLS_DISCO
    WLS_FORMS
    WLS_REPORTS
    Thanks in advance for any assistance .
    Sincerely
    Jan S.

    Hi Jans,
    This is pure specific to Weblogic forum.
    where as you have FMW query.
    Please post your query in.
    Applications Integration using Oracle Fusion Middleware
    that will help you and get your query.
    Regards,
    Kal

  • Installing Oracle Fusion 11gR2 Forms and Reports only

    Hello Everyone,
         now that i have the Web logic Server (10.3.6) up and running to include the Admin Server on a windows operating system, does anyone have a watered down easy step by step process to install Forms/Reports 11gR2?
    also, i already had an oracle database instance up and running prior to the weblogic install, does this need to be moved into a domain within weblogic?
    thank you,
    steven

    I already had the instructions from the Link, but they talk about installing everything else except the Forms/Reports.
    Which link are you talking about ? the one I posted ? its title is Installation Guide for Oracle Forms and Reports , so ...
    Additionally, I didn't see anything on how others would actually come into the site?  so once everything is setup and works, and i provide a link to others for testing the application, what gets passed so that the application will pull up?
    Well, that's a different thing. See Oracle&amp;reg; Fusion Middleware Forms Services Deployment Guide 11g Release 2 (11.1.2) - Contents

  • Converting oracle forms into java forms

    Hi all,,
    would help me plz on how to convert oracle forms into java using any tool;
    Is Jheadstart is the tool,, im having jeveloper version 10.1.2.1.0

    There are at least two companies that are marketing Forms to Java conversion tools. I'm sure that a good Google search will locate them, and they are frequent exhibitors at Oracle-oriented conferences like Collaborate and ODTUG Kaleidoscope. But there are problems associated with doing this. I urge anyone who is considering such a project to read this article by Grant Ronald: http://www.oracle.com/technology/products/forms/pdf/10gR2/formsmigration.pdf
    You should carefully ask yourself and your clients and management, "Why do you want to do this?", "What benefits are you trying to realize?", "Does this make sense, and are there other options that we should be exploring?"
    For instance, many people are trying to protect themselves because "Forms is going away". Oracle has stated again and again that Forms is NOT going away. In fact the recent Fusion Middleware 11g release included a new version of Forms with some significant enhancements. You may do very well just by upgrading to the latest version of Forms.
    If you do decide that it still makes sense to convert, I suggest that rather that converting, you may want to redevelop from scratch. Keep the database if it is well designed - a well designed, stable database will outlast any front end that you may use against it. Then take full advantage of the capabilities of your new toolset, and leave behind the limitations and inapplicable methodologies of your old one. Oh, by the way, don't use JDeveloper 10.1.2. Use 11g if you can, or 10.1.3.5 if you must.

  • Inserting dynamic images to excel using oracle forms 6i

    HI All,
       I'm working in project to export data from a table, one of the column has images (Blob). I need to export the data to excel.
       How can I do it?
    Thanks

    Use OLE Functions.
    http://codingwithpassion.blogspot.com/2011/02/plsql-forms-word-and-excel-manipulation.html
    Features of OraOLEDB
    ole - Oracle Forms using OLE2 not saving Excel document on 3-tier setup - Stack Overflow
    Tx

Maybe you are looking for