Is it possible to run Oracle Forms without applet?

Oracle forms run form applet but not response

  • We have a software build using Oracle Forms. We need to deploy the software on Linux(UBUNTU) server. The software runs the form in the web browser successfully , the problem is that the software is not responding. We can press (click) buttons but the software not seem to work although no exception appears. The Windows server ran it without any problems. We suspect that the problem happens because of LINUX/UNIX systems are case sensitives ?! Any suggestions ?

  • Answer:

    "We can press (click) buttons but the software not seem to work although no exception appears. We suspect that the problem happens because of LINUX/UNIX systems are case sensitives ?!" Possible, depending on what the buttons are supposed to do. *nix filenames are case-sensitive, so if the code it doing a CALL_FORM('a123') then windows will execute A123 whereas *nix will not. However if it doing something like throwing an alert message, displaying (or undisplaying) an item or inserting a row into the database, then the case-sensitivity shouldn't come into it. Did you get any issues when you recompiled the forms source code for Linux ?

shox at Stack Overflow Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.