Skip to Main Content
  • Questions
  • Run class Java in Oracle from other databases

Breadcrumb

Question and Answer

Chris Saxon

Thanks for the question, jaisson.

Asked: September 24, 2018 - 7:00 pm UTC

Last updated: September 25, 2018 - 10:32 am UTC

Version: 11

Viewed 1000+ times

You Asked

Hello
Is it possible to create a Java class using JDBC and run a job,
I have seen that it has how to execute Java classes in SQL Developer, I would like it to work in Oracle itself, not in SQL Developer

and Chris said...

If you've created a Java stored procedure, then it is running in the database. It doesn't matter whether you call it using SQL Developer, a Java app, or any other client.

If you want to know more about developing and calling Java in the database, read:

https://docs.oracle.com/cd/B28359_01/java.111/b31225/chfive.htm#BABJEFBE
https://docs.oracle.com/cd/B28359_01/java.111/b31225/chseven.htm#CACIBAHF

Is this answer out of date? If it is, please let us know via a Comment

More to Explore

PL/SQL demos

Check out more PL/SQL tutorials on our LiveSQL tool.

PL/SQL docs

PL/SQL reference manual from the Oracle documentation library