425 pts.
 Is PL/SQL a right choice form performing operations on a databse and display the final result.?
I am developing a stock maintainence software using java language (Front end) and using oracle database as backend . i am storing data entered into some sort of gui builded forms into database. Now i want to perform some operations on that data and then display the final result. Is PL/SQL a right choice for this job...? I don't know much about PL/SQL.

Software/Hardware used:
Java Eclipse Ide, Oracle db.
ASKED: July 3, 2012  6:01 PM

Answer Wiki:
For operations performed on an Oracle database, PL/SQL is the best option. As for displaying the final result, that depends on how you want to display it. If you want to display some fancy report or show the results on a form, then you need something additional.  You can manipulate the data with PL/SQL and then just pass it to your front end (java) to display the results.
Last Wiki Answer Submitted:  July 3, 2012  6:31 pm  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts. , hussain22juzer   425 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _