Hacker News new | ask | show | jobs
by thda 2241 days ago
> Also Oracle was the first RDMS to support stored procedures in Java.

Who in their right mind would do that ? It's a nightmare on so many levels....

2 comments

All big boys RDMS support stored procedures in Java, and some of them in .NET as well on their Windows deployments.
Because the alternative is PL/SQL, which is Ada minus 90% of the things that make Ada reliable and powerful.
The only stored procedure language that I consider competitive to PL/SQL is Transact-SQL.