Is this an Oracle or a
Java JDBC question, or both?
Are you talking about Oracle Java Stored Procedures, or just regular Oracle Functions?
Here are a bunch or Oracle links that can help.
These should be all the Oracle resources you need to get started, get familiar with jdbc, trouble shoot your problems, and eventually become advanced!
download your
oracle drivers and follow the download procedures
enable the client to
connect(set environment)
To find all the
Oracle specific code that you could ever need -->look for the "JDBC Samples" links
some more oracle code
here If you just want
code snippets that explain various tasks.
if you come accross a problem, check
this list before you post
if you come accross an Oracle SQLException, then you can investigate the ORA-XXXXX error messages and solutions
here MY ORACLE LINKS
a great link is
Ask Tom.
Ask Tom is a guy at Oracle that knows everything. You ask him a question and he'll respond,
usually within the day. I have never had him fail me yet.
For those that like a good Oracle FAQ There is no better than
Ari Kaplan's Oracle Tips.
Mark