Oracle Server is a relational DBMS (Database Management System) created by Oracle Corporation. Do NOT use this tag for other DBMS servers owned by Oracle (for instance MySQL, TimesTen and Berkeley DB).

learn more… | top users | synonyms

0
votes
0answers
83 views
+50

CRUD operation for hundreds of entity(tables) in oracle

We have hundreds of tables in oracle where each table for an entity. Now we have to do the CURD operations for the entities through our B/S application. We use asp.net 4.0. It is a hard work to ...