Skip to main content

Java Stored Procedures

  • Chapter
Expert Oracle
  • 578 Accesses

Summary

In this chapter, we explored how to implement stored procedures in Java. This does not mean that you should run out and re-code all of your PL/SQL in Java stored procedures. It does mean that when you hit the wall with what PL/SQL can do, typically when you attempt to reach out of the database and do operating system interactions, Java should be the first thing you think of.

Using the material presented in this chapter you should be able to pass all of the mainstream SQL datatypes from a PL/SQL layer down to Java, and send them back, including arrays of information. You have a handful of useful snippets of Java that can be of immediate use and as you peruse the Java documentation, you’ll find dozens more that apply in your installation.

Used judiciously, a little Java can go a long way in your implementation.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

eBook
USD 16.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Rights and permissions

Reprints and permissions

Copyright information

© 2005 Thomas Kyte

About this chapter

Cite this chapter

(2005). Java Stored Procedures. In: Expert Oracle. A-Press. https://doi.org/10.1007/978-1-4302-0019-2_21

Download citation

Publish with us

Policies and ethics