Oracle Forms 4.5 conversion to 6i help

we are doing conversion from oracle 4.5 to 6i
so first we should convert libraries to 6i. After I converted some of libraries files I am getting an error saying that libraries not find ('that is another library name that i already converted).
is there any idea

thank you sirs,
I set the registry settings but still I am getting error message, that is
PDE-PLI018 COULD NOT FIND LIBRARY SCR_HEAD,
SCR_HEAD is another library that i already compile with 6i forms and both of them exist same directory,,
waiting your help

Similar Messages

  • How to deploy oracle forms on weblogic server - please help

    Hi,
    I have installed weblogic server(10.3.1) and fussion middleware 11g forms & reports on windows 2003 server.
    I want to deploy and test oracle forms in weblogic server.
    Please help me.
    Thanks & Regards,

    Hi,
    thanks for your information.
    where can i found the document for testing the report server?
    Thanks & Regards,

  • Bug in Oracle Forms Builder 6i?

    When converting from binary to text in Oracle Forms Builder, the conversion is inexplicably dropping a WHEN-VALIDATE-RECORD trigger for one of my data blocks.
    I am running Oracle Forms Builder 6i on Windows XP with the latest patches. I couldn't find anything in the bug search that resembled this problem. Is this a known issue? Is there a workaround?
    Any help would be appreciated. Thanks!

    I just tested this in 10.1.2.2 on XP and could not reproduce the problem. It is unlikely that this is a bug and if it was, it is very likely that it was already corrected.
    Ensure that you are using 6.0.8.26. If you are using Oracle Applications you should be using 6.0.8.27.
    Also, Error Correction Support for stand-alone Forms 6.0.x users ended long ago, which means that a patch cannot be provided for version 6.x.

  • 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

  • An Oracle Forms Success story

    Hi:
    I believe that in the forum we tend to post "I need help. Please help" "Oracle has issues!", etc, kind of topics. I am going to try to change that and will start posting now and then my "Oracle Forms" success stories that will hopefully help us all in sharing when we do something right and not just sharing when we need assistance. By the way, I do realise that there are plenty of great people in this forum already sharing their positive findings, I just would like all of us to start doing it on a regular basis.
    Having said that, here is my first success story:
    On Friday, I was having a conversation with one of our users and setting her up with our Web based application. Since we are moving her from a character based application, I was emphasizing to her how in the new GUI/Web based application it was important and benefitial to start using the mouse. To this she said "You know Thomas, we use Salesforce and recently we noticed that they have enabled the ability to click on any field and make it editable. Also, she said, you know how in our application we very often find ourselves going to a field and then pressing Ctrl-Y to bring up the full contents of the text. I just think that it would be really great if our new Mouse-enabled application would allows us to simply double click a filed and bring up the full text. Is this now possible? she asked. I paused and ran the request quickly in my head, since I made sure that certain things happened when we converted our Forms from character to Web platforms (i.e. I made sure that we referenced Object Groups to all of our forms), I was able to quickly (within a minute after she finished her question) answer to her that it was possible to accomplish what she described relatively trivially, but that it was still not enabled. Confident in my understanding of the whole app and in the hooks that I had installed during our upgrade, I promissed her that I would have a definite estimate and full answer by Monday.
    I went home Friday and went to a school Carnival with my two beautiful children and awesomely beautiful wife (I have been told by co-workers that she looks a lot like Gina Lollobrigida) so I forgot about the request for the rest of the evening. Saturday morning I woke up and the first tought in my head was: I got it! I turned on my computer, coded and tested the solution against a couple of forms in five minutes and convinced my self I was right with my first tought. I then compiled the rest of the forms (around three hundred) and tested a few selective ones and verified that indeed I had solved the problem. I am now ready not only to tell her how easy it but to have her experience it in our development environment first thing on Monday, hopefully giving her a sense for how great our new platform is.
    The End
    Here is my code:
      IF NOT SUBSTR(RTRIM(RTRIM(GET_ITEM_PROPERTY(NAME_IN('SYSTEM.TRIGGER_ITEM'), PROMPT_TEXT)), ':'), -1) IN ('*', '+') THEN
        DO_KEY('EDIT_TEXTITEM');
      ELSIF :SYSTEM.MOUSE_ITEM IS NOT NULL THEN
        DO_KEY('LIST_VALUES');
      END IF;How did I deliver to all 300+ forms:
    We have a form (called base.fmb) that contains all of our common forms objects and an OLB called common_obj.olb.
    All of our forms have an object group called BASE_TRIGGERS referenced in.
    1) I created a WHEN-MOUSE-DOUBLE-CLICK trigger with PL/SQL above.
    2) I added WHEN-MOUSE-DOUBLE-CLICK to BASE_TRIGGERS objec group.
    3) I copied BASE_TRIGGERS from base.fmb to common_obj.olb to upgrade object group.
    4) I installed common_obj.olb to our UNIX deployment box.
    5) I compiled a few of the modules and tested in the app.
    6) I ran a full recompile.
    Why does it work:
    1) The code above written PSEUDOLLY means:
      IF the prompt associated with the field does not end in * or + THEN
        SHOW THE EDITOR
      ELSE
         Execute KEY-LISTVAL
      END IF2) Somebody very smart in our company introduced this neat notation to place a plus sign (+) at the end of the prompt for every field tha has a list of values. Also, that person had an asterisk (*) placed at the end of field prompts that provided drilled down (calling another form o show detail) to another form.
    3) Oracle, in a great white paper made me aware of the fact that when converting from character to Web all field prompts needed to be converted from Text to the Prompt property and furthermore, in their great wisdom, to make it easy they actually put a button right on the designer to make it trivial to accomplish.
    Hope this is a good start,
    Thomas
    P.S. If I left anything out or you have any questions, please feel free to ask.
    Message was edited by:
    Thomas Morgan
    Message was edited by:
    Thomas Morgan

    Great idea to post success stories. Kudos for giving step-by-step instructions.
    Was the notation using plus or asterisk to signal the user if there's an LOV or drill-down available in place in your character based app or was it implemented during the GUI conversion? This is probably a matter of UI opinion, but does the notation clutter the screen a bit ad did you try other visual prompts? I like the notation because you don't have to click in or tab to the field to see if a LOV is available. That's a big benefit that probably outweighs the issue of screen clutter.

  • Problem in concurrent update in ADF BC (compare to oracle forms)

    Hi,
    I am using JDeveloper 10.1.3.3.
    I created a simple form on EMP table using JSF/ADF BC template and then I browsed the EMP form with 2 separate browsers.
    Both browser were on the same record (for example SMITH record). I changed the value of salary in one browser and commit the change. Then, in the second browser I changed the value of salary to something else and commit. As I expected I got JBO-25014: RowInconsistentException. (a similar error was shown when we used Oracle Forms and updated one record from 2 separate sessions).
    I pressed the commit button for the second time and surprisingly enough,the changes committed successfully !!!
    In oracle Forms you had to re-query to be able to change when an error like this happened and normally it should be the same in ADF BC. The strange part is that the framework detects that the record has been changed and prevents committing operation but just for one time!!!
    I tried locking mode to both optimistic and pessimistic but there was no difference.
    Is it any way to achieve the same functionality we had in oracle forms in the past?
    Any help would be highly appreciated.
    Thanks in advance,
    Navid

    Hi,
    I think this can be explained the best with the fact that the web is stateless. If you mark a record for update, which you do when you submit it. Then it should get locked in the database. After commit you release the lock and whoever wants to override the value you put in can do this. I don't think that a lock should be released only if a user re-queries the data. You can code this in though: just requery the records on error
    Frank

  • How to open .cmdrw file from Oracle Forms 10g

    Hi,
    We need to call *.cmdrw* file from Oracle forms 10g. Is there any way to call *.cmdrw* file from Oracle forms 10g?
    Thanks for the help.
    Viishnu Nekkanti

    In case you want to open a .cmdrw with its associated application you can use the following procedure:
    webutil_host.NonBlocking( 'rundll32 url.dll,FileProtocolHandler ' || client_filename );This works for every file where a program has been associated to its file extension. (Adobe Reader for *.pdf, Microsoft Word for *.doc, Microsoft Excel for *.xls and so on)
    Regards
    Markus

  • Can not run forms in Oracle Form Builder

    I get FRM-10142: The HTTP listener is not running on computer1 at port 8890. Please start the listener or check your runtime preferences. When I try running a form in Oracle form builder.
    Can someone please help with a solution to this problem.

    Start the OC4J Instance first....
    Simon

  • Oracle forms error while calling through browser

    Hi,
    I have an application server 10g r1 running on linux advanced server 4 and installed
    jinitiator 1.22.But when i calling form through browser from other machine a message is appeared on the screen without showing the form
    java.lang.classnotfoundexception:oracle.forms.engine.main.
    would anyone please help me to solve this problem.
    thanks
    noman

    Hi,
    Can you make sure you have frmall_jinit.jar present in the $ORACLE_HOME/forms/java directory in the server.
    Also make sure you have archive_jini parameter in formsweb.cfg (under $ORACLE_HOME/forms/server directory) has the value frmall_jinit.jar
    Regards,
    Arun

  • Close Oracle forms server automatically

    Hi all,
    I am using Oracle forms 6i in web.
    WHen i exit the form the Oracle form server is still sitting there.How to close the Oracle Forms Server automatically when i exit the form.
    I mean can we have any statement in the form to close th e oracle forms server.
    Thanks for your help.
    Thanks

    Hi I have a link like below
    I used the following code in post form trigger of my form
    web.show_document('javascript:history.back();','_self');
    When i press the link the Oracle Web server is opening and oracle run form is opening login information
    When i pressed the logoff of my form.
    It is still showing Oracle Web Server screen.
    I need to go back to my link screen,where i am calling this form.
    Thanks for you rhelp.

  • Sending email from oracle forms

    Hi, I want to send an email within oracle forms 10g.
    If anyone could help me.
    Thanks.

    Hi,
    I didn't understand.....
    Isn't it convienient to you , to create a button , for example , and call the UTL_MAIL.SEND(......<parameters given in text items of your form>......) buolt in procedure....????? or the equivalent procedure in UTL_SMTP ....????
    Regards,
    Simon

  • Conversion of oracle forms 4.5 into oracle forms 9i

    Hi Gurus!
    Its becoming a bit more difficult for me to find the solutoin of the following problem!
    Scenario is that i have a form developed in oracle forms 4.5, after conversion in oracle forms 9i, i am getting fixed as,
    I have two text items say item1 and item2, item2's "Synchronize with item" property is set to "item1" and there is also a
    WHEN-VALIDATE-ITEM trigger on item2, and as u know in 9i forms WHEN-VALIDATE-ITEM trigger on child item in this case item2 is
    ignored, now if i move that trigger to item1(in this case the master item) then trigger is fired but then the business
    logic/flow change as originally i didnt require any WHEN-VALIDATE-ITEM trigger on master item i.e item1
    So wot should i do to resolve this problem/situation?
    Plz let me know if i have conveyed successfully!
    Thanx in advance!

    Hi my company specialises in doing exactly this.
    Please look at our web site www.transenigma.co.uk to see out conversion tools. We can take you from Forms v2 right htrough to Forms 6i web forms, and anywhere in between.
    If we can help you, please send us an email.
    Tony

  • Oracle Forms - need to update multi-record block - Help needed asap

    Hi,
    We are using Oracle apps release 11i - Oracle forms 6i.
    I have a field "project_start_date" in project_block in a custom form. There is another multi-record block called role_block in the same custom form and it has a field named start_date. Requirement is when ever I make change in the project_start_date in project_block, that should reflect in role_block.start_date. I tried different means and could update only the very first record of the multi-record block - role_block. I need to update all the records in the role_block with the same project_start_date. Used looping and several other methods. But could not achieve. Any help is really appreciated.
    Thanks
    Akil

    Hi;
    For your issue i suggest close your thread here as changing thread status to answered and move it to Forum Home » Application Development in PL/SQL » Forms which you can get more quick response
    Regard
    Helios

  • Pls Help: View Crystal Report Via Oracle Form Builder

    Hi!!
    I want to know how to view the .rpt report (report made from Crystal Report) via Oracle Form Builder. I've to do it in my project. If you know, please tell me.
    Thanks in advance,

    I don't know how does crystal reports work, and I would guess you should ask the crystal guys to help you with this. find out if they have a command line interface that you can invoke from the host command in forms.
    We can help you do it with Oracle Reports though :-)
    http://otn.oracle.com/products/reports

  • Need help for Oracle forms 10.1.2

    Hi , I have installed oracle form 10g application in one of my linux box ( 64 bit) , After bringing up the servers , the system-linux box is getting rebooted automatically . Please help as the Everytime the servers are going down along with the machine.

    My shop uses that version of Forms. 64 bit Linux gave us so much trouble we installed 32 bit Linux on the 64 bit hardware.
    Correct me if I'm wrong, but I don't think there's a 32 bit version of the oracle software so 64 bit Linux does not give you anything.
    Best Regards
    mseberg

Maybe you are looking for

  • I seem to have 2 icloud accounts

    When I look at my contacts on my iMac I seem to have 2 iCloud accounts.  One has all my contacts on and the other only has about 10.  When I enter new details on my iPad or iPhone it only backs up to the shortened iCloud account

  • Spot Removal VERY slow in LR CC

    Doing my tests and the spot removal is atrociously slow...what gives?

  • XMP Standard - Is there a tool for non-professionals to handle PDF files for free?

    I'd like to start organising my various files and I wonder if I could include PDF files into the process (it seems easier with graphics), possibly also some video or audio files in the future. I hope there's a tool, not onle for IT specialists to han

  • Does the app store filter content or not?

    I went to do a search on my iPhone in the App Store and saw the following screenshot. I was shocked that apple would allow this. What if it was my daughter's iPhone?!

  • Why is DV importing so slow?

    So, I digitized about 50 of our old Video8 home videos on my iMac. iMovie doesn't support pass-through through a miniDV camera that I used so I had to use a program called Vidi to digitize each Video8 cassette into one big DV file (1 DV file per cass