• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Functions

 
Ranch Hand
Posts: 152
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any examples on functions and then using them in java.Help me.Thanx
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
reply
    Bookmark Topic Watch Topic
  • New Topic