About me

Hi,

Picture of Wilfred van der DeijlMy name is Wilfred van der Deijl. I’m 36 years old and live in The Hague in The Netherlands. I’m married to Jeannet and have two daughters: Kela and Yoni. I studied Computer Science in the early 90’s and started working as an Oracle consultant in ‘95.

I do some work as an independent consultant, but my primary job is at the IT department of Eurotransplant which consists of just over 25 people. We develop and manage applications for Eurotransplant, Bio Implant Services and the Dutch Transplantation Foundation. The department has one system architect, and that’s me!

There isn’t a lot of standard software for organ and tissue transplantation ;-) This means we’re a typical Oracle custom development shop. The core systems were originally built using SQL*Forms 3.0. Over the years, they were upgraded to Forms/Reports 6i using database 8i. Designer 6.0 was introduced for all new developments.

I joined Eurotransplant in December 2004. Since then we’ve been busy upgrading Forms/Reports to version 10gR2, including Oracle Single Sign On. Once that was finished, we upgraded the database to 10gR2. We’re still thinking about what to do with our Designer 6.0 setup. We also developed an offline Java Swing application in 2004-2005 which has been running successfully since early 2005. In the meanwhile, we’ve also developed a number of JDeveloper/JHeadstart/ADF Applications. At the beginning of 2007 we did a proof-of-concept with Oracle BPEL and we just started implementing our first two BPEL projects.

As you can see, we’re completely locked in to the Oracle technology stack, and we love it! :-)

I’ll use this blog to report on my findings using Oracle software in my workfield while we make the typical transition from “traditional” Forms/Designer development to J2EE. It has brought me many contacts in the Oracle community some of which are internal Oracle contacts. This even resulted in me being a member of the Oracle Customer Advisory Board for Development Tools since summer 2005.

The name of this blog OraTransplant is combination of Oracle and Eurotransplant.

48 Comments

TrackBack URI

  1. hi Mr.Wilfred van der Deijl you are a great man,
    first am sorry about my english language because it’s not good, i hope you will understand me what i need.
    am working in the J.U.S.T University as oracle developer (the system that i developed is HR system) under oracle 10g releas 2.

    there are some problem with developing on oracle 10g and hope you help me to find the solution :-

    First problem :- we compile the forms on the window to show how it run then we put it in the unix application server i want to know how to compile the form .fmb on the unix (without GUI) to get .fmx run on the unix.

    second problem :- how to call the reports(that are already saved on the unix server .rdf) form the form to run on the explorer ( i use web.show_documents procedure to call the report and pass the user parameter and system parameter but it didn’t run on the unix) then how to hide the user name and password from the URL without using cookies .

    thank you very mutch
    hope find the solution with you
    Mahmoud M.Hammad
    another e-mail : mh_083@YAHOO.COM

    Comment by Mahmoud Hammad — 4 May 2006 #

  2. Compiling on Linux is done with a command line tool; “frmcmp.sh”. I haven’t access to a Linux server right now, but running “frmcmp.sh help=y” probably gives you an explanation of all possible command line arguments.

    You have a number of ways of runnig Reports from a Form. You’re probably best of starting with a white paper published by Oracle.

    Comment by Wilfred — 4 May 2006 #

  3. Hi Wilfred,

    I work for a company which supplies aero plane parts of some of the major airlines and defense. The supply chain system for parts is written in Oracle Forms 6i and has over 350 forms and some two dozen reports. Now, I am working on migrating the application to 10g and deploy on OAS 10g Rel 1.

    I am coming from Oracle Development (forms and PL/SQL), DBA and system architect. I don’t have much of Java background. JDAPI is something I have stopped before I get myself familiarized with Java. Your blog was very helpful as the project what we have in front of us sounds very close to what you have just finished.

    I have following questions:

    1. What version on application server you have migrated the Forms. Are you using with SSO and have Application Server infrastructure install or do you have only Forms Services running on the app server.
    2. Have you used Forms Load balancing or network switch to distribute the load and maintain app servers.
    3. Are you willing to share your customized JDAPI code?

    Thanks a lot!
    Soni

    Comment by Soni — 21 July 2006 #

  4. 1. We initially migrated from 6.0 to 10g release 1 (9.0.4). Since then we upgraded 10gR1 to 10gR2 (10.1.2). When we upgraded from 10gR1 to 10gR2 development was still using 6.0 (we had to support both 6.0 and 10g so we kept development at 6.0). That ment we didn’t upgrade to 9.0.4 forms to 10.1.2, but went back to the 6.0 forms and upgraded them to 10.1.2 directly. We have both a mid tier and an infra tier and yes we do use SSO.
    2. Nope. We do have two midtier servers setup as a cluster but all load is directed to only one of the two. The other server is also our dev/test server. If the primary production server would fail we switch over to the other one by a change in the firewall. In that case we have to stop using dev/test.
    3. Yep, the customized JDAPI code is available online.

    Comment by Wilfred — 24 July 2006 #

  5. Hello Wilfred,

    I think I’ll be visiting your blog very often, in my company we are starting a very big migration from 6i to 10g in one of our clients.
    I’m working for an IT consulting group specialized in insurance (home made software) in Barcelona, Spain.

    Our first step: the proposal, of course, trying to make the best approach, reading papers, getting information from oracle sites , and looking for best practices and previous experiences…

    John.

    Comment by Juan — 10 October 2006 #

  6. Hi Wilfred,

    How are you doing. It was nice to see your earlier comments on the blog and also I believe some comments by you on a discussion forum. (which has brought me here.)

    We are about to undertake a major upgrade project of Forms 4.5 to 10g and Apps to 11.5.

    Earlier I had read about a script developed by you for automating the migration process for Forms. Is it possible for 4.5 –> 10g.

    [Some of my comments may bring you to a conclusion that I am not a Forms person, which is true. My job is management of the project and I have no clue whether the whole migration will take an as high mentioned by my team, and whether that is the best way.]

    All our target OS’s are Unix\Linux based.

    Looking forward for your reply.

    Rgds,
    Agnyeya @ Planet Earth

    Comment by Agnyeya — 7 December 2006 #

  7. Hi Agnyeya,

    Our custom build Forms Migration Assistant can be found at http://www.oratransplant.nl/2005/05/30/custom-built-forms-migration-assistant/
    You can download the source code and have a look. It uses the JDAPI (Java API) to open a FMB file and make the necessary changes to run it in version 10g.

    For as far as I know Forms 10g can open a version 4.5 FMB so it should be possible to upgrade your forms from 4.5 straight to 10g. If it is not possible you would have to open the Forms in Forms Builder version 6i and save them back to the file system. Once they are in 6i format I’m sure you can open them with the 10g converter as that is what we did.

    Be sure to make a backup of your original FMB files. Once you open and save them with a newer version of Forms, you won’t be able to open them again with version 4.5

    Good luck!

    Comment by wilfred — 7 December 2006 #

  8. Hi Wilfred;

    I am trying to install Oracle 10g on a remote freebsd server, but installing using X11 is drowning us down, is there any way to install oracle without the GUI..

    Comment by Samer — 7 December 2006 #

  9. As far as I know the Universal Installer is the only way to install recent versions of Oracle products. Universal Installer does not have a character mode, it’s always graphical. You could try and setup response files for a silent install as described in the installation guide. Perhaps that will help, but I guess it can be a tedious task.

    Comment by wilfred — 14 December 2006 #

  10. Hi Wilfred,

    I am Working on Migration of Forms/Reports 6i to Forms/Reports 10g. While searching on the Net i Found your Website and it is very helpfull. i wanted know what are the chalanges you have faced during the migration of the Reports from 6i to 10g
    is there any step by step procedure to migrate the Reports. if possiable please share some ur findings and if u have some usefull links regarding migration of Reports please share with me.

    Thanks
    Prasanna.

    Comment by Prasanna — 8 January 2007 #

  11. We didn’t have any problems with Reports. We could just run the RDF files with the new Reports 10g without any problems.

    We only had to change the way we called reports from Oracle Forms, but that’s a Forms issue. We also had to make sure to migrate the custom printer definitions we had in Oracle Reports (custom desformat parameters).

    All reports ran without any modification.

    Comment by wilfred — 9 January 2007 #

  12. OraSys Company its Oracle Partner loocking for tools to Migartion from 6i to 10G and to become as dealer for your products in Gulf area

    plz notify me about this subject by e-mail

    best regardes

    Basem Abualhaija
    GM for OraSsy IT

    Comment by Basem Abualhaija — 16 February 2007 #

  13. Dear Sir,

    I am working as Oracle DBA recently management given me task to work on application server. First I started reading documents now I have installed webcache & j2ee without infrastructure. Now I want to deploy applications we have some custom developed application in Forms6i, how to do this I have all fmbs, can you give me steps for this and how to move all forms & reports on application server, which components I should use, I need some details on it.

    We are using Linux & windows!!

    Thanking you in advance for your kind support!!

    Thanks,
    Samad

    Comment by samad — 27 February 2007 #

  14. Samad,

    You need more than WebCache and J2EE. You’ll need to install and configure Forms (and Reports) Services. See the documentation at http://download-uk.oracle.com/docs/cd/B19375_07/doc/frs/index.htm

    Comment by wilfred — 27 February 2007 #

  15. Hi Wilfred,
    I found this site while looking for help and I almost found what I need.
    I migrated the reports 6i into 10g and it works fine,but when caled from a 6i form - the form dumps due to error in run_report_object.
    I saw your answer here ,where you mention “We only had to change the way we called reports from Oracle Forms, but that’s a Forms issue. ” -could you help me there or refer me to some info about how it is done -
    thanks - Dorit

    All reports ran without any modification.

    Comment by dorit sela — 4 March 2007 #

  16. Hi Wilfred,

    I am working on testing “Migration of Forms/Reports 6i to Forms/Reports 10g”.I would like to know, the testing approach for testing the migrated Forms and Reports from 6i to 10g?.
    Is there any step by step approach to test the migrated Forms and Reports.If possible please share some ur findings and if u have some useful links regarding testing the migrated Forms and Reports please share with me.

    Thanks
    Prem.

    Comment by Prem — 7 March 2007 #

  17. Hi Wilfred,

    We looked at your profile. It was just fantastic.You are involved in projects with over 1000 clients on internet.So,You should be the one who can help us.

    We have an application on forms 10g. Our clients have problem accessing that over internet.They are not comfotable with the startup time.In LAN(10 Mbps), we could record startup times as 6-7sec. When, accessed over WAN we could record 20 - 45 sec depending on the network load.Over a 256 kbps it is taking 90 sec and Over 56 KBps line, it was not opening.

    We use oracle 10g and JInitiator (1.3.1.25).

    Can you help sovle this problem.

    As far as we can see, there are some http requests going form client to server.
    1) to invoke initial forms servlet(response:htm)
    2) to get Registry.dat (response:text file)
    3) to get default.dat(response:text file)
    4) three requests, we could not find what they are for. (response:application\octect stream)

    And significant time is spent on client between the requests as well.

    we will appreciate any sort of help wilfred.

    Comment by Teja — 13 April 2007 #

  18. Dear Sir,

    We are facing one problem on displaying reports. We configured forms & reports services on windows 2003 this machine is in domain and of course end users also in domain. The problem is when we run the report it is running successfully on server, but not displaying on clients, neither in pdf, html & excel format, we called to network people may be problem with domain or windows. But they say problem with your forms & reports.

    Developers saying no problem in report because it is running successfully on server when we check under Oracle_Home/reports/cache reports are ok.

    Why reports are not displaying on clients important thing there is no error message on clients.

    It is very very urgent, I need your assistance in it. Please help me out!

    Thanks,
    Samad

    Comment by samad — 9 June 2007 #

  19. Samad,

    I would have to know how you are trying to run reports. It could be a lot of things going wrong. You’re probably best off opening a service request at http://metalink.oracle.com. They have trained engineers helping you with this stuff and they can even share your desktop to have a look at the actual situation. These type of things are hard to figure out without seeing it for yourself.

    Comment by wilfred — 9 June 2007 #

  20. Hi,
    I am new to oracle stuff. I want to be a DBA.But as u know entry level jobs as DBA is a daydream.
    I am an OCA. I wanted to know the future scope of Oracle forms and reports 6i. Should i learn oracle developer suite and get a fresher job.
    Would this approach help me in migrating to DBA job in later future..

    Thanks.

    Comment by Yasir — 14 August 2007 #

  21. Yasir,

    If you want to be an Oracle DBA, the best way is to keep searching for that entry-level DBA job. Having knowledge of Forms/Reports will not help you very much in finding a DBA job. We have two DBA’s working at our company and neither of them understand Forms and Reports. They don’t have to either. There main job is with the Oracle database itself, SQL, some PL/SQL, and operating system stuff.

    You could always try to get a job at an IT contractor. Most of them have opening for junior employees and it’s a great way to acquire a lot of knowledge in a short period. You will probably work for many clients and see a lot “of the Oracle world” that way.

    Comment by wilfred — 21 August 2007 #

  22. Hello Wilfred,
    Very First i would like to congurates you on your all achievement.
    I am writing you with having lots of hope in my heart .
    We have a application which is developed in Forms6i,Reports6i and database is oracle 9.2.0.1 on solaris platform
    ( basically a 2 tier application)
    Now we want to upgrade it to 10gAS , so that every one can use it through web .
    My prblems i am stating follows.

    1. When i surf on net to download 10gAS through Oracle site(,i do lost which thing i should download so that i can at-least start the job—-http://www.oracle.com/technology/software/products/ias/index.html).please tell me what i have to download to make a oracle 10gAS installion that supports all the functionality of form6i.

    2. As my database will be on Solaris , On which platform ( windows, linux) i should make my Application Server.

    3. What are the limitations of upgardation from 6i to 10gAS (what will be the side effects on Forms and Reports)

    And please pass me the best practise which you must have wrote for upgrading 6i to 10gAS.

    I hope you must got my problem , if i am unclear on any point please let me know.

    Thanks
    Amit

    Comment by Amit — 4 September 2007 #

  23. Dear,

    I am facing a Problem in NLS_LANG I have recompiled fmbs to generate fmx on unix. The problem is NLS lang we are using arabic fonts for forms & reports on windows when I recompile on UNIX by setting NLS_LANG=ARABIC_UNITED ARAB EMIRATES.AR8MSWIN1256 eventhough we are getting question marks ????????? on our forms. How to resolve this problem….

    If you know the solution please help ……

    Thanks,
    Samad

    Comment by samad — 8 September 2007 #

  24. thank you for your work!

    Comment by Lorinser — 21 September 2007 #

  25. Hi Wilfred,

    I am an Oracle DBA working for a Canadaian Univeristy. Surfing the website, I come cross to see your blog related to Oracle Forms/Reports upgrade issues, SUN JPI plug-in, JInitiator etc. As you see, I am not a forms developer but getting to know those issues encountered when they do forms migration will really help me out. You have done a good jobs to shed the light with others. It is worth to read your blog. Thanks.
    Don

    Comment by Don — 26 September 2007 #

  26. Hi ,
    We recently migrated from 6i to 10G and lot of users are facing issues like screen toggling ,on a text item they will eneter 5666 and when they tab out 5 gets erased out.

    Do you have any inputs on this? We are not able to reproduce these issues. teh issues are very intermittent.

    Comment by Divs — 12 October 2007 #

  27. Help
    I just want a way to call a report from a Form without specifying the report server name???
    we have implemented a high available solution for OracleAS we have a hardware load balancer in front off two OracleAS, so the problem is that i cant specify a report server name when calling the report from a form.
    please I need a detailed solution since I don’t have a strong oracle forms Developer Back ground
    Regards

    Comment by Qusai — 8 December 2007 #

  28. hi Qusai ,

    You can specify the report servr name in rwservlet.properties. This will take the report server specified as default reports server and you will not need to pass the report_sever argument at all

    Comment by Divs — 9 December 2007 #

  29. Hi Wilfred,

    I am Harun Tofik from Indonesia, when i browse the AMIS Technology Blog, I found your name and than I want to know more about you.

    Wow, your really wonder full people. Not just a success people but significant people “More than success”

    I want to learn from you, you web site very use full for me and other people like me “oracle technical consultant”

    So I hope you share more and more … :)

    Thank You
    Harun Tofik

    Comment by Harun Tofik — 13 December 2007 #

  30. Hi Need help i am working with Oracle10g and Devloper suites Forms and Report while i try to run report with PDF i have a problem with Arabic Fonts so anybodys knows can answer me by mail My Email ID is moinansari_jeddah@hotmail.com

    Comment by Moin — 23 December 2007 #

  31. HI
    its me again I have a website (asp) running under IIS 7 my question is
    can it be integrated with SSO???
    and how if there is a metalink document i can refer to or any oracle document that would be gr8
    thanx n advance
    note: the IIS and Oracle Infra are installed on different servers

    Comment by Qusai — 6 January 2008 #

  32. Hi Wilfred,

    I have one question regarding Barcode fonts in pdf reports using oracle 10gr2 forms/reports services. When we installed barcode file on windows/fonts directory then modified ufont.ali its working fine on server itself but from the client browser when running the report its not in barcode string, its showing the original string. I read some docs its showing to embed pdf so that users can view the exact barcode, I have a barcode file .ttf, but in PDF embed it is showing .PFB or .PFM what kind of file these are how to make it.

    I hope you understand my problem can you please
    give me some suggestions so that I can resolve this issue…

    Thanks,
    Samad

    Comment by samad — 23 June 2008 #

  33. Samad,

    I’ve forwarded your question to our administrator who installed Reports and made the font embedding work. Perhaps he can explain, as I don’t really remember how he got it working.

    Comment by Wilfred van der Deijl — 23 June 2008 #

  34. Hi Wilfred,

    You replied to the following post on Oracle 11g forum…

    (Oracle Business Rules without SOA?)
    http://forums.oracle.com/forums/thread.jspa?messageID=2619831&#2619831

    But, for some reason your reply does not show up on the forum. I received your response via email and posted it manually. I have further questions for you on the forum but since you post did not show this was the only way I could contact you.

    Thanks,

    Matt

    Comment by Matt — 30 June 2008 #

  35. Hi Wilfred

    At the outset apologies for posting my query in the wrong place. But I couldn’t find your email id or any other link where I could send my query to you.

    We are migrating our Oracle Forms 6i application to web based Oracle Forms 10g. The application runs using Sun JRE 1.5.0_05 in Internet Explorer on Windows XP.

    Oracle Forms 10g uses Java classes for its own purpose which Oracle has supplied them in JAR files.

    Oracle recommends that we should cache these JAR files onto the client machine in order to load the application faster.

    We have followed that recommendation. The application is working well and the JAR files are also getting cached onto the client machine.

    So far so good. But the real problem begins now.

    On Windows XP, the Sun JRE caches these JAR files under the users’ profiles settings. Precisely the path reads
    as below:
    Documents and Settings\\Application data\Sun\Java\Deployment\Cache\javaapi\v1.0\jar

    Storing these files has got two disadvantages:

    1) Traffic, Bandwidth and Time : Since our users have got the roaming profile, all the files under their profile moves with

    their Login into Windows and log-off from Windows. Not only does this network traffic incur round trip between a PC and

    server, it also consumes the precious bandwidth and considerable amount of time when they login into the Windows.

    2) Storage Space : As per our oraganisation’s policy, each user’s profile is allocated 8MB of space. The total size of all
    the JAR files is about 4MB which leaves them with almost no space in their profile and it frequently pops-up an annoying

    message “You have exceeded your profile storage space…”.

    The solution to above two problems is that we store these JAR files into some other folder for e.g. C:\temp.

    Changing the location of Temporary files can be done in two ways:
    Solution 1) Either by going to Java Control Panel -> General tab -> Temporary Internet Files -> Settings.
    OR
    Solution 2) By going into deployment.properties file which resides under the Documents and Settings\\Application

    Data\Sun\Java\Deployment folder.

    However, Solution 1 is not feasible considering we have got more than 1000 users. Hence it is ruled out.

    Solution 2 is also not feasible since deployment.properties file gets created ONLY after the Java applet is loaded first time
    when the user hits URL of our application.

    In view of the limitations of above two solutions, we are looking for the Registry settings of Sun JRE in which we can

    specify the location of temporary files for Java.

    While Googling for the Registry key, I found that in the previous version of Sun JRE i.e. 1.4.2, there was a registry key
    called USER_JPI_PROFILE.

    I tried creating this environment variable in the Registry but it didn’t work. I suppose that Sun has de-supported this
    environment variable with the version 1.5.

    Our application has not gone into production yet. But the above two issues pose a serious threat to the implementation of our application.

    So here comes my question to you. Is there any Registry settings you are aware of that serves my purpose ?

    Also, other than the Registry Settings, if by any other means my original problem (storing the temp. files in other folder)
    could be resolved, please can you let me know ?

    Any of your ideas/suggestions/help will be much appreciated.

    Thank you for your time for reading such a long thread !!

    Cheers

    Mayur

    Comment by Mayur Shah — 21 August 2008 #

  36. Hi Wilfred,

    I am working on your technique, “Integrating Oracle Forms into Oracle ADF Faces”. I am working on JDeveloper 10.1.3 and Oracle Application Server (OAS) 10.1.2. I have successfully developed a jspx page to include an Oracle form in it. I am developing in Windows while my OAS is deployed on Linux.

    My forms also have some libraries (.pll) attached. Initially I was getting an error message ORA-06508 (Program Unit Not Found), then I recomplied the plls, detached and reattached those with my form, and subsequently it started working fine on my local machine.

    Now I am facing another problem. I have to deploy the ADF application on OAS 10.1.2 on Linux. When I run the my jspx page with Oracle form in it from OAS, it gives an error message “FRM-40039 Cannot attach library xxx while opening form xxx”.

    As per my research on this issue, I found that the system is unable to locate the path where my libraries are residing. On my local windows machine I added the directories to my FORMS_PATH variable, but on Linux I had to look at formsweb.cfg file where I can set WorkingDirectory. Also we have a myappforms.env file with FORMS_PATH defined in it. I can assume by some testing that while running the form through my jspx web page, the system is not referring to formsweb.cfg file, as it is not running through Oracle Forms Servlet. As a result it is not finding the path where my libraries are located.

    What are your suggestions in this regard? What can I do to resolve this issue?

    Regards,

    Amir

    Comment by Amir Aman — 3 September 2008 #

  37. Amir,

    Sorry for the late reply. It looks like you are running into an issue I also had with the new . It seems that the Forms servlet doesn’t like it when the serverURL parameter has an absolute URL. It has to be a relative URL, otherwise the Forms server will not be started with the WorkingDirectory and FORMS_PATH from your specific config section.

    See the OraFormsFaces issue tracker for a description of the problem and a workaround.

    Comment by Wilfred van der Deijl — 4 September 2008 #

  38. Hi Wilfred,

    Thanks for your reply.

    Until this stage I am using the integration method specified in Oracle Forms as Web Component Step-by-Step How to Guide.

    The solution you have provided deals with OraFormsFaces, that I am currently not using.

    Can you please suggest some solution for this scenario?

    Thanks,

    Amir

    Comment by Amir Aman — 5 September 2008 #

  39. Amir,

    I think the problem is caused by the browser never making a call to the Forms servlet to get the HTML. In the Forms-As-Web-Components guide the browser never makes a call to the Forms servlet, but embeds the necessary HTML directly in the web page.
    The first call being made from the client browser to the Forms server is when the Forms applet starts.

    We found that this was causing a number of problems. As it turns out the Forms Servlet itself (the little bit that parses a base*.html file and returns the parsed version) also sets a number of session variables at the server side. It looks like the WorkingDirectory and FORMS_PATH is among these. Since this call is never made, the Forms server doesn’t have these session variables and uses the settings from the [default] section in the formsweb.cfg file.
    You should be ok if you setup the workingdirectory and FORMS_PATH environment file there in the [default] section.

    This was one of the reasons the applet HTML injection was drastically re-engineered with the OraFormsFaces solution. OraFormsFaces does let the client browser call to the Forms servlet as in a normal situation. This sets the server side variables and also ensured the solution is compatible with Oracle Single Sign On.

    The Forms-As-Web-Components was really intended as a proof-of-concept, nothing more. It’s (very) rough around the edges and we’ve made numerous improvements in the OraFormsFaces product. If you are interested in integrating Forms and JSF you are much better of just using OraFormsFaces. You get the benefit of many more people using and enhancing the solution. Believe me, building this integrating yourself from the ground up is a daunting task, even with the Forms-As-Web-Components guide.

    Comment by Wilfred van der Deijl — 5 September 2008 #

  40. Hi Wilfred,

    Thank you very much for your suggestions.

    You are absolutely right. I have gone through the trial version of OraFormsFaces since I posted my last comment and reading the workaround in issue tracker.

    You have done a nice job in developing OraFormsFaces while dealing with issue that anyone can face. We are no doubt considering using OraFormsFaces now.

    Thanks,

    Amir

    Comment by Amir Aman — 6 September 2008 #

  41. Hi,

    I used your code to create a new plugin “InitialHint”. I had to adapt a lot, but as a code base and for orientation, it was great.
    http://www.lesereins.de/?page_id=501

    Regards,

    Christian

    Comment by LeserEins — 4 October 2008 #

  42. Hi Wilfred,

    Using ‘Integrating Oracle Forms into Oracle ADF Faces’ I could successfully create an applet to include the forms.

    I am using a menu to call different forms in the same applet. The landing form is the welcome form. This is working fine if i open a single form but when i try to open another when a form is already open, it gives me a message that ‘Cannot navigate to Welcome’(Note: Welcome is my landing form)

    Could you tell me how to resolve this issue, so that i can open multiple forms at a time.

    Hope you will be able to help me out.

    Regards,
    Chithra

    Comment by Chithra — 14 November 2008 #

  43. Thanks,very interesting and useful post

    Comment by female nudity — 17 November 2008 #

  44. Hi Wilfred,

    Thanks a lot for the solution. I have included the PJC in the forms. I am able to open two forms. But now once I exit a form, I am not able to open another form. As a matter of fact I am not able to open any forms. The opening of form can be done only once.

    Hope you will be able to help me out.

    Thanks,
    Chithra

    Comment by Chithra — 19 November 2008 #

  45. Hi Wilfred ,
    I am working on Oracle forms migration code.
    While running the code on windows, I am getting below error.
    Can you please let me know what the cause is?

    Exception in thread “main” java.lang.UnsatisfiedLinkError: no ifjapi90 in java.library.path

    Comment by Basavaraj Hiremath — 20 November 2008 #

  46. Hi Wilfred,

    We are evaluating oraformsfaces for migrating our existing forms to j2ee environment. This product seems to be a good fit for having a good navigation between the UI.

    But we have one major problem, management is looking for a solution to slowly migrating the forms to the new environment instead of embedding all the forms in side the JSP pages. They would like to provide navigation between existing forms application and the new ADF application.

    Is there any possibility for passing data between the forms application and the j2ee application?

    Does OraFormsfaces helps us in integrating forms env and adf env with out embedding the Oracle Forms inside ADF pages?

    Thanks and Regards,

    S R Prasad

    Comment by Prasad Challagundla — 2 March 2009 #

  47. Hi,

    Did any answer ever get posted to this one comment by Samad (23 June 2008):
    http://www.oratransplant.nl/about/#comment-201337

    “I have one question regarding Barcode fonts in pdf reports using oracle 10gr2 forms/reports services. When we installed barcode file on windows/fonts directory then modified ufont.ali its working fine on server itself but from the client browser when running the report its not in barcode string, its showing the original string. I read some docs its showing to embed pdf so that users can view the exact barcode, I have a barcode file .ttf, but in PDF embed it is showing .PFB or .PFM what kind of file these are how to make it.

    I hope you understand my problem can you please
    give me some suggestions so that I can resolve this issue…”

    I’m facing the same problem : Oracle Reports won’t embed my barcode font in PDF output file.

    Thanks for your help.

    Harry

    Comment by Harry — 19 March 2009 #

  48. Hi,
    I am a newby. but I do want to be more knowledgeable on making my site more operable, practicable, and user friendly.
    I am installing your plugin, and hope it can assist me with tracking visitors, as a main concern.
    I also want to understand my user trafiic better to be better able to serve site visitors.

    Comment by Anthea McGibbon — 10 October 2009 #

Trackback/Pingbacks:

  1. My Favorite Wordpress Plugins - II at Vinod Live!

    [...] Ultimate Google Analytics 1.5.2 Enable Google Analytics on your blog. Has options to also track external links, mailto links and links to downloads on your own site. By Wilfred van der Deijl. [...]

  2. Emc2 - Piotr J. Kober blog » Zakładanie bloga - urzyteczne plugin w WordPress

    [...] Ultimate Google Analytics - Udostepnia Google Analytics dostep do blogu. Dzięki temu możesz śledzić np. zewnętrzne linki związane z twoimi stronami. Stworzony przez Wilfred van der Deijl. [...]

  3. Builder Online Custom Home

    A dream shared by home-seekers and home-builders... A new Sofia real estate project has what it takes to be Sofia's favourite apartment location...

  4. Ultimate Google Analytics_Wordpress plugin

    [...] Author Homepage [...]

  5. wordpress plugin » Blog Archive » Ultimate Google Analytics

    [...] Author Homepage [...]

  6. 七十二松-72pines.com的插件详解

    [...] Ultimate Google Analytics by Wilfred van der Deijl [...]

  7. Loving Wordpress But There Is A New Platform Looming

    [...] just installed the Google Analytics plugin by Wilfred van der Deijl. I’m yet to experience any problems. It was a mere task of uploading a PHP file to the [...]

  8. 七十二松-72pines.com的插件详解 | 摩尔因

    [...] Ultimate Google Analytics by Wilfred van der Deijl [...]

  9. 72松47个wordpress插件小解 | 虾米盒子

    [...] Ultimate Google Analytics by Wilfred van der Deijl [...]

  10. 什么叫什么,搜搜就知道 » Blog Archive » Ultimate Google Analytics

    [...] VersionsLast Updated: 2008-2-3 Requires WordPress Version: 1.5.1.3 or higherCompatible up to: 2.3.2Author HomepagePlugin Homepage ;Donate to this [...]

  11. [scribkin] Scribkin’s WordPress Plugins - Let Me Show You Them

    [...] Enable Google Analytics on your blog. Has options to also track external links, mailto links and links to downloads on your own site. Check http://www.oratransplant.nl/uga/#versions for version updates By Wilfred van der Deijl. [...]

  12. HostSay 网站建设指南 » wordpress » 常用wordpress插件简介

    [...] Ultimate Google Analytics by Wilfred van der Deijl [...]

  13. Complete List of plugins installed by Wordpress Direct : Wordpress Plugins

    [...] Ultimate Google Analytics Enable Google Analytics on your blog. Has options to also track external links, mailto links and links to downloads on your own site. Check http://www.oratransplant.nl/uga/#versions for version updates By Wilfred van der Deijl. [...]

  14. Les extensions (plugins) Wordpress utilisées sur ce blog | Blog gay de MensGo FR

    [...] Google Analytics 1.6.0 » Wilfred van der Deijl (url) Enable Google Analytics on your blog. Has options to also track external links, mailto links and [...]

  15. WordPress Plugins | thephotographer4you

    [...] Enable Google Analytics on your blog. Has options to also track external links, mailto links and links to downloads on your own site. Check http://www.oratransplant.nl/uga/#versions for version updates By Wilfred van der Deijl. [...]

  16. 4webmasters » Top 1000 WordPress Plugin Authors

    [...] Wilfred van der Deijl [...]

  17. En.nicuilie.eu Blogs » Top 1000 WordPress Plugin Authors

    [...] Wilfred van der Deijl [...]

  18. Plugins that I'm currently using on my blog | Moongrabber

    [...] Enable Google Analytics on your blog. Has options to also track external links, mailto links and links to downloads on your own site. Check http://www.oratransplant.nl/uga/#versions for version updates By Wilfred van der Deijl. [...]

  19. 72松47个wordpress插件小解

    [...] Ultimate Google Analytics by Wilfred van der Deijl [...]

  20. 10 Plugins That Every Wordpress Blog Should Utilize | Agent SEO

    [...] downloads on your own site. Check http://www.oratransplant.nl/uga/#versions for version updates By Wilfred van der Deijl. 4. Google XML [...]

  21. Realinuxze

    [...] Ultimate Google Analytics by Wilfred van der Deijl [...]

  22. 10 Plugins That Every Wordpress Blog Should Utilize : sohbet chat dostluk arkadaslik sohbet odaları kameralı sohbet sesli chat kızlarla sohbet

    [...] Enable Google Analytics on your blog. Has options to also track external links, mailto links and links to downloads on your own site. Check http://www.oratransplant.nl/uga/#versions for version updates By Wilfred van der Deijl. [...]

  23. MEHは ホームページ制作 / Webシステム制作 / SEO対策 / コンテンツ運営 京都を拠点に関西で活動中

    [...] 1.6.0 | 作者: Wilfred van der Deijl | [...]

  24. 10 Plugins That Every Wordpress Blog Should Utilize | Best Wordpress | rooteto.com - Ertuğrul SAĞLAM

    [...] Enable Google Analytics on your blog. Has options to also track external links, mailto links and links to downloads on your own site. Check http://www.oratransplant.nl/uga/#versions for version updates By Wilfred van der Deijl. [...]

  25. Wordpress: 7 plugin per iniziare « Francesco Masetti

    [...] Google Analitics – Un ottimo plugin per inviare dati al tuo account Google. Di Wilfred van der Deijl | Visita la homepage del [...]

  26. Best Wordpress Plugins for a new site..

    [...] 1.6.0 | By Wilfred van der Deijl | Visit plugin [...]

  27. 9 Plugins to put your WordPress on Steroids

    [...] 1.6.0 | By Wilfred van der Deijl | Visit plugin [...]

  28. Ultimate Google Analytics plugin for WordPressを入れてみた « WhirlWind thru Cities

    [...] Ultimate Google Analytics plugin for WordPressというプラグインを使ってアナリティクス導入。 wp-content/pluginsディレクトリにファイルを配置して、管理画面をいじるだけ。 クリックカウントとかファイルのダウンロード数も自動で計測らしい! 開発者のWilfred van der Deijlさん、リスペクト。 [...]

Sorry, the comment form is closed at this time.

Powered by WordPress with Pool theme design by Borja Fernandez.
Entries and comments feeds.