web services - Viability of PL/SQL Web Applications -
currently i'm researching pl/sql web application in use in organization. web application runs in database , returns html output thourgh pl/sqk web toolkit. i'm trying find information on how actively developed technology is, , how future proof adding more dynamic features ajax in forms.
however, can't find on pl/sql web applications or major advantages/disadvantages are. point me in right direction?
i work organisation uses oracle stack, including oracle dbms , plsql. have advanced web application built using javascript framework makes ajax calls stored procedures returning json data.
advantages
-easy write plsql code , new developers speed quickly
-you not have worry database connections if you're writing stored procedures , packages
-pl/sql being actively developed oracle
disadvantages
-cant move code dbms easily
-oracle can expensive
these of thoughts on it. ease of use cannot understated if you're building application deals lot of database data , transactions
Comments
Post a Comment