Develop oracle form in hindi

any idea of how to develop an application by using orale multilingual features.I need your guidance on
- To develop an application using Oracle forms 9i in hindi
- To store data into database also in hindi
Please guide me that what files i need to change, and also on which level e.g. on client m/c or on DB server or on application server.
pls help me its urgent!!!

Hi,
Oracle METALINK is a good source of information. E.g. Note 260717.1 says:
1. Forms 9i should be on Patch 3 and Java Plugin (JPI) should be 1.4.1.x.
You would need to install the Java Plugin 1.4.1_x which can be downloaded from the Sun Java web site.
2. Install MANGAL.TTF. This is the font picked up by JPI in font.properties.hi.
3. Get IndicIM.jar from http://java.sun.com/products/jfc/tsc/articles/InputMethod/inputmethod. html#Installing_Java_input_method
and put it in C:\Program Files\Java\j2re1.4.1\lib\ext ( or wherever you have installed it)
4. Set the regonal settings so that you may choose Hindi as your user locale.
5. Set the NLS_LANG in default.env to AMERICAN_AMERICA.UTF8
6. To know how to switch the keybord and keyboard mapping refer
http://java.sun.com/products/jfc/tsc/articles/InputMethod/inputmethod. html#Installing_Java_input_method Indic Input Method
7. Set the NLS_LANG to AMERICAN_AMERICA.UTF8 in the environment\registry so that the Forms Builder can also display the prompts etc. in the Mangal font.
8. Create a form with the required items having the font set to Mangal.
9. If you are retrieving and storing hindi data in the database, set the database character set to something like UTF8 too.
10. Save, compile and run the form using JPI.
Frank

Similar Messages

  • Oracle Forms & Report Upgrade/Migrate from 6i to 11g

    Hi All,
    We are planning to upgrade/Migrate from Oracle Froms and Reports 6i to 11g. Can some one please  give me an high level steps to upgrade and migrate from 6i to 11g version.
    Many thanks in advance.
    Kind Regards,
    Mohan

    hi ,
    use below steps for Eliminate this issue
    To start the wizard version of the Forms Migration Assistant:
    1. On Windows systems, set the environment variable FORMS_PATH:
    SET FORMS_PATH=%ORACLE_HOME%\forms
    On UNIX systems, set the variable FORMS_PATH as in the example below:
    setenv FORMS_PATH $ORACLE_HOME/forms
    2.
    In Windows, from the Start menu, select ORACLE_HOME | Forms Developer |Oracle Forms Migration Assistant (GUI Mode), or at the command line, start the conversion utility by entering: frmplsqlconv.bat mode=wizard.
    or
    in UNIX, enter frmplsqlconv.sh mode=wizard.
    The Conversion Wizard Welcome dialog displays.
    Regards,
    Babu

  • How to use LDAP with Oracle forms 10g on Oracle application server

    Hi,
    I need some help on this. I have developed oracle forms 10g on application server 9iAS. The client want to use the existing LDAP authentication to the software we wrote. I do not know how I could configure to use the existing LDAP authentication . If anyone know how would I use the existing LDAP on different server to use when they logon to our menu in 10g to validate the user. Do I need to add any varibales in formweb.cfg or any other method. Please help.
    Thanks
    Luksh

    I am not quite sure if this works out of the box. According to an Oracle FAQ:
    4.2 Can I use LDAP to authenticate Forms Services?
    Not directly. However, Oracle Login Server is able to authenticate against a LDAP directory and thus a Forms application can take advantage of this in a SSO environment. But you cannot use access control information stored in a LDAP directory with Forms.

  • Oracle Forms Builder 10g release 2 documentation?

    I'm trying to locate a book about Oracle Forms Builder 10g release 2. I'm needing a beginner's guide. I've seen the advanced techniques one, but I can't seem to find one for someone that is just starting out. Does anyone have any suggestions?

    There are a couple of books by Albert Lulushi that will give you the basics you can build upon. These are older books, but the concepts they present are still valid.
    <ul>
    <li>Developing Oracle Forms Applications (Aug 1996)
    <li>Oracle Forms Developer's Handbook (Dec 2000)
    </ul>
    Probably more helpful would be some online tutorials. Again, some of these are a little old, but the concepts are still valid for Forms 10g and 11g.
    Although a few of the following links are for older Forms versions, the concepts are still valid across all Forms versions.
    <ul>
    <li>A Tutorial on Oracle9i Forms and Reports
    <li>Tutorial for Oracle10g Forms / Reports
    <li>iSelfSchooling - Basic Introduction to Forms
    <li>Oracle Forms 10g: Demos, Tips and Techniques
    </ul>
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Setting Oracle form on Portal

    Hi All,
    I'm developing oracle form on portal that will be used for 38 branches. Every branch has their own data (using the same table) but the same form, the different is only selecting their own data. I have no idea how to implement this other than creating 38 form for each branches. so 1 changes on a form should be replicated to 38 branches. Can i configure 1 form for every branches?
    best regards,
    ~Diko~

    Seems to me like implementing VPD in your database would be your best bet. By setting a context, you can ensure that each branch will see only the data relevant or specific to that branch.
    Hope this helps

  • RE: Oracle Forms

    Hi,all,
    Is that possible to develop oracle forms or report for windows
    but the Oracle running on Linux server? anybody has really done
    that sort of work ?
    Thanks in advance.
    Jeff

    You can develop Forms and Reports (client/server) on any
    supported platform and run them on any other. You will need to
    compile the source (.FMB/.RDF) files to executables (.FMX/.REP)
    on the target environment.
    It's not a perfect solution, though, as subtle differences in
    the GUI environments mean that a fair bit of "tweaking" can be
    required.
    My advice? Use Web Forms!

  • Calling Stored procedure in Oracle 11g from Oracle forms developer 6i

    We have Oracle 11g (11.1.0.7.0 ) database (64 bit) installed on Windows Server 2008.
    In this database, we have stored procedure ABC(arg1) which is accesing a table in another instance through DB LINK. If we EXECUTE this procedure from SQL/TOAD. It runs successfully and generates the desired output.
    If we write the contents of the stored procedure in the PROGRAM UNIT / ANY TRIGGER in FORM 6i then also, It runs successfully and generates the desired output.
    It is also mentioned, that if we try to use any table in the same instance (and not through DBLINK) then it works fine.
    However, if we try to call this stored procedure (which is  accesing a table in another instance through DB LINK) from  ORACLE FORMS  6i  in WHEN-BUTTON-PRESSED trigger then the FORM BUILDER gets hanged while compiling the form developed in FORMS 6i.
    Please provide a solution to this problem.
    THANKS IN ADVANCE.
    Hemant Singh.
    Asstt. Manager(IT)
    Software development team.

    Forms 6i was never meant to run against a 11g database, this was not tested and is also not supported.Well, that is not completely true. Developer 6i is supported against a 11g database, but only for Oracle Apps R11. That means that for most other customers (not Apps) Forms 6i will work against an 11g database. However, only Apps R11 is supported, and patches are only created specifically for Apps. We are also running Forms 6i against an 11g database without (well, minor) problems.
    In this case, you need to find a solution. You can try to put the stored procedure in a package. The package body, with the reference to the remote table, will be hidden from Forms this way.

  • How to install downloaded Oracle Forms Developer/Services 6i Release 2 for linux

    Hi folks,
    I downloaded d2k6irelease2.tar (Oracle Forms Developer/Services 6i Release
    2 for linux) from
    http://otn.oracle.com/software/products/forms/htdocs/linuxsoft.html
    I untar the file on my linux machine however the extracted files don't
    seem to contain any installing program. I didn't find products.jar in the
    files and there are no script to install the software. I read the attached
    doc, however it only assumes that the installation is from CD-ROM. The doc
    doesn't help anything for this downloaded software. I wonder if anyone
    here know how to install it. Thank you so much.
    Best regards,
    Kai Huang

    There should be a text based installer in the /orainst sub-
    directory
    In that directory, just run the script:
    ./orainst
    The installer seems to require libXm.a, which wasn't included in
    my RH 7.1 installation, so I had to install the motif-
    development libraries before the full install would complete
    successfully.

  • Where to buy the study guide for Oracle Forms Developer 9i or 10g

    Hi, I am learning Oracle Forms Developer Build Internet Application. I am comfortable with SQL and PL SQL. I need authenticate Oracle Study Guide for Forms Developer which will help me in learning basics to advance level but I cannot afford the classroom course, it is beyond my pocket capacity. So I would like to know if Oracle sell only the study guides. I inquired at Book Shops in my area but did not get any help.

    Affan wrote:
    I just went through Oracle Press and Sybex websites and it seems none of the books available suits my requirement. Not everyone can afford class room training unless it is fully or partially sponsored by their employers. And I don't understand what people learn in just 5 days.All the information you need to learn the products and pass the certification exams is available in the freely available Oracle documentation. Sure, it's nice to have the Oracle University training or exam prep books which is often specifically focused on the topics on the certification exam, rather than having to combine data from a few different manuals. But there the free Oracle documentation is pretty darned complete and you'll likely learn more from working through that documentation than you would from the Oracle University material just because you've got to do the work to put things together.
    Justin

  • Running an application developed in Oracle Forms and reports

    Hi Folks,
    Does anyone know or have an opinion on whether an application developed in Oracle Forms/Reports can run on Oracle Cloud as it is a supported product?
    It is also possible to 'mix' adf and forms , but on the cloud.....?
    Thanks
    Alex

    Hi,
    Oracle supports three types of cloud deployments
    (Private) where by applications runs on premises fully controlled by customers.
    (Public) where by applications runs at oracle data centers and managed by dedicated team of experts.
    (Hybrid) partial applications runs on premises "Customer Site" and rest on oracle public cloud.
    in your scenario of using forms/reports and ADF , i personally recommend to have your private cloud as the forms / reports are the previous generation of oracle development tools , everything in oracle public cloud is now based on Oracle fusions and fusion middle ware where the development tools are Jdeveloper , XML , etc...
    Regards,
    Awad El-Sidiq.
    Edited by: user5314604 on Mar 31, 2013 2:15 PM

  • How to avoid error while install oracle developer suite10g(forms & reports)

    hi dear all in recent times i am trying to install oracle developer suite 10g to learn forms and reports in my lap having windows 7 ultimate version ,32 bit,2.56 GB of ram .I downloaded two files ds_windows_x86_101202_disk1 and ds_window_x86_101202_disk2 and i downloaded Oracle universal Installer but i am unable to complete installation process ,When i click on complete(1.11gb) version which include forms,reports,xml,j developer I am facing this type of error message
    "Install has encountered an error while attempting to verify your virtual settings.please verify that the sum of the initial sizes of the paging files is at least 256 mb"
    Could any one help how to avoid this type of error message ? or else is there any other way to download Oracle forms and reports version

    Ok, Oracle Developer Suite (ODS) 10g (Forms/Reports) was not designed for Windows 7. In order to the ODS you must follow these steps for the installation to be successful.
    1. You must set the Virtual Memory (VM) size. The Oracle installer can not read Windows Managed VM. See the Microsoft article Change the size of virtual memory for more information on setting the VM size.
    2. The Oracle Installer does not recognize the internal version number of Windows 7, so you have to set the compatibility mode on the Setup.exe to Windows XP. Right-Click the SETUP.EXE and select properties. Then click the Compatibility Tab and in the Compatibility Mode area set this to "Run this program in compatibility mode" and select "Windows XP SP3".
    3. You must run the ODS setup.exe as the Administrator. Right-click the setup.exe and select "Run as Administrator".
    Having done these three steps, your installation should be successful.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Unable to run forms in oracle forms developer 10g

    I am using oracle forms developer 10g on oracle application Release 12.
    When i run form i am getting error that weblistener is not running on default port 8888. Then i changed it to 8000. But still i am not able to run the forms.

    Nivas,
    In addition to running OC4J, you must also have your browser configured to use a Java Runtime Environment. The easiest - and preferred - method is to install the Oracle JInitiator as there is not configuration needed other than the installation. You can also use Sun's JRE, but you would have to research how to configure your PC correctly. The other option is to change your FormsWeb.cfg file to use the Browser Native JRE. Edit the formsweb.cfg file and find the IE= directive. The Default is IE=jinitiator. Change this to IE=Native, save your changes and you are done. This is not the preferred solution, but it does work.
    Craig...

  • Developering ADF form in query mode (Oracle forms simulation)

    Hi,
    we have a requirement for developing the existing Oracle form using Oracle ADF. The existing Oracle form displays the form in query mode by default. We can enter the search criteria in any of the text fields and then execute query to get the results. If the user does not enter any search criteria, then the form loads specific record based on default criteria into the form. Could you please help developing similar form using ADF.
    At present I created the view object with one bind variable and dragged the view as ADF form to the jspx page. Then I am launching the form in query mode (executing the find method on the view object using operation binding at the time of loading the page). After entering the query criteria in the form, If I click on a button I am executing a method in the managed bean. In the managed bean I am executing the "Execute" operation on the view and it is working fine.
    But my problem is if the user does not enter the search criteria I have to pass default parameters to the view object and return the default record in the form.
    Can you please help in resolving the issue.
    Thanks and Regards,
    S R Prasad

    Hi Frank,
    Thank you for providing information. I created the query panel with the table by dragging all the named criteria. But this is not the look we are expecting for this form. As we have to deveop ADF form with the same behavior as oracle forms, the user must be in a position to edit the data in the same field as that of query field.
    As an example, we have to design a form for Dept table. We have to display all the columns of the dept view in the form at the time of launching the form in query mode. Once the user enters any search criteria in the form, we have to perform search and display the record(s) matching the query criteria in the same columns displayed in the form. User should not see any changes in the form layout.
    If the user does not enter any data in the form, then we have to display the record(s) in the form with the specific department id(This department id can be calculated based on the data in another table).
    Can you please help us in resolving the issue.
    Thanks and Regards,
    S R Prasad

  • Oracle forms developer needed- Cleveland

    We are looking for a contract to Hire position. If interested please send your resume in word format to [email protected]
    Profile:
    * Oracle forms experience minimum 4 years. At least one year of experience with 9i/10G version
    * Has experience deploying web oracle forms
    * Worked with Oracle application server 9i/10G
    * Familiar with java script and object oriented technology
    * Worked in UNIX and windows platform
    * Has successfully deployed at least 3 enterprise level applications
    * Has participated across the entire life cycle of project including the functional and technical design, build and testing phases
    Responsibilities:
    * Learn and understand companies business at a high level
    * Designs, modifies, develops, writes and implements software programming applications under the leadership of project lead.
    * Work with a large team
    * Document system design.

    hi
    is this still open...? I am having 4+ yrs exp in oracle, pl/sql, forms, reports
    pls inform...one thing you have to provide me a workpermit or visa
    kris

  • 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

Maybe you are looking for

  • I can't seem to create my object for my array!!

    I am in school. My project is to create bank accounts for 3 people. I have 2 for loops, one for my account_numbers and the other for the months of the year. This will track each account's transactions for the year. I initialized my array: int[] accnt

  • I edited a .nef file in Camera Raw and PSE 11 saved it as a .xmp file.  I cannot open it now.

    I edited a .nef file in Camera Raw and PSE 11 saved it as a .xmp file.  I cannot open it now. I am not sure if this is an issue but Windows does not recognize the .xmp file and give it an icon with the photo's picture.  On a related note, when I edit

  • Goods issue for subcontracting

    Hi, when I post a goods issue for subcontracting with trx MB1B and mvt 541 the system replies with: For object XABBELEGNR , number range interval 01 does not exist OMJ6 It seems that numeric ranges are ok

  • Linking iPhoto and Aperture., Linking iPhoto and Aperture.

    So, I have done all the obvious things and after multiple years with iPhoto, am struggling with Aperture, but I'll get there. I want to retain iPhoto as a browser for my family, and use Aperture primarily for adjustments. Now, I can open iPhoto files

  • Fast fan during idle. Started a Week ago. (Laptop)

    I don't know if this is a hardware or software problem. I have my laptop computer fan set to not run all the time in the bios. I have scanned the computer for malware or viruses that could be causing the problem. When I start my computer or when it s