|
|
|
|
|
by Scubabear68
1147 days ago
|
|
I have worked with systems with nearly 100k lines code in Oracle stored procs, and another legendary place with around 4 million. It was a nightmare. Deployments were very difficult, there was little tooling, reasoning about the system was difficult, and of course running so much code in Oracle required very expensive licenses. And it is much harder to hire hard core PL/SQL devs over Java, C#, Python or whatever. You really don’t want significant code in the DB. It can be useful for some cases, like automating audit tables, but that is about it. And for triggers - I feel for anyone maintaining business logic located in triggers. What a debugging hell that can be. |
|