Examples of application with Oracle Database

Asked By 35 points N/A Posted on -
qa-featured

Hi everyone! I'm developing desktop application on Java which will work with DB Oracle (Oracle Database 11g Express Edition). Please if you have some examples I would appreciate links to such application or your own experience, because it is my first time. Preferably for IDE Netbeans. Thank you in advance.

SHARE
Answered By 5 points N/A #182669

Examples of application with Oracle Database

qa-featured

 

Hello,

 

Are you developing an application that will tap into Oracle capabilities or are you utilizing Java within Oracle?

 

If you are using Java within the Oracle environment, you must:

 

  1. Familiarize yourself with how Java and the database blend.

  2. Familiarize yourself with manipulating Java procedures in the Oracle environment.

  3. Familiarize yourself with qualities specific to the database and how to manipulate Java information within it.

 

You would need many samples to gain a good understanding of how to work within the system. Oracle provides a very clear guide that answers all common coding questions and provides sample code.

Related Questions