Re: JVM in the database
Date: Wed, 11 Dec 2019 14:50:53 +0000
Message-ID: <CAP=5zEi-WsLM857y-N+7rzpDuNNDZunghDqFsrhLNXp_UQJUSQ_at_mail.gmail.com>
Hi.
I suspect a lot of this comes down to one of the following:
Examples:
When I first started using Java Stored Procedures for BLOB exports there
was no alternative. The file handling stuff I wrote in Java was because
UTL_FILE couldn't do it. Even when more functionality was added, there are
still things that are a pain in PL/SQL, like listing the files in
directories. I know these can be done with the scheduler or external
tables, but it's a pain compared to using Java. Running OS commands from
PL/SQL was another use case. You can now used the scheduler, but for a long
time you couldn't, and I would still say they are more painful.
In one job we used UUIDs for the primary key in a bunch of tables. The Java
Cheers
Tim...
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Dec 11 2019 - 15:50:53 CET