Hacker News new | ask | show | jobs
by dyu- 3214 days ago
> in fact the Oracle DB has the JVM integrated into it as a component

So java stored procedures inside oracle?

1 comments

Yes, since the early days of Java.

Microsoft has the same with .NET on SQL Server.

Cool. They already have PL/SQL though, so I'm wondering what's their motivation to adding a full jvm inside their process.
Back in the .com days they also had Perl.

Is also a way to extend the SQL languages, and to bring existing code into the server side.