I have an Oracle 9i forms application installed on clients. I am looking at moving this to RDS. Is this possible?

link|improve this question
1  
There is nowhere near enough information here for us to help you. We know nothing about your application - so I'm going to say that the answer is an unequivocal "Maybe." :-) – voretaq7 Dec 12 '11 at 22:55
feedback

1 Answer

Forms 9i is a web based architecture (with a thick java client in the browser). I've known Forms stuff to be run through Remote Desktop / VNC as a 'work from home / remote site' solution, but it doesn't particularly make sense to me as the main configuration.

The main point about an n-tier architecture is that it removes the need to deploy your application to multiple (dozens/hundreds) of clients for each bug-fix.

link|improve this answer
Ah, no ;) There are other main points. Like remoting the application for perforamnce, uptime of desktops (think client = fast replace, virtual desktop can be highly available). Security (isolate the other network, often used in financail areas). – TomTom Dec 13 '11 at 12:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.