hibernate - ORM for Oracle pl/sql -
I am developing an enterprise software for Oracle for a large company. There is a plan to develop a major processing unit in PL / SQL I'm surprised that there is an ORM like Java for Hibernate, but there is one for PL / SQL. I have some ideas on how to create such a structure using PL / SQL and Oracle system tables, but it is interesting - why has not anyone done this before? Do you think it will be effective in speed and memory consumption? Why?
ORM exists to provide an interface between databases-agnostic languages such as ORAC and DBMS such as Java. On the contrary, PL / SQL knows the Oracle DBMS well and is designed to work with it (and more efficiently than Java + ORM), then an ORM between PL / SQL and Oracle DBMS is both very essential And will be useless!
Comments
Post a Comment