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
Related Q & A:
- Is Guillou-Quisquater existentially unforgeable against adaptive message attack under a random oracle model?Best solution by Cryptography
- Is it possible to migrate Oracle SOA BPEL instances from one environment to another with history?Best solution by Server Fault
- how to close the applet in java code?Best solution by Stack Overflow
- How to load an image to an applet?Best solution by stackoverflow.com
- How to create a java applet?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.